Color spaces of #fededb
RGB | 254 | 222 | 219 |
---|---|---|---|
HSL | 0.01 | 0.95 | 0.93 |
HSV | 5° | 14° | 100° |
CMYK | 0.00 | 0.13 | 0.14 0.00 |
XYZ | 79.7805 | 78.4279 | 77.9510 |
Yxy | 78.4279 | 0.3378 | 0.3321 |
Hunter Lab | 88.5595 | 5.8259 | 9.8040 |
CIE-Lab | 90.9748 | 10.5549 | 5.5228 |
#fededb color RGB value is (254,222,219).
#fededb hex color red value is 254, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fededb hue: 0.01 , saturation: 0.95 and the lightness value of fededb is 0.93.
The process color (four color CMYK) of #fededb color hex is 0.00, 0.13, 0.14, 0.00. Web safe color of #fededb is #ffcccc. Color #fededb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011110 | 11011011 |
Octal | 376 | 336 | 333 |
Decimal | 254 | 222 | 219 |
Hex | FE | DE | DB |
Shades of #fededb
Tints of #fededb
RGB Percentages of Color #fededb
CMYK Percentages of Color #fededb
Complementary Color
#fededb | #dbfbfe |
#fededb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fededb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fededb Color CSS Codes
.mybgcolor {background-color:#fededb; } .myforecolor {color:#fededb; } .mybordercolor {border:3px solid #fededb; }
#fededb Text Font Color
<p style="color:#fededb">Text here</p>
This sample text font color is #fededb
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.
#fededb Background Color
<div style="background-color:#fededb">
Div content here</div>
This div background color is #fededb
#fededb Border Color
<div style="border:3px solid #fededb">
Div here</div>
This div border color is #fededb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,222,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fededb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fededb; -webkit-box-shadow: 1px 1px 3px 2px #fededb; box-shadow: 1px 1px 3px 2px #fededb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,222,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fededb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fededb; -webkit-box-shadow: 1px 1px 3px 2px #fededb; box-shadow: 1px 1px 3px 2px #fededb;">
Div content here</div>
This div box has shadow with color #fededb
Related Colors
Comments
No comments written yet.
Please login to write comment.