Shades of Bridal Heath #F8EBDB
Tints of Bridal Heath #F8EBDB
RGB
CMYK
RGB Variations
Color information
#F8EBDB (or 0xF8EBDB) is known color: Bridal Heath. HEX triplet: F8, EB and DB. RGB value is (248,235,219). Sum of RGB (Red+Green+Blue) = 248+235+219=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBDB is #071424. Grayscale: #EDEDED. Windows color (decimal): -463909 or 14412792. OLE color: 14412792.
HSL color Cylindrical-coordinate representation of color #F8EBDB: hue angle of 33.1º 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 #F8EBDB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 235 | 219 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.03 |
| HSL | 33.1º | 0.67% | 0.92% | - |
| HSV(B) | 33.1º | 0.12% | 0.97% | - |
| XYZ | 81.21 | 84.49 | 79.05 | - |
| YUV | 237.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 235 | 219 | 0 | 0.05 | 0.12 | 0.03 | 33.1 | 0.67 | 0.92 |
| Hex | F8 | EB | DB | 0 | 5 | C | 3 | 21 | 43 | 5C |
| Octal | 370 | 353 | 333 | 0 | 5 | 14 | 3 | 41 | 103 | 134 |
| Binary | 11111000 | 11101011 | 11011011 | 0 | 101 | 1100 | 11 | 100001 | 1000011 | 1011100 |
Color Harmonies of #F8EBDB
Complementary color
Monochromatic Colors of #F8EBDB
Black with #F8EBDB
Text Example
Text Example
White with #F8EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EBDB; }
p { color: rgb(248,235,219); }
H1.HeaderClassName
{
color: #F8EBDB;
}
.AnyTagClassName
{
color: #F8EBDB;
}
</style>
background-color css
<style>
a { background-color: #F8EBDB; }
a { background-color: rgb(248,235,219); }
div.DivClassName
{
background-color: #F8EBDB;
}
.BgClassName
{
background-color: #F8EBDB;
}
</style>
border-color css
<style>
span { border-color: #F8EBDB; }
span { border-color: rgb(248,235,219); }
td.TdClassName
{
border-color: #F8EBDB;
}
.TagClassName
{
border-color: #F8EBDB;
}
</style>