Color spaces of #fedfd0
RGB | 254 | 223 | 208 |
---|---|---|---|
HSL | 0.05 | 0.96 | 0.91 |
HSV | 20° | 18° | 100° |
CMYK | 0.00 | 0.12 | 0.18 0.00 |
XYZ | 78.6459 | 78.4002 | 70.6622 |
Yxy | 78.4002 | 0.3454 | 0.3443 |
Hunter Lab | 88.5439 | 3.5944 | 14.6645 |
CIE-Lab | 90.9622 | 8.3626 | 11.2610 |
#fedfd0 color RGB value is (254,223,208).
#fedfd0 hex color red value is 254, green value is 223 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fedfd0 hue: 0.05 , saturation: 0.96 and the lightness value of fedfd0 is 0.91.
The process color (four color CMYK) of #fedfd0 color hex is 0.00, 0.12, 0.18, 0.00. Web safe color of #fedfd0 is #ffcccc. Color #fedfd0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011111 | 11010000 |
Octal | 376 | 337 | 320 |
Decimal | 254 | 223 | 208 |
Hex | FE | DF | D0 |
Shades of #fedfd0
Tints of #fedfd0
RGB Percentages of Color #fedfd0
CMYK Percentages of Color #fedfd0
Complementary Color
#fedfd0 | #d0effe |
#fedfd0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fedfd0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fedfd0 Color CSS Codes
.mybgcolor {background-color:#fedfd0; } .myforecolor {color:#fedfd0; } .mybordercolor {border:3px solid #fedfd0; }
#fedfd0 Text Font Color
<p style="color:#fedfd0">Text here</p>
This sample text font color is #fedfd0
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.
#fedfd0 Background Color
<div style="background-color:#fedfd0">
Div content here</div>
This div background color is #fedfd0
#fedfd0 Border Color
<div style="border:3px solid #fedfd0">
Div here</div>
This div border color is #fedfd0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,223,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fedfd0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fedfd0; -webkit-box-shadow: 1px 1px 3px 2px #fedfd0; box-shadow: 1px 1px 3px 2px #fedfd0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,223,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fedfd0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fedfd0; -webkit-box-shadow: 1px 1px 3px 2px #fedfd0; box-shadow: 1px 1px 3px 2px #fedfd0;">
Div content here</div>
This div box has shadow with color #fedfd0
Comments
No comments written yet.
Please login to write comment.