Color spaces of #fee4dd
RGB | 254 | 228 | 221 |
---|---|---|---|
HSL | 0.04 | 0.94 | 0.93 |
HSV | 13° | 13° | 100° |
CMYK | 0.00 | 0.10 | 0.13 0.00 |
XYZ | 81.6676 | 81.7781 | 79.8870 |
Yxy | 81.7781 | 0.3356 | 0.3361 |
Hunter Lab | 90.4312 | 2.9470 | 10.9251 |
CIE-Lab | 92.4768 | 7.7705 | 6.6434 |
#fee4dd color RGB value is (254,228,221).
#fee4dd hex color red value is 254, green value is 228 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fee4dd hue: 0.04 , saturation: 0.94 and the lightness value of fee4dd is 0.93.
The process color (four color CMYK) of #fee4dd color hex is 0.00, 0.10, 0.13, 0.00. Web safe color of #fee4dd is #ffcccc. Color #fee4dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100100 | 11011101 |
Octal | 376 | 344 | 335 |
Decimal | 254 | 228 | 221 |
Hex | FE | E4 | DD |
Shades of #fee4dd
Tints of #fee4dd
RGB Percentages of Color #fee4dd
CMYK Percentages of Color #fee4dd
Complementary Color
#fee4dd | #ddf7fe |
#fee4dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee4dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee4dd Color CSS Codes
.mybgcolor {background-color:#fee4dd; } .myforecolor {color:#fee4dd; } .mybordercolor {border:3px solid #fee4dd; }
#fee4dd Text Font Color
<p style="color:#fee4dd">Text here</p>
This sample text font color is #fee4dd
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.
#fee4dd Background Color
<div style="background-color:#fee4dd">
Div content here</div>
This div background color is #fee4dd
#fee4dd Border Color
<div style="border:3px solid #fee4dd">
Div here</div>
This div border color is #fee4dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,228,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee4dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee4dd; -webkit-box-shadow: 1px 1px 3px 2px #fee4dd; box-shadow: 1px 1px 3px 2px #fee4dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,228,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 #fee4dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee4dd; -webkit-box-shadow: 1px 1px 3px 2px #fee4dd; box-shadow: 1px 1px 3px 2px #fee4dd;">
Div content here</div>
This div box has shadow with color #fee4dd
Comments
No comments written yet.
Please login to write comment.