Shades of Bridal Heath #F7ECE0
Tints of Bridal Heath #F7ECE0
RGB
CMYK
RGB Variations
Color information
#F7ECE0 (or 0xF7ECE0) is known color: Bridal Heath. HEX triplet: F7, EC and E0. RGB value is (247,236,224). Sum of RGB (Red+Green+Blue) = 247+236+224=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 224 (87.89% from 255 or 31.68% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7ECE0 is #08131F. Grayscale: #EDEDED. Windows color (decimal): -529184 or 14740727. OLE color: 14740727.
HSL color Cylindrical-coordinate representation of color #F7ECE0: hue angle of 31.3º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F7ECE0 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 224 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.03 |
| HSL | 31.3º | 0.59% | 0.92% | - |
| HSV(B) | 31.3º | 0.09% | 0.97% | - |
| XYZ | 81.81 | 85.15 | 82.64 | - |
| YUV | 237.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 224 | 0 | 0.04 | 0.09 | 0.03 | 31.3 | 0.59 | 0.92 |
| Hex | F7 | EC | E0 | 0 | 4 | 9 | 3 | 1F | 3B | 5C |
| Octal | 367 | 354 | 340 | 0 | 4 | 11 | 3 | 37 | 73 | 134 |
| Binary | 11110111 | 11101100 | 11100000 | 0 | 100 | 1001 | 11 | 11111 | 111011 | 1011100 |
Color Harmonies of #F7ECE0
Complementary color
Monochromatic Colors of #F7ECE0
Black with #F7ECE0
Text Example
Text Example
White with #F7ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ECE0; }
p { color: rgb(247,236,224); }
H1.HeaderClassName
{
color: #F7ECE0;
}
.AnyTagClassName
{
color: #F7ECE0;
}
</style>
background-color css
<style>
a { background-color: #F7ECE0; }
a { background-color: rgb(247,236,224); }
div.DivClassName
{
background-color: #F7ECE0;
}
.BgClassName
{
background-color: #F7ECE0;
}
</style>
border-color css
<style>
span { border-color: #F7ECE0; }
span { border-color: rgb(247,236,224); }
td.TdClassName
{
border-color: #F7ECE0;
}
.TagClassName
{
border-color: #F7ECE0;
}
</style>