Shades of Bridal Heath #F8ECDF
Tints of Bridal Heath #F8ECDF
RGB
CMYK
RGB Variations
Color information
#F8ECDF (or 0xF8ECDF) is known color: Bridal Heath. HEX triplet: F8, EC and DF. RGB value is (248,236,223). Sum of RGB (Red+Green+Blue) = 248+236+223=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECDF is #071320. Grayscale: #EEEEEE. Windows color (decimal): -463649 or 14675192. OLE color: 14675192.
HSL color Cylindrical-coordinate representation of color #F8ECDF: hue angle of 31.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8ECDF is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 223 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.03 |
| HSL | 31.2º | 0.64% | 0.92% | - |
| HSV(B) | 31.2º | 0.1% | 0.97% | - |
| XYZ | 82.03 | 85.28 | 81.95 | - |
| YUV | 238.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 223 | 0 | 0.05 | 0.10 | 0.03 | 31.2 | 0.64 | 0.92 |
| Hex | F8 | EC | DF | 0 | 5 | A | 3 | 1F | 40 | 5C |
| Octal | 370 | 354 | 337 | 0 | 5 | 12 | 3 | 37 | 100 | 134 |
| Binary | 11111000 | 11101100 | 11011111 | 0 | 101 | 1010 | 11 | 11111 | 1000000 | 1011100 |
Color Harmonies of #F8ECDF
Complementary color
Monochromatic Colors of #F8ECDF
Black with #F8ECDF
Text Example
Text Example
White with #F8ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECDF; }
p { color: rgb(248,236,223); }
H1.HeaderClassName
{
color: #F8ECDF;
}
.AnyTagClassName
{
color: #F8ECDF;
}
</style>
background-color css
<style>
a { background-color: #F8ECDF; }
a { background-color: rgb(248,236,223); }
div.DivClassName
{
background-color: #F8ECDF;
}
.BgClassName
{
background-color: #F8ECDF;
}
</style>
border-color css
<style>
span { border-color: #F8ECDF; }
span { border-color: rgb(248,236,223); }
td.TdClassName
{
border-color: #F8ECDF;
}
.TagClassName
{
border-color: #F8ECDF;
}
</style>