Shades of Bridal Heath #FAEBDB
Tints of Bridal Heath #FAEBDB
RGB
CMYK
RGB Variations
Color information
#FAEBDB (or 0xFAEBDB) is known color: Bridal Heath. HEX triplet: FA, EB and DB. RGB value is (250,235,219). Sum of RGB (Red+Green+Blue) = 250+235+219=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBDB is #051424. Grayscale: #EDEDED. Windows color (decimal): -332837 or 14412794. OLE color: 14412794.
HSL color Cylindrical-coordinate representation of color #FAEBDB: hue angle of 30.97º 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 #FAEBDB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 235 | 219 | - |
CMYK | 0 | 0.06 | 0.12 | 0.02 |
HSL | 30.97º | 0.76% | 0.92% | - |
HSV(B) | 30.97º | 0.12% | 0.98% | - |
XYZ | 81.92 | 84.86 | 79.08 | - |
YUV | 237.66 | 117.47 | 136.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 235 | 219 | 0 | 0.06 | 0.12 | 0.02 | 30.97 | 0.76 | 0.92 |
Hex | FA | EB | DB | 0 | 6 | C | 2 | 1F | 4C | 5C |
Octal | 372 | 353 | 333 | 0 | 6 | 14 | 2 | 37 | 114 | 134 |
Binary | 11111010 | 11101011 | 11011011 | 0 | 110 | 1100 | 10 | 11111 | 1001100 | 1011100 |
Color Harmonies of #FAEBDB
Complementary color
Monochromatic Colors of #FAEBDB
Black with #FAEBDB
Text Example
Text Example
White with #FAEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBDB; }
p { color: rgb(250,235,219); }
H1.HeaderClassName
{
color: #FAEBDB;
}
.AnyTagClassName
{
color: #FAEBDB;
}
</style>
background-color css
<style>
a { background-color: #FAEBDB; }
a { background-color: rgb(250,235,219); }
div.DivClassName
{
background-color: #FAEBDB;
}
.BgClassName
{
background-color: #FAEBDB;
}
</style>
border-color css
<style>
span { border-color: #FAEBDB; }
span { border-color: rgb(250,235,219); }
td.TdClassName
{
border-color: #FAEBDB;
}
.TagClassName
{
border-color: #FAEBDB;
}
</style>