Shades of Bridal Heath #F8EBDC
Tints of Bridal Heath #F8EBDC
RGB
CMYK
RGB Variations
Color information
#F8EBDC (or 0xF8EBDC) is known color: Bridal Heath. HEX triplet: F8, EB and DC. RGB value is (248,235,220). Sum of RGB (Red+Green+Blue) = 248+235+220=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBDC is #071423. Grayscale: #EDEDED. Windows color (decimal): -463908 or 14478328. OLE color: 14478328.
HSL color Cylindrical-coordinate representation of color #F8EBDC: hue angle of 32.14º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8EBDC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 235 | 220 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.03 |
| HSL | 32.14º | 0.67% | 0.92% | - |
| HSV(B) | 32.14º | 0.11% | 0.97% | - |
| XYZ | 81.34 | 84.54 | 79.74 | - |
| YUV | 237.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 235 | 220 | 0 | 0.05 | 0.11 | 0.03 | 32.14 | 0.67 | 0.92 |
| Hex | F8 | EB | DC | 0 | 5 | B | 3 | 20 | 43 | 5C |
| Octal | 370 | 353 | 334 | 0 | 5 | 13 | 3 | 40 | 103 | 134 |
| Binary | 11111000 | 11101011 | 11011100 | 0 | 101 | 1011 | 11 | 100000 | 1000011 | 1011100 |
Color Harmonies of #F8EBDC
Complementary color
Monochromatic Colors of #F8EBDC
Black with #F8EBDC
Text Example
Text Example
White with #F8EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EBDC; }
p { color: rgb(248,235,220); }
H1.HeaderClassName
{
color: #F8EBDC;
}
.AnyTagClassName
{
color: #F8EBDC;
}
</style>
background-color css
<style>
a { background-color: #F8EBDC; }
a { background-color: rgb(248,235,220); }
div.DivClassName
{
background-color: #F8EBDC;
}
.BgClassName
{
background-color: #F8EBDC;
}
</style>
border-color css
<style>
span { border-color: #F8EBDC; }
span { border-color: rgb(248,235,220); }
td.TdClassName
{
border-color: #F8EBDC;
}
.TagClassName
{
border-color: #F8EBDC;
}
</style>