Shades of Bridal Heath #F8EDE0
Tints of Bridal Heath #F8EDE0
RGB
CMYK
RGB Variations
Color information
#F8EDE0 (or 0xF8EDE0) is known color: Bridal Heath. HEX triplet: F8, ED and E0. RGB value is (248,237,224). Sum of RGB (Red+Green+Blue) = 248+237+224=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 224 (87.89% from 255 or 31.59% from 709); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDE0 is #07121F. Grayscale: #EEEEEE. Windows color (decimal): -463392 or 14740984. OLE color: 14740984.
HSL color Cylindrical-coordinate representation of color #F8EDE0: hue angle of 32.5º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8EDE0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 224 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.03 |
| HSL | 32.5º | 0.63% | 0.93% | - |
| HSV(B) | 32.5º | 0.1% | 0.97% | - |
| XYZ | 82.45 | 85.91 | 82.76 | - |
| YUV | 238.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 224 | 0 | 0.04 | 0.10 | 0.03 | 32.5 | 0.63 | 0.93 |
| Hex | F8 | ED | E0 | 0 | 4 | A | 3 | 20 | 3F | 5D |
| Octal | 370 | 355 | 340 | 0 | 4 | 12 | 3 | 40 | 77 | 135 |
| Binary | 11111000 | 11101101 | 11100000 | 0 | 100 | 1010 | 11 | 100000 | 111111 | 1011101 |
Color Harmonies of #F8EDE0
Complementary color
Monochromatic Colors of #F8EDE0
Black with #F8EDE0
Text Example
Text Example
White with #F8EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDE0; }
p { color: rgb(248,237,224); }
H1.HeaderClassName
{
color: #F8EDE0;
}
.AnyTagClassName
{
color: #F8EDE0;
}
</style>
background-color css
<style>
a { background-color: #F8EDE0; }
a { background-color: rgb(248,237,224); }
div.DivClassName
{
background-color: #F8EDE0;
}
.BgClassName
{
background-color: #F8EDE0;
}
</style>
border-color css
<style>
span { border-color: #F8EDE0; }
span { border-color: rgb(248,237,224); }
td.TdClassName
{
border-color: #F8EDE0;
}
.TagClassName
{
border-color: #F8EDE0;
}
</style>