Color spaces of #fecddb
RGB | 254 | 205 | 219 |
---|---|---|---|
HSL | 0.95 | 0.96 | 0.90 |
HSV | 343° | 19° | 100° |
CMYK | 0.00 | 0.19 | 0.14 0.00 |
XYZ | 75.4906 | 69.8479 | 76.5211 |
Yxy | 69.8479 | 0.3403 | 0.3148 |
Hunter Lab | 83.5751 | 14.9768 | 4.2168 |
CIE-Lab | 86.9222 | 19.4130 | -0.3637 |
#fecddb color RGB value is (254,205,219).
#fecddb hex color red value is 254, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fecddb hue: 0.95 , saturation: 0.96 and the lightness value of fecddb is 0.90.
The process color (four color CMYK) of #fecddb color hex is 0.00, 0.19, 0.14, 0.00. Web safe color of #fecddb is #ffcccc. Color #fecddb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001101 | 11011011 |
Octal | 376 | 315 | 333 |
Decimal | 254 | 205 | 219 |
Hex | FE | CD | DB |
Shades of #fecddb
Tints of #fecddb
RGB Percentages of Color #fecddb
CMYK Percentages of Color #fecddb
Complementary Color
#fecddb | #cdfef0 |
#fecddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecddb Color CSS Codes
.mybgcolor {background-color:#fecddb; } .myforecolor {color:#fecddb; } .mybordercolor {border:3px solid #fecddb; }
#fecddb Text Font Color
<p style="color:#fecddb">Text here</p>
This sample text font color is #fecddb
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.
#fecddb Background Color
<div style="background-color:#fecddb">
Div content here</div>
This div background color is #fecddb
#fecddb Border Color
<div style="border:3px solid #fecddb">
Div here</div>
This div border color is #fecddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,205,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecddb; -webkit-box-shadow: 1px 1px 3px 2px #fecddb; box-shadow: 1px 1px 3px 2px #fecddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,205,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 #fecddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecddb; -webkit-box-shadow: 1px 1px 3px 2px #fecddb; box-shadow: 1px 1px 3px 2px #fecddb;">
Div content here</div>
This div box has shadow with color #fecddb
#fecddb Color Palettes
Comments
No comments written yet.
Please login to write comment.