Shades of Bridal Heath #F5ECE1
Tints of Bridal Heath #F5ECE1
RGB
CMYK
RGB Variations
Color information
#F5ECE1 (or 0xF5ECE1) is known color: Bridal Heath. HEX triplet: F5, EC and E1. RGB value is (245,236,225). Sum of RGB (Red+Green+Blue) = 245+236+225=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECE1 is #0A131E. Grayscale: #EDEDED. Windows color (decimal): -660255 or 14806261. OLE color: 14806261.
HSL color Cylindrical-coordinate representation of color #F5ECE1: hue angle of 33º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5ECE1 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 225 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.04 |
| HSL | 33º | 0.5% | 0.92% | - |
| HSV(B) | 33º | 0.08% | 0.96% | - |
| XYZ | 81.24 | 84.84 | 83.33 | - |
| YUV | 237.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 225 | 0 | 0.04 | 0.08 | 0.04 | 33 | 0.5 | 0.92 |
| Hex | F5 | EC | E1 | 0 | 4 | 8 | 4 | 21 | 32 | 5C |
| Octal | 365 | 354 | 341 | 0 | 4 | 10 | 4 | 41 | 62 | 134 |
| Binary | 11110101 | 11101100 | 11100001 | 0 | 100 | 1000 | 100 | 100001 | 110010 | 1011100 |
Color Harmonies of #F5ECE1
Complementary color
Monochromatic Colors of #F5ECE1
Black with #F5ECE1
Text Example
Text Example
White with #F5ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ECE1; }
p { color: rgb(245,236,225); }
H1.HeaderClassName
{
color: #F5ECE1;
}
.AnyTagClassName
{
color: #F5ECE1;
}
</style>
background-color css
<style>
a { background-color: #F5ECE1; }
a { background-color: rgb(245,236,225); }
div.DivClassName
{
background-color: #F5ECE1;
}
.BgClassName
{
background-color: #F5ECE1;
}
</style>
border-color css
<style>
span { border-color: #F5ECE1; }
span { border-color: rgb(245,236,225); }
td.TdClassName
{
border-color: #F5ECE1;
}
.TagClassName
{
border-color: #F5ECE1;
}
</style>