Shades of Bridal Heath #FCEDDD
Tints of Bridal Heath #FCEDDD
RGB
CMYK
RGB Variations
Color information
#FCEDDD (or 0xFCEDDD) is known color: Bridal Heath. HEX triplet: FC, ED and DD. RGB value is (252,237,221). Sum of RGB (Red+Green+Blue) = 252+237+221=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDDD is #031222. Grayscale: #EFEFEF. Windows color (decimal): -201251 or 14544380. OLE color: 14544380.
HSL color Cylindrical-coordinate representation of color #FCEDDD: hue angle of 30.97º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCEDDD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 221 | - |
CMYK | 0 | 0.06 | 0.12 | 0.01 |
HSL | 30.97º | 0.84% | 0.93% | - |
HSV(B) | 30.97º | 0.12% | 0.99% | - |
XYZ | 83.48 | 86.48 | 80.7 | - |
YUV | 239.66 | 117.47 | 136.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 221 | 0 | 0.06 | 0.12 | 0.01 | 30.97 | 0.84 | 0.93 |
Hex | FC | ED | DD | 0 | 6 | C | 1 | 1F | 54 | 5D |
Octal | 374 | 355 | 335 | 0 | 6 | 14 | 1 | 37 | 124 | 135 |
Binary | 11111100 | 11101101 | 11011101 | 0 | 110 | 1100 | 1 | 11111 | 1010100 | 1011101 |
Color Harmonies of #FCEDDD
Complementary color
Monochromatic Colors of #FCEDDD
Black with #FCEDDD
Text Example
Text Example
White with #FCEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDDD; }
p { color: rgb(252,237,221); }
H1.HeaderClassName
{
color: #FCEDDD;
}
.AnyTagClassName
{
color: #FCEDDD;
}
</style>
background-color css
<style>
a { background-color: #FCEDDD; }
a { background-color: rgb(252,237,221); }
div.DivClassName
{
background-color: #FCEDDD;
}
.BgClassName
{
background-color: #FCEDDD;
}
</style>
border-color css
<style>
span { border-color: #FCEDDD; }
span { border-color: rgb(252,237,221); }
td.TdClassName
{
border-color: #FCEDDD;
}
.TagClassName
{
border-color: #FCEDDD;
}
</style>