Shades of Bridal Heath #FAEDDF
Tints of Bridal Heath #FAEDDF
RGB
CMYK
RGB Variations
Color information
#FAEDDF (or 0xFAEDDF) is known color: Bridal Heath. HEX triplet: FA, ED and DF. RGB value is (250,237,223). Sum of RGB (Red+Green+Blue) = 250+237+223=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDDF is #051220. Grayscale: #EFEFEF. Windows color (decimal): -332321 or 14675450. OLE color: 14675450.
HSL color Cylindrical-coordinate representation of color #FAEDDF: hue angle of 31.11º 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 #FAEDDF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 223 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.02 |
| HSL | 31.11º | 0.73% | 0.93% | - |
| HSV(B) | 31.11º | 0.11% | 0.98% | - |
| XYZ | 83.03 | 86.22 | 82.08 | - |
| YUV | 239.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 223 | 0 | 0.05 | 0.11 | 0.02 | 31.11 | 0.73 | 0.93 |
| Hex | FA | ED | DF | 0 | 5 | B | 2 | 1F | 49 | 5D |
| Octal | 372 | 355 | 337 | 0 | 5 | 13 | 2 | 37 | 111 | 135 |
| Binary | 11111010 | 11101101 | 11011111 | 0 | 101 | 1011 | 10 | 11111 | 1001001 | 1011101 |
Color Harmonies of #FAEDDF
Complementary color
Monochromatic Colors of #FAEDDF
Black with #FAEDDF
Text Example
Text Example
White with #FAEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDDF; }
p { color: rgb(250,237,223); }
H1.HeaderClassName
{
color: #FAEDDF;
}
.AnyTagClassName
{
color: #FAEDDF;
}
</style>
background-color css
<style>
a { background-color: #FAEDDF; }
a { background-color: rgb(250,237,223); }
div.DivClassName
{
background-color: #FAEDDF;
}
.BgClassName
{
background-color: #FAEDDF;
}
</style>
border-color css
<style>
span { border-color: #FAEDDF; }
span { border-color: rgb(250,237,223); }
td.TdClassName
{
border-color: #FAEDDF;
}
.TagClassName
{
border-color: #FAEDDF;
}
</style>