Shades of Bridal Heath #F4E7DA
Tints of Bridal Heath #F4E7DA
RGB
CMYK
RGB Variations
Color information
#F4E7DA (or 0xF4E7DA) is known color: Bridal Heath. HEX triplet: F4, E7 and DA. RGB value is (244,231,218). Sum of RGB (Red+Green+Blue) = 244+231+218=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E7DA is #0B1825. Grayscale: #E9E9E9. Windows color (decimal): -727078 or 14346228. OLE color: 14346228.
HSL color Cylindrical-coordinate representation of color #F4E7DA: hue angle of 30º degrees, saturation: 0.54, 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 #F4E7DA is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 231 | 218 | - |
CMYK | 0 | 0.05 | 0.11 | 0.04 |
HSL | 30º | 0.54% | 0.91% | - |
HSV(B) | 30º | 0.11% | 0.96% | - |
XYZ | 78.54 | 81.45 | 77.91 | - |
YUV | 233.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 231 | 218 | 0 | 0.05 | 0.11 | 0.04 | 30 | 0.54 | 0.91 |
Hex | F4 | E7 | DA | 0 | 5 | B | 4 | 1E | 36 | 5B |
Octal | 364 | 347 | 332 | 0 | 5 | 13 | 4 | 36 | 66 | 133 |
Binary | 11110100 | 11100111 | 11011010 | 0 | 101 | 1011 | 100 | 11110 | 110110 | 1011011 |
Color Harmonies of #F4E7DA
Complementary color
Monochromatic Colors of #F4E7DA
Black with #F4E7DA
Text Example
Text Example
White with #F4E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E7DA; }
p { color: rgb(244,231,218); }
H1.HeaderClassName
{
color: #F4E7DA;
}
.AnyTagClassName
{
color: #F4E7DA;
}
</style>
background-color css
<style>
a { background-color: #F4E7DA; }
a { background-color: rgb(244,231,218); }
div.DivClassName
{
background-color: #F4E7DA;
}
.BgClassName
{
background-color: #F4E7DA;
}
</style>
border-color css
<style>
span { border-color: #F4E7DA; }
span { border-color: rgb(244,231,218); }
td.TdClassName
{
border-color: #F4E7DA;
}
.TagClassName
{
border-color: #F4E7DA;
}
</style>