Shades of Bridal Heath #FAECDB
Tints of Bridal Heath #FAECDB
RGB
CMYK
RGB Variations
Color information
#FAECDB (or 0xFAECDB) is known color: Bridal Heath. HEX triplet: FA, EC and DB. RGB value is (250,236,219). Sum of RGB (Red+Green+Blue) = 250+236+219=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 236 (92.58% from 255 or 33.48% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECDB is #051324. Grayscale: #EEEEEE. Windows color (decimal): -332581 or 14413050. OLE color: 14413050.
HSL color Cylindrical-coordinate representation of color #FAECDB: hue angle of 32.9º degrees, saturation: 0.76, 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 #FAECDB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 219 | - |
CMYK | 0 | 0.06 | 0.12 | 0.02 |
HSL | 32.9º | 0.76% | 0.92% | - |
HSV(B) | 32.9º | 0.12% | 0.98% | - |
XYZ | 82.21 | 85.43 | 79.17 | - |
YUV | 238.25 | 117.14 | 136.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 219 | 0 | 0.06 | 0.12 | 0.02 | 32.9 | 0.76 | 0.92 |
Hex | FA | EC | DB | 0 | 6 | C | 2 | 21 | 4C | 5C |
Octal | 372 | 354 | 333 | 0 | 6 | 14 | 2 | 41 | 114 | 134 |
Binary | 11111010 | 11101100 | 11011011 | 0 | 110 | 1100 | 10 | 100001 | 1001100 | 1011100 |
Color Harmonies of #FAECDB
Complementary color
Monochromatic Colors of #FAECDB
Black with #FAECDB
Text Example
Text Example
White with #FAECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECDB; }
p { color: rgb(250,236,219); }
H1.HeaderClassName
{
color: #FAECDB;
}
.AnyTagClassName
{
color: #FAECDB;
}
</style>
background-color css
<style>
a { background-color: #FAECDB; }
a { background-color: rgb(250,236,219); }
div.DivClassName
{
background-color: #FAECDB;
}
.BgClassName
{
background-color: #FAECDB;
}
</style>
border-color css
<style>
span { border-color: #FAECDB; }
span { border-color: rgb(250,236,219); }
td.TdClassName
{
border-color: #FAECDB;
}
.TagClassName
{
border-color: #FAECDB;
}
</style>