Shades of Bridal Heath #FAECDC
Tints of Bridal Heath #FAECDC
RGB
CMYK
RGB Variations
Color information
#FAECDC (or 0xFAECDC) is known color: Bridal Heath. HEX triplet: FA, EC and DC. RGB value is (250,236,220). Sum of RGB (Red+Green+Blue) = 250+236+220=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECDC is #051323. Grayscale: #EEEEEE. Windows color (decimal): -332580 or 14478586. OLE color: 14478586.
HSL color Cylindrical-coordinate representation of color #FAECDC: hue angle of 32º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAECDC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 220 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.02 |
| HSL | 32º | 0.75% | 0.92% | - |
| HSV(B) | 32º | 0.12% | 0.98% | - |
| XYZ | 82.34 | 85.48 | 79.87 | - |
| YUV | 238.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 220 | 0 | 0.06 | 0.12 | 0.02 | 32 | 0.75 | 0.92 |
| Hex | FA | EC | DC | 0 | 6 | C | 2 | 20 | 4B | 5C |
| Octal | 372 | 354 | 334 | 0 | 6 | 14 | 2 | 40 | 113 | 134 |
| Binary | 11111010 | 11101100 | 11011100 | 0 | 110 | 1100 | 10 | 100000 | 1001011 | 1011100 |
Color Harmonies of #FAECDC
Complementary color
Monochromatic Colors of #FAECDC
Black with #FAECDC
Text Example
Text Example
White with #FAECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECDC; }
p { color: rgb(250,236,220); }
H1.HeaderClassName
{
color: #FAECDC;
}
.AnyTagClassName
{
color: #FAECDC;
}
</style>
background-color css
<style>
a { background-color: #FAECDC; }
a { background-color: rgb(250,236,220); }
div.DivClassName
{
background-color: #FAECDC;
}
.BgClassName
{
background-color: #FAECDC;
}
</style>
border-color css
<style>
span { border-color: #FAECDC; }
span { border-color: rgb(250,236,220); }
td.TdClassName
{
border-color: #FAECDC;
}
.TagClassName
{
border-color: #FAECDC;
}
</style>