Shades of Bridal Heath #F7ECDF
Tints of Bridal Heath #F7ECDF
RGB
CMYK
RGB Variations
Color information
#F7ECDF (or 0xF7ECDF) is known color: Bridal Heath. HEX triplet: F7, EC and DF. RGB value is (247,236,223). Sum of RGB (Red+Green+Blue) = 247+236+223=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7ECDF is #081320. Grayscale: #EDEDED. Windows color (decimal): -529185 or 14675191. OLE color: 14675191.
HSL color Cylindrical-coordinate representation of color #F7ECDF: hue angle of 32.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7ECDF is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 223 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.03 |
| HSL | 32.5º | 0.6% | 0.92% | - |
| HSV(B) | 32.5º | 0.1% | 0.97% | - |
| XYZ | 81.67 | 85.09 | 81.93 | - |
| YUV | 237.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 223 | 0 | 0.04 | 0.10 | 0.03 | 32.5 | 0.6 | 0.92 |
| Hex | F7 | EC | DF | 0 | 4 | A | 3 | 20 | 3C | 5C |
| Octal | 367 | 354 | 337 | 0 | 4 | 12 | 3 | 40 | 74 | 134 |
| Binary | 11110111 | 11101100 | 11011111 | 0 | 100 | 1010 | 11 | 100000 | 111100 | 1011100 |
Color Harmonies of #F7ECDF
Complementary color
Monochromatic Colors of #F7ECDF
Black with #F7ECDF
Text Example
Text Example
White with #F7ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ECDF; }
p { color: rgb(247,236,223); }
H1.HeaderClassName
{
color: #F7ECDF;
}
.AnyTagClassName
{
color: #F7ECDF;
}
</style>
background-color css
<style>
a { background-color: #F7ECDF; }
a { background-color: rgb(247,236,223); }
div.DivClassName
{
background-color: #F7ECDF;
}
.BgClassName
{
background-color: #F7ECDF;
}
</style>
border-color css
<style>
span { border-color: #F7ECDF; }
span { border-color: rgb(247,236,223); }
td.TdClassName
{
border-color: #F7ECDF;
}
.TagClassName
{
border-color: #F7ECDF;
}
</style>