Shades of Bridal Heath #F8E9DB
Tints of Bridal Heath #F8E9DB
RGB
CMYK
RGB Variations
Color information
#F8E9DB (or 0xF8E9DB) is known color: Bridal Heath. HEX triplet: F8, E9 and DB. RGB value is (248,233,219). Sum of RGB (Red+Green+Blue) = 248+233+219=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E9DB is #071624. Grayscale: #EBEBEB. Windows color (decimal): -464421 or 14412280. OLE color: 14412280.
HSL color Cylindrical-coordinate representation of color #F8E9DB: hue angle of 28.97º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8E9DB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 233 | 219 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.03 |
| HSL | 28.97º | 0.67% | 0.92% | - |
| HSV(B) | 28.97º | 0.12% | 0.97% | - |
| XYZ | 80.64 | 83.35 | 78.86 | - |
| YUV | 235.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 233 | 219 | 0 | 0.06 | 0.12 | 0.03 | 28.97 | 0.67 | 0.92 |
| Hex | F8 | E9 | DB | 0 | 6 | C | 3 | 1D | 43 | 5C |
| Octal | 370 | 351 | 333 | 0 | 6 | 14 | 3 | 35 | 103 | 134 |
| Binary | 11111000 | 11101001 | 11011011 | 0 | 110 | 1100 | 11 | 11101 | 1000011 | 1011100 |
Color Harmonies of #F8E9DB
Complementary color
Monochromatic Colors of #F8E9DB
Black with #F8E9DB
Text Example
Text Example
White with #F8E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E9DB; }
p { color: rgb(248,233,219); }
H1.HeaderClassName
{
color: #F8E9DB;
}
.AnyTagClassName
{
color: #F8E9DB;
}
</style>
background-color css
<style>
a { background-color: #F8E9DB; }
a { background-color: rgb(248,233,219); }
div.DivClassName
{
background-color: #F8E9DB;
}
.BgClassName
{
background-color: #F8E9DB;
}
</style>
border-color css
<style>
span { border-color: #F8E9DB; }
span { border-color: rgb(248,233,219); }
td.TdClassName
{
border-color: #F8E9DB;
}
.TagClassName
{
border-color: #F8E9DB;
}
</style>