Shades of Bridal Heath #FBEEDF
Tints of Bridal Heath #FBEEDF
RGB
CMYK
RGB Variations
Color information
#FBEEDF (or 0xFBEEDF) is known color: Bridal Heath. HEX triplet: FB, EE and DF. RGB value is (251,238,223). Sum of RGB (Red+Green+Blue) = 251+238+223=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEDF is #041120. Grayscale: #F0F0F0. Windows color (decimal): -266529 or 14675707. OLE color: 14675707.
HSL color Cylindrical-coordinate representation of color #FBEEDF: hue angle of 32.14º degrees, saturation: 0.78, 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 #FBEEDF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 223 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.02 |
| HSL | 32.14º | 0.78% | 0.93% | - |
| HSV(B) | 32.14º | 0.11% | 0.98% | - |
| XYZ | 83.68 | 86.99 | 82.19 | - |
| YUV | 240.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 223 | 0 | 0.05 | 0.11 | 0.02 | 32.14 | 0.78 | 0.93 |
| Hex | FB | EE | DF | 0 | 5 | B | 2 | 20 | 4E | 5D |
| Octal | 373 | 356 | 337 | 0 | 5 | 13 | 2 | 40 | 116 | 135 |
| Binary | 11111011 | 11101110 | 11011111 | 0 | 101 | 1011 | 10 | 100000 | 1001110 | 1011101 |
Color Harmonies of #FBEEDF
Complementary color
Monochromatic Colors of #FBEEDF
Black with #FBEEDF
Text Example
Text Example
White with #FBEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEDF; }
p { color: rgb(251,238,223); }
H1.HeaderClassName
{
color: #FBEEDF;
}
.AnyTagClassName
{
color: #FBEEDF;
}
</style>
background-color css
<style>
a { background-color: #FBEEDF; }
a { background-color: rgb(251,238,223); }
div.DivClassName
{
background-color: #FBEEDF;
}
.BgClassName
{
background-color: #FBEEDF;
}
</style>
border-color css
<style>
span { border-color: #FBEEDF; }
span { border-color: rgb(251,238,223); }
td.TdClassName
{
border-color: #FBEEDF;
}
.TagClassName
{
border-color: #FBEEDF;
}
</style>