Shades of Bridal Heath #F4E9DC
Tints of Bridal Heath #F4E9DC
RGB
CMYK
RGB Variations
Color information
#F4E9DC (or 0xF4E9DC) is known color: Bridal Heath. HEX triplet: F4, E9 and DC. RGB value is (244,233,220). Sum of RGB (Red+Green+Blue) = 244+233+220=697 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.01% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E9DC is #0B1623. Grayscale: #EAEAEA. Windows color (decimal): -726564 or 14477812. OLE color: 14477812.
HSL color Cylindrical-coordinate representation of color #F4E9DC: hue angle of 32.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4E9DC is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 233 | 220 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.04 |
| HSL | 32.5º | 0.52% | 0.91% | - |
| HSV(B) | 32.5º | 0.1% | 0.96% | - |
| XYZ | 79.37 | 82.68 | 79.49 | - |
| YUV | 234.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 233 | 220 | 0 | 0.05 | 0.10 | 0.04 | 32.5 | 0.52 | 0.91 |
| Hex | F4 | E9 | DC | 0 | 5 | A | 4 | 20 | 34 | 5B |
| Octal | 364 | 351 | 334 | 0 | 5 | 12 | 4 | 40 | 64 | 133 |
| Binary | 11110100 | 11101001 | 11011100 | 0 | 101 | 1010 | 100 | 100000 | 110100 | 1011011 |
Color Harmonies of #F4E9DC
Complementary color
Monochromatic Colors of #F4E9DC
Black with #F4E9DC
Text Example
Text Example
White with #F4E9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E9DC; }
p { color: rgb(244,233,220); }
H1.HeaderClassName
{
color: #F4E9DC;
}
.AnyTagClassName
{
color: #F4E9DC;
}
</style>
background-color css
<style>
a { background-color: #F4E9DC; }
a { background-color: rgb(244,233,220); }
div.DivClassName
{
background-color: #F4E9DC;
}
.BgClassName
{
background-color: #F4E9DC;
}
</style>
border-color css
<style>
span { border-color: #F4E9DC; }
span { border-color: rgb(244,233,220); }
td.TdClassName
{
border-color: #F4E9DC;
}
.TagClassName
{
border-color: #F4E9DC;
}
</style>