Hex | ffeded |
RGB | 255 , 237 , 237 |
RGB % | 35.0, 32.5, 32.5 |
HSL | 0, 100, 96.5 |
HSV | 0, 7.1, 100 |
CMYK | 0,18,18,0 |
XYZ | 0.868, 0.879, 0.925 |
xyY | 0.325, 0.329, 0.879 |
CIE-LAB | 0.951, 0.061, 0.022 |
CIE-LUV | 0.951, 0.104, 0.022 |
CIE-HCL | 19.847, 0.065, 0.951 |
Binary | 11111111,11101101,11101101 |
#ffeded HTML/CSS Color Name is Rose White / seashell / Red.
In a RGB color space, #ffeded color RGB value is (Red:255,Green:237,Blue:237). it is composed of 35.0% red, 32.5% green and 32.5% blue. The process color (four color CMYK) of #ffeded color hex is 0,18,18,0. HSL of color #ffeded hue: 0 , saturation: 100 and the lightness value of ffeded is 96.5. Mainly color is Red. Reverse color is: #001212.
The color codes conversion takes 1.580799 milliseconds.
.bgcolor {background-color:#ffeded; .textcolor {color:#ffeded; } .bordercolor {border:3px solid #ffeded; }
<p style="color:#ffeded">Text here</p>
<p style="background-color:#ffeded;">Content here</p>
<div style="border:1px solid #ffeded;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #ffeded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffeded; -webkit-box-shadow: 1px 1px 3px 2px #ffeded; box-shadow: 1px 1px 3px 2px #ffeded; }
<p style="text-shadow: 4px 4px 2px #ffeded">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffeded; -webkit-box-shadow: 1px 1px 3px 2px #ffeded; box-shadow: 1px 1px 3px 2px #ffeded;">
Content here</div>