Shades of Bridal Heath #FBECDD
Tints of Bridal Heath #FBECDD
RGB
CMYK
RGB Variations
Color information
#FBECDD (or 0xFBECDD) is known color: Bridal Heath. HEX triplet: FB, EC and DD. RGB value is (251,236,221). Sum of RGB (Red+Green+Blue) = 251+236+221=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECDD is #041322. Grayscale: #EEEEEE. Windows color (decimal): -267043 or 14544123. OLE color: 14544123.
HSL color Cylindrical-coordinate representation of color #FBECDD: hue angle of 30º 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 #FBECDD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 221 | - |
CMYK | 0 | 0.06 | 0.12 | 0.02 |
HSL | 30º | 0.79% | 0.93% | - |
HSV(B) | 30º | 0.12% | 0.98% | - |
XYZ | 82.83 | 85.72 | 80.59 | - |
YUV | 238.78 | 117.97 | 136.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 221 | 0 | 0.06 | 0.12 | 0.02 | 30 | 0.79 | 0.93 |
Hex | FB | EC | DD | 0 | 6 | C | 2 | 1E | 4F | 5D |
Octal | 373 | 354 | 335 | 0 | 6 | 14 | 2 | 36 | 117 | 135 |
Binary | 11111011 | 11101100 | 11011101 | 0 | 110 | 1100 | 10 | 11110 | 1001111 | 1011101 |
Color Harmonies of #FBECDD
Complementary color
Monochromatic Colors of #FBECDD
Black with #FBECDD
Text Example
Text Example
White with #FBECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECDD; }
p { color: rgb(251,236,221); }
H1.HeaderClassName
{
color: #FBECDD;
}
.AnyTagClassName
{
color: #FBECDD;
}
</style>
background-color css
<style>
a { background-color: #FBECDD; }
a { background-color: rgb(251,236,221); }
div.DivClassName
{
background-color: #FBECDD;
}
.BgClassName
{
background-color: #FBECDD;
}
</style>
border-color css
<style>
span { border-color: #FBECDD; }
span { border-color: rgb(251,236,221); }
td.TdClassName
{
border-color: #FBECDD;
}
.TagClassName
{
border-color: #FBECDD;
}
</style>