Shades of Bridal Heath #F6EADB
Tints of Bridal Heath #F6EADB
RGB
CMYK
RGB Variations
Color information
#F6EADB (or 0xF6EADB) is known color: Bridal Heath. HEX triplet: F6, EA and DB. RGB value is (246,234,219). Sum of RGB (Red+Green+Blue) = 246+234+219=699 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.19% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EADB is #091524. Grayscale: #EBEBEB. Windows color (decimal): -595237 or 14412534. OLE color: 14412534.
HSL color Cylindrical-coordinate representation of color #F6EADB: hue angle of 33.33º 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 #F6EADB is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 234 | 219 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.04 |
| HSL | 33.33º | 0.6% | 0.91% | - |
| HSV(B) | 33.33º | 0.11% | 0.96% | - |
| XYZ | 80.22 | 83.55 | 78.92 | - |
| YUV | 235.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 234 | 219 | 0 | 0.05 | 0.11 | 0.04 | 33.33 | 0.6 | 0.91 |
| Hex | F6 | EA | DB | 0 | 5 | B | 4 | 21 | 3C | 5B |
| Octal | 366 | 352 | 333 | 0 | 5 | 13 | 4 | 41 | 74 | 133 |
| Binary | 11110110 | 11101010 | 11011011 | 0 | 101 | 1011 | 100 | 100001 | 111100 | 1011011 |
Color Harmonies of #F6EADB
Complementary color
Monochromatic Colors of #F6EADB
Black with #F6EADB
Text Example
Text Example
White with #F6EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EADB; }
p { color: rgb(246,234,219); }
H1.HeaderClassName
{
color: #F6EADB;
}
.AnyTagClassName
{
color: #F6EADB;
}
</style>
background-color css
<style>
a { background-color: #F6EADB; }
a { background-color: rgb(246,234,219); }
div.DivClassName
{
background-color: #F6EADB;
}
.BgClassName
{
background-color: #F6EADB;
}
</style>
border-color css
<style>
span { border-color: #F6EADB; }
span { border-color: rgb(246,234,219); }
td.TdClassName
{
border-color: #F6EADB;
}
.TagClassName
{
border-color: #F6EADB;
}
</style>