Shades of Bridal Heath #FCECDC
Tints of Bridal Heath #FCECDC
RGB
CMYK
RGB Variations
Color information
#FCECDC (or 0xFCECDC) is known color: Bridal Heath. HEX triplet: FC, EC and DC. RGB value is (252,236,220). Sum of RGB (Red+Green+Blue) = 252+236+220=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECDC is #031323. Grayscale: #EFEFEF. Windows color (decimal): -201508 or 14478588. OLE color: 14478588.
HSL color Cylindrical-coordinate representation of color #FCECDC: hue angle of 30º 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 #FCECDC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 220 | - |
CMYK | 0 | 0.06 | 0.13 | 0.01 |
HSL | 30º | 0.84% | 0.93% | - |
HSV(B) | 30º | 0.13% | 0.99% | - |
XYZ | 83.06 | 85.85 | 79.9 | - |
YUV | 238.96 | 117.3 | 137.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 220 | 0 | 0.06 | 0.13 | 0.01 | 30 | 0.84 | 0.93 |
Hex | FC | EC | DC | 0 | 6 | D | 1 | 1E | 54 | 5D |
Octal | 374 | 354 | 334 | 0 | 6 | 15 | 1 | 36 | 124 | 135 |
Binary | 11111100 | 11101100 | 11011100 | 0 | 110 | 1101 | 1 | 11110 | 1010100 | 1011101 |
Color Harmonies of #FCECDC
Complementary color
Monochromatic Colors of #FCECDC
Black with #FCECDC
Text Example
Text Example
White with #FCECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECDC; }
p { color: rgb(252,236,220); }
H1.HeaderClassName
{
color: #FCECDC;
}
.AnyTagClassName
{
color: #FCECDC;
}
</style>
background-color css
<style>
a { background-color: #FCECDC; }
a { background-color: rgb(252,236,220); }
div.DivClassName
{
background-color: #FCECDC;
}
.BgClassName
{
background-color: #FCECDC;
}
</style>
border-color css
<style>
span { border-color: #FCECDC; }
span { border-color: rgb(252,236,220); }
td.TdClassName
{
border-color: #FCECDC;
}
.TagClassName
{
border-color: #FCECDC;
}
</style>