Color spaces of #febdd1
RGB | 254 | 189 | 209 |
---|---|---|---|
HSL | 0.95 | 0.97 | 0.87 |
HSV | 342° | 26° | 100° |
CMYK | 0.00 | 0.26 | 0.18 0.00 |
XYZ | 70.5793 | 62.0695 | 68.5823 |
Yxy | 62.0695 | 0.3507 | 0.3084 |
Hunter Lab | 78.7842 | 22.0380 | 3.5365 |
CIE-Lab | 82.9504 | 26.2654 | -0.8366 |
#febdd1 color RGB value is (254,189,209).
#febdd1 hex color red value is 254, green value is 189 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #febdd1 hue: 0.95 , saturation: 0.97 and the lightness value of febdd1 is 0.87.
The process color (four color CMYK) of #febdd1 color hex is 0.00, 0.26, 0.18, 0.00. Web safe color of #febdd1 is #ffcccc. Color #febdd1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111101 | 11010001 |
Octal | 376 | 275 | 321 |
Decimal | 254 | 189 | 209 |
Hex | FE | BD | D1 |
Shades of #febdd1
Tints of #febdd1
RGB Percentages of Color #febdd1
CMYK Percentages of Color #febdd1
Complementary Color
#febdd1 | #bdfeea |
#febdd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febdd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#febdd1 Color CSS Codes
.mybgcolor {background-color:#febdd1; } .myforecolor {color:#febdd1; } .mybordercolor {border:3px solid #febdd1; }
#febdd1 Text Font Color
<p style="color:#febdd1">Text here</p>
This sample text font color is #febdd1
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.
#febdd1 Background Color
<div style="background-color:#febdd1">
Div content here</div>
This div background color is #febdd1
#febdd1 Border Color
<div style="border:3px solid #febdd1">
Div here</div>
This div border color is #febdd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,189,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febdd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febdd1; -webkit-box-shadow: 1px 1px 3px 2px #febdd1; box-shadow: 1px 1px 3px 2px #febdd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,189,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febdd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febdd1; -webkit-box-shadow: 1px 1px 3px 2px #febdd1; box-shadow: 1px 1px 3px 2px #febdd1;">
Div content here</div>
This div box has shadow with color #febdd1
#febdd1 Color Palettes
Comments
No comments written yet.
Please login to write comment.