Color spaces of #fee4cf
RGB | 254 | 228 | 207 |
---|---|---|---|
HSL | 0.07 | 0.96 | 0.90 |
HSV | 27° | 19° | 100° |
CMYK | 0.00 | 0.10 | 0.19 0.00 |
XYZ | 79.8789 | 81.0626 | 70.4681 |
Yxy | 81.0626 | 0.3452 | 0.3503 |
Hunter Lab | 90.0348 | 0.8045 | 16.6194 |
CIE-Lab | 92.1595 | 5.6421 | 13.4841 |
#fee4cf color RGB value is (254,228,207).
#fee4cf hex color red value is 254, green value is 228 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fee4cf hue: 0.07 , saturation: 0.96 and the lightness value of fee4cf is 0.90.
The process color (four color CMYK) of #fee4cf color hex is 0.00, 0.10, 0.19, 0.00. Web safe color of #fee4cf is #ffcccc. Color #fee4cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100100 | 11001111 |
Octal | 376 | 344 | 317 |
Decimal | 254 | 228 | 207 |
Hex | FE | E4 | CF |
Shades of #fee4cf
Tints of #fee4cf
RGB Percentages of Color #fee4cf
CMYK Percentages of Color #fee4cf
Complementary Color
#fee4cf | #cfe9fe |
#fee4cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee4cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee4cf Color CSS Codes
.mybgcolor {background-color:#fee4cf; } .myforecolor {color:#fee4cf; } .mybordercolor {border:3px solid #fee4cf; }
#fee4cf Text Font Color
<p style="color:#fee4cf">Text here</p>
This sample text font color is #fee4cf
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.
#fee4cf Background Color
<div style="background-color:#fee4cf">
Div content here</div>
This div background color is #fee4cf
#fee4cf Border Color
<div style="border:3px solid #fee4cf">
Div here</div>
This div border color is #fee4cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,228,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee4cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee4cf; -webkit-box-shadow: 1px 1px 3px 2px #fee4cf; box-shadow: 1px 1px 3px 2px #fee4cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,228,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee4cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee4cf; -webkit-box-shadow: 1px 1px 3px 2px #fee4cf; box-shadow: 1px 1px 3px 2px #fee4cf;">
Div content here</div>
This div box has shadow with color #fee4cf
#fee4cf Color Palettes
Comments
No comments written yet.
Please login to write comment.