Shades of Bridal Heath #FEEEDF
Tints of Bridal Heath #FEEEDF
RGB
CMYK
RGB Variations
Color information
#FEEEDF (or 0xFEEEDF) is known color: Bridal Heath. HEX triplet: FE, EE and DF. RGB value is (254,238,223). Sum of RGB (Red+Green+Blue) = 254+238+223=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEDF is #011120. Grayscale: #F1F1F1. Windows color (decimal): -69921 or 14675710. OLE color: 14675710.
HSL color Cylindrical-coordinate representation of color #FEEEDF: hue angle of 29.03º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEEEDF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 223 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.00 |
| HSL | 29.03º | 0.94% | 0.94% | - |
| HSV(B) | 29.03º | 0.12% | 1% | - |
| XYZ | 84.77 | 87.55 | 82.24 | - |
| YUV | 241.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 223 | 0 | 0.06 | 0.12 | 0.00 | 29.03 | 0.94 | 0.94 |
| Hex | FE | EE | DF | 0 | 6 | C | 0 | 1D | 5E | 5E |
| Octal | 376 | 356 | 337 | 0 | 6 | 14 | 0 | 35 | 136 | 136 |
| Binary | 11111110 | 11101110 | 11011111 | 0 | 110 | 1100 | 0 | 11101 | 1011110 | 1011110 |
Color Harmonies of #FEEEDF
Complementary color
Monochromatic Colors of #FEEEDF
Black with #FEEEDF
Text Example
Text Example
White with #FEEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEDF; }
p { color: rgb(254,238,223); }
H1.HeaderClassName
{
color: #FEEEDF;
}
.AnyTagClassName
{
color: #FEEEDF;
}
</style>
background-color css
<style>
a { background-color: #FEEEDF; }
a { background-color: rgb(254,238,223); }
div.DivClassName
{
background-color: #FEEEDF;
}
.BgClassName
{
background-color: #FEEEDF;
}
</style>
border-color css
<style>
span { border-color: #FEEEDF; }
span { border-color: rgb(254,238,223); }
td.TdClassName
{
border-color: #FEEEDF;
}
.TagClassName
{
border-color: #FEEEDF;
}
</style>