Shades of Bridal Heath #FBEDDF
Tints of Bridal Heath #FBEDDF
RGB
CMYK
RGB Variations
Color information
#FBEDDF (or 0xFBEDDF) is known color: Bridal Heath. HEX triplet: FB, ED and DF. RGB value is (251,237,223). Sum of RGB (Red+Green+Blue) = 251+237+223=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDDF is #041220. Grayscale: #EFEFEF. Windows color (decimal): -266785 or 14675451. OLE color: 14675451.
HSL color Cylindrical-coordinate representation of color #FBEDDF: hue angle of 30º 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 #FBEDDF is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 223 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.02 |
| HSL | 30º | 0.78% | 0.93% | - |
| HSV(B) | 30º | 0.11% | 0.98% | - |
| XYZ | 83.39 | 86.41 | 82.09 | - |
| YUV | 239.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 223 | 0 | 0.06 | 0.11 | 0.02 | 30 | 0.78 | 0.93 |
| Hex | FB | ED | DF | 0 | 6 | B | 2 | 1E | 4E | 5D |
| Octal | 373 | 355 | 337 | 0 | 6 | 13 | 2 | 36 | 116 | 135 |
| Binary | 11111011 | 11101101 | 11011111 | 0 | 110 | 1011 | 10 | 11110 | 1001110 | 1011101 |
Color Harmonies of #FBEDDF
Complementary color
Monochromatic Colors of #FBEDDF
Black with #FBEDDF
Text Example
Text Example
White with #FBEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDDF; }
p { color: rgb(251,237,223); }
H1.HeaderClassName
{
color: #FBEDDF;
}
.AnyTagClassName
{
color: #FBEDDF;
}
</style>
background-color css
<style>
a { background-color: #FBEDDF; }
a { background-color: rgb(251,237,223); }
div.DivClassName
{
background-color: #FBEDDF;
}
.BgClassName
{
background-color: #FBEDDF;
}
</style>
border-color css
<style>
span { border-color: #FBEDDF; }
span { border-color: rgb(251,237,223); }
td.TdClassName
{
border-color: #FBEDDF;
}
.TagClassName
{
border-color: #FBEDDF;
}
</style>