Shades of Bridal Heath #FAEEDF
Tints of Bridal Heath #FAEEDF
RGB
CMYK
RGB Variations
Color information
#FAEEDF (or 0xFAEEDF) is known color: Bridal Heath. HEX triplet: FA, EE and DF. RGB value is (250,238,223). Sum of RGB (Red+Green+Blue) = 250+238+223=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEDF is #051120. Grayscale: #EFEFEF. Windows color (decimal): -332065 or 14675706. OLE color: 14675706.
HSL color Cylindrical-coordinate representation of color #FAEEDF: hue angle of 33.33º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAEEDF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 223 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.02 |
| HSL | 33.33º | 0.73% | 0.93% | - |
| HSV(B) | 33.33º | 0.11% | 0.98% | - |
| XYZ | 83.32 | 86.8 | 82.17 | - |
| YUV | 239.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 223 | 0 | 0.05 | 0.11 | 0.02 | 33.33 | 0.73 | 0.93 |
| Hex | FA | EE | DF | 0 | 5 | B | 2 | 21 | 49 | 5D |
| Octal | 372 | 356 | 337 | 0 | 5 | 13 | 2 | 41 | 111 | 135 |
| Binary | 11111010 | 11101110 | 11011111 | 0 | 101 | 1011 | 10 | 100001 | 1001001 | 1011101 |
Color Harmonies of #FAEEDF
Complementary color
Monochromatic Colors of #FAEEDF
Black with #FAEEDF
Text Example
Text Example
White with #FAEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEDF; }
p { color: rgb(250,238,223); }
H1.HeaderClassName
{
color: #FAEEDF;
}
.AnyTagClassName
{
color: #FAEEDF;
}
</style>
background-color css
<style>
a { background-color: #FAEEDF; }
a { background-color: rgb(250,238,223); }
div.DivClassName
{
background-color: #FAEEDF;
}
.BgClassName
{
background-color: #FAEEDF;
}
</style>
border-color css
<style>
span { border-color: #FAEEDF; }
span { border-color: rgb(250,238,223); }
td.TdClassName
{
border-color: #FAEEDF;
}
.TagClassName
{
border-color: #FAEEDF;
}
</style>