Shades of Bridal Heath #F7ECE1
Tints of Bridal Heath #F7ECE1
RGB
CMYK
RGB Variations
Color information
#F7ECE1 (or 0xF7ECE1) is known color: Bridal Heath. HEX triplet: F7, EC and E1. RGB value is (247,236,225). Sum of RGB (Red+Green+Blue) = 247+236+225=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 225 (88.28% from 255 or 31.78% from 708); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7ECE1 is #08131E. Grayscale: #EEEEEE. Windows color (decimal): -529183 or 14806263. OLE color: 14806263.
HSL color Cylindrical-coordinate representation of color #F7ECE1: hue angle of 30º degrees, saturation: 0.58, 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 #F7ECE1 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 225 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.03 |
| HSL | 30º | 0.58% | 0.93% | - |
| HSV(B) | 30º | 0.09% | 0.97% | - |
| XYZ | 81.94 | 85.2 | 83.36 | - |
| YUV | 238.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 225 | 0 | 0.04 | 0.09 | 0.03 | 30 | 0.58 | 0.93 |
| Hex | F7 | EC | E1 | 0 | 4 | 9 | 3 | 1E | 3A | 5D |
| Octal | 367 | 354 | 341 | 0 | 4 | 11 | 3 | 36 | 72 | 135 |
| Binary | 11110111 | 11101100 | 11100001 | 0 | 100 | 1001 | 11 | 11110 | 111010 | 1011101 |
Color Harmonies of #F7ECE1
Complementary color
Monochromatic Colors of #F7ECE1
Black with #F7ECE1
Text Example
Text Example
White with #F7ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ECE1; }
p { color: rgb(247,236,225); }
H1.HeaderClassName
{
color: #F7ECE1;
}
.AnyTagClassName
{
color: #F7ECE1;
}
</style>
background-color css
<style>
a { background-color: #F7ECE1; }
a { background-color: rgb(247,236,225); }
div.DivClassName
{
background-color: #F7ECE1;
}
.BgClassName
{
background-color: #F7ECE1;
}
</style>
border-color css
<style>
span { border-color: #F7ECE1; }
span { border-color: rgb(247,236,225); }
td.TdClassName
{
border-color: #F7ECE1;
}
.TagClassName
{
border-color: #F7ECE1;
}
</style>