Color spaces of #fecfdd
RGB | 254 | 207 | 221 |
---|---|---|---|
HSL | 0.95 | 0.96 | 0.90 |
HSV | 342° | 19° | 100° |
CMYK | 0.00 | 0.19 | 0.13 0.00 |
XYZ | 76.2370 | 70.9169 | 78.0768 |
Yxy | 70.9169 | 0.3385 | 0.3149 |
Hunter Lab | 84.2122 | 14.2242 | 3.9782 |
CIE-Lab | 87.4446 | 18.6823 | -0.6600 |
#fecfdd color RGB value is (254,207,221).
#fecfdd hex color red value is 254, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fecfdd hue: 0.95 , saturation: 0.96 and the lightness value of fecfdd is 0.90.
The process color (four color CMYK) of #fecfdd color hex is 0.00, 0.19, 0.13, 0.00. Web safe color of #fecfdd is #ffcccc. Color #fecfdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001111 | 11011101 |
Octal | 376 | 317 | 335 |
Decimal | 254 | 207 | 221 |
Hex | FE | CF | DD |
Shades of #fecfdd
Tints of #fecfdd
RGB Percentages of Color #fecfdd
CMYK Percentages of Color #fecfdd
Complementary Color
#fecfdd | #cffef0 |
#fecfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecfdd Color CSS Codes
.mybgcolor {background-color:#fecfdd; } .myforecolor {color:#fecfdd; } .mybordercolor {border:3px solid #fecfdd; }
#fecfdd Text Font Color
<p style="color:#fecfdd">Text here</p>
This sample text font color is #fecfdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fecfdd Background Color
<div style="background-color:#fecfdd">
Div content here</div>
This div background color is #fecfdd
#fecfdd Border Color
<div style="border:3px solid #fecfdd">
Div here</div>
This div border color is #fecfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,207,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecfdd; -webkit-box-shadow: 1px 1px 3px 2px #fecfdd; box-shadow: 1px 1px 3px 2px #fecfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,207,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fecfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecfdd; -webkit-box-shadow: 1px 1px 3px 2px #fecfdd; box-shadow: 1px 1px 3px 2px #fecfdd;">
Div content here</div>
This div box has shadow with color #fecfdd
Comments
No comments written yet.
Please login to write comment.