Shades of Bridal Heath #FCEDDC
Tints of Bridal Heath #FCEDDC
RGB
CMYK
RGB Variations
Color information
#FCEDDC (or 0xFCEDDC) is known color: Bridal Heath. HEX triplet: FC, ED and DC. RGB value is (252,237,220). Sum of RGB (Red+Green+Blue) = 252+237+220=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDDC is #031223. Grayscale: #EFEFEF. Windows color (decimal): -201252 or 14478844. OLE color: 14478844.
HSL color Cylindrical-coordinate representation of color #FCEDDC: hue angle of 31.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCEDDC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 220 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.01 |
| HSL | 31.88º | 0.84% | 0.93% | - |
| HSV(B) | 31.88º | 0.13% | 0.99% | - |
| XYZ | 83.35 | 86.43 | 80 | - |
| YUV | 239.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 220 | 0 | 0.06 | 0.13 | 0.01 | 31.88 | 0.84 | 0.93 |
| Hex | FC | ED | DC | 0 | 6 | D | 1 | 20 | 54 | 5D |
| Octal | 374 | 355 | 334 | 0 | 6 | 15 | 1 | 40 | 124 | 135 |
| Binary | 11111100 | 11101101 | 11011100 | 0 | 110 | 1101 | 1 | 100000 | 1010100 | 1011101 |
Color Harmonies of #FCEDDC
Complementary color
Monochromatic Colors of #FCEDDC
Black with #FCEDDC
Text Example
Text Example
White with #FCEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDDC; }
p { color: rgb(252,237,220); }
H1.HeaderClassName
{
color: #FCEDDC;
}
.AnyTagClassName
{
color: #FCEDDC;
}
</style>
background-color css
<style>
a { background-color: #FCEDDC; }
a { background-color: rgb(252,237,220); }
div.DivClassName
{
background-color: #FCEDDC;
}
.BgClassName
{
background-color: #FCEDDC;
}
</style>
border-color css
<style>
span { border-color: #FCEDDC; }
span { border-color: rgb(252,237,220); }
td.TdClassName
{
border-color: #FCEDDC;
}
.TagClassName
{
border-color: #FCEDDC;
}
</style>