Shades of Bridal Heath #F5EBE1
Tints of Bridal Heath #F5EBE1
RGB
CMYK
RGB Variations
Color information
#F5EBE1 (or 0xF5EBE1) is known color: Bridal Heath. HEX triplet: F5, EB and E1. RGB value is (245,235,225). Sum of RGB (Red+Green+Blue) = 245+235+225=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 225 (88.28% from 255 or 31.91% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBE1 is #0A141E. Grayscale: #ECECEC. Windows color (decimal): -660511 or 14806005. OLE color: 14806005.
HSL color Cylindrical-coordinate representation of color #F5EBE1: hue angle of 30º 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 #F5EBE1 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 235 | 225 | - |
CMYK | 0 | 0.04 | 0.08 | 0.04 |
HSL | 30º | 0.5% | 0.92% | - |
HSV(B) | 30º | 0.08% | 0.96% | - |
XYZ | 80.96 | 84.27 | 83.23 | - |
YUV | 236.85 | 121.31 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 235 | 225 | 0 | 0.04 | 0.08 | 0.04 | 30 | 0.5 | 0.92 |
Hex | F5 | EB | E1 | 0 | 4 | 8 | 4 | 1E | 32 | 5C |
Octal | 365 | 353 | 341 | 0 | 4 | 10 | 4 | 36 | 62 | 134 |
Binary | 11110101 | 11101011 | 11100001 | 0 | 100 | 1000 | 100 | 11110 | 110010 | 1011100 |
Color Harmonies of #F5EBE1
Complementary color
Monochromatic Colors of #F5EBE1
Black with #F5EBE1
Text Example
Text Example
White with #F5EBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EBE1; }
p { color: rgb(245,235,225); }
H1.HeaderClassName
{
color: #F5EBE1;
}
.AnyTagClassName
{
color: #F5EBE1;
}
</style>
background-color css
<style>
a { background-color: #F5EBE1; }
a { background-color: rgb(245,235,225); }
div.DivClassName
{
background-color: #F5EBE1;
}
.BgClassName
{
background-color: #F5EBE1;
}
</style>
border-color css
<style>
span { border-color: #F5EBE1; }
span { border-color: rgb(245,235,225); }
td.TdClassName
{
border-color: #F5EBE1;
}
.TagClassName
{
border-color: #F5EBE1;
}
</style>