Shades of Bridal Heath #F6E8DB
Tints of Bridal Heath #F6E8DB
RGB
CMYK
RGB Variations
Color information
#F6E8DB (or 0xF6E8DB) is known color: Bridal Heath. HEX triplet: F6, E8 and DB. RGB value is (246,232,219). Sum of RGB (Red+Green+Blue) = 246+232+219=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E8DB is #091724. Grayscale: #EAEAEA. Windows color (decimal): -595749 or 14412022. OLE color: 14412022.
HSL color Cylindrical-coordinate representation of color #F6E8DB: hue angle of 28.89º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6E8DB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 232 | 219 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.04 |
| HSL | 28.89º | 0.6% | 0.91% | - |
| HSV(B) | 28.89º | 0.11% | 0.96% | - |
| XYZ | 79.65 | 82.42 | 78.73 | - |
| YUV | 234.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 232 | 219 | 0 | 0.06 | 0.11 | 0.04 | 28.89 | 0.6 | 0.91 |
| Hex | F6 | E8 | DB | 0 | 6 | B | 4 | 1D | 3C | 5B |
| Octal | 366 | 350 | 333 | 0 | 6 | 13 | 4 | 35 | 74 | 133 |
| Binary | 11110110 | 11101000 | 11011011 | 0 | 110 | 1011 | 100 | 11101 | 111100 | 1011011 |
Color Harmonies of #F6E8DB
Complementary color
Monochromatic Colors of #F6E8DB
Black with #F6E8DB
Text Example
Text Example
White with #F6E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E8DB; }
p { color: rgb(246,232,219); }
H1.HeaderClassName
{
color: #F6E8DB;
}
.AnyTagClassName
{
color: #F6E8DB;
}
</style>
background-color css
<style>
a { background-color: #F6E8DB; }
a { background-color: rgb(246,232,219); }
div.DivClassName
{
background-color: #F6E8DB;
}
.BgClassName
{
background-color: #F6E8DB;
}
</style>
border-color css
<style>
span { border-color: #F6E8DB; }
span { border-color: rgb(246,232,219); }
td.TdClassName
{
border-color: #F6E8DB;
}
.TagClassName
{
border-color: #F6E8DB;
}
</style>