Shades of Bridal Heath #F5EADD
Tints of Bridal Heath #F5EADD
RGB
CMYK
RGB Variations
Color information
#F5EADD (or 0xF5EADD) is known color: Bridal Heath. HEX triplet: F5, EA and DD. RGB value is (245,234,221). Sum of RGB (Red+Green+Blue) = 245+234+221=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EADD is #0A1522. Grayscale: #EBEBEB. Windows color (decimal): -660771 or 14543605. OLE color: 14543605.
HSL color Cylindrical-coordinate representation of color #F5EADD: hue angle of 32.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5EADD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 221 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.04 |
| HSL | 32.5º | 0.55% | 0.91% | - |
| HSV(B) | 32.5º | 0.1% | 0.96% | - |
| XYZ | 80.13 | 83.48 | 80.3 | - |
| YUV | 235.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 221 | 0 | 0.04 | 0.10 | 0.04 | 32.5 | 0.55 | 0.91 |
| Hex | F5 | EA | DD | 0 | 4 | A | 4 | 20 | 37 | 5B |
| Octal | 365 | 352 | 335 | 0 | 4 | 12 | 4 | 40 | 67 | 133 |
| Binary | 11110101 | 11101010 | 11011101 | 0 | 100 | 1010 | 100 | 100000 | 110111 | 1011011 |
Color Harmonies of #F5EADD
Complementary color
Monochromatic Colors of #F5EADD
Black with #F5EADD
Text Example
Text Example
White with #F5EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EADD; }
p { color: rgb(245,234,221); }
H1.HeaderClassName
{
color: #F5EADD;
}
.AnyTagClassName
{
color: #F5EADD;
}
</style>
background-color css
<style>
a { background-color: #F5EADD; }
a { background-color: rgb(245,234,221); }
div.DivClassName
{
background-color: #F5EADD;
}
.BgClassName
{
background-color: #F5EADD;
}
</style>
border-color css
<style>
span { border-color: #F5EADD; }
span { border-color: rgb(245,234,221); }
td.TdClassName
{
border-color: #F5EADD;
}
.TagClassName
{
border-color: #F5EADD;
}
</style>