Shades of Bridal Heath #FBEDDD
Tints of Bridal Heath #FBEDDD
RGB
CMYK
RGB Variations
Color information
#FBEDDD (or 0xFBEDDD) is known color: Bridal Heath. HEX triplet: FB, ED and DD. RGB value is (251,237,221). Sum of RGB (Red+Green+Blue) = 251+237+221=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDDD is #041222. Grayscale: #EFEFEF. Windows color (decimal): -266787 or 14544379. OLE color: 14544379.
HSL color Cylindrical-coordinate representation of color #FBEDDD: hue angle of 32º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBEDDD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 237 | 221 | - |
CMYK | 0 | 0.06 | 0.12 | 0.02 |
HSL | 32º | 0.79% | 0.93% | - |
HSV(B) | 32º | 0.12% | 0.98% | - |
XYZ | 83.12 | 86.3 | 80.68 | - |
YUV | 239.36 | 117.64 | 136.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 237 | 221 | 0 | 0.06 | 0.12 | 0.02 | 32 | 0.79 | 0.93 |
Hex | FB | ED | DD | 0 | 6 | C | 2 | 20 | 4F | 5D |
Octal | 373 | 355 | 335 | 0 | 6 | 14 | 2 | 40 | 117 | 135 |
Binary | 11111011 | 11101101 | 11011101 | 0 | 110 | 1100 | 10 | 100000 | 1001111 | 1011101 |
Color Harmonies of #FBEDDD
Complementary color
Monochromatic Colors of #FBEDDD
Black with #FBEDDD
Text Example
Text Example
White with #FBEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDDD; }
p { color: rgb(251,237,221); }
H1.HeaderClassName
{
color: #FBEDDD;
}
.AnyTagClassName
{
color: #FBEDDD;
}
</style>
background-color css
<style>
a { background-color: #FBEDDD; }
a { background-color: rgb(251,237,221); }
div.DivClassName
{
background-color: #FBEDDD;
}
.BgClassName
{
background-color: #FBEDDD;
}
</style>
border-color css
<style>
span { border-color: #FBEDDD; }
span { border-color: rgb(251,237,221); }
td.TdClassName
{
border-color: #FBEDDD;
}
.TagClassName
{
border-color: #FBEDDD;
}
</style>