Shades of Bridal Heath #F7EDE2
Tints of Bridal Heath #F7EDE2
RGB
CMYK
RGB Variations
Color information
#F7EDE2 (or 0xF7EDE2) is known color: Bridal Heath. HEX triplet: F7, ED and E2. RGB value is (247,237,226). Sum of RGB (Red+Green+Blue) = 247+237+226=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 226 (88.67% from 255 or 31.83% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDE2 is #08121D. Grayscale: #EEEEEE. Windows color (decimal): -528926 or 14872055. OLE color: 14872055.
HSL color Cylindrical-coordinate representation of color #F7EDE2: hue angle of 31.43º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7EDE2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 226 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.03 |
| HSL | 31.43º | 0.57% | 0.93% | - |
| HSV(B) | 31.43º | 0.09% | 0.97% | - |
| XYZ | 82.37 | 85.83 | 84.18 | - |
| YUV | 238.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 226 | 0 | 0.04 | 0.09 | 0.03 | 31.43 | 0.57 | 0.93 |
| Hex | F7 | ED | E2 | 0 | 4 | 9 | 3 | 1F | 39 | 5D |
| Octal | 367 | 355 | 342 | 0 | 4 | 11 | 3 | 37 | 71 | 135 |
| Binary | 11110111 | 11101101 | 11100010 | 0 | 100 | 1001 | 11 | 11111 | 111001 | 1011101 |
Color Harmonies of #F7EDE2
Complementary color
Monochromatic Colors of #F7EDE2
Black with #F7EDE2
Text Example
Text Example
White with #F7EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EDE2; }
p { color: rgb(247,237,226); }
H1.HeaderClassName
{
color: #F7EDE2;
}
.AnyTagClassName
{
color: #F7EDE2;
}
</style>
background-color css
<style>
a { background-color: #F7EDE2; }
a { background-color: rgb(247,237,226); }
div.DivClassName
{
background-color: #F7EDE2;
}
.BgClassName
{
background-color: #F7EDE2;
}
</style>
border-color css
<style>
span { border-color: #F7EDE2; }
span { border-color: rgb(247,237,226); }
td.TdClassName
{
border-color: #F7EDE2;
}
.TagClassName
{
border-color: #F7EDE2;
}
</style>