Shades of Tuft Bush #FBCEBD
Tints of Tuft Bush #FBCEBD
RGB
CMYK
RGB Variations
Color information
#FBCEBD (or 0xFBCEBD) is known color: Tuft Bush. HEX triplet: FB, CE and BD. RGB value is (251,206,189). Sum of RGB (Red+Green+Blue) = 251+206+189=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEBD is #043142. Grayscale: #D9D9D9. Windows color (decimal): -274755 or 12439291. OLE color: 12439291.
HSL color Cylindrical-coordinate representation of color #FBCEBD: hue angle of 16.45º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBCEBD is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 189 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.02 |
| HSL | 16.45º | 0.89% | 0.86% | - |
| HSV(B) | 16.45º | 0.25% | 0.98% | - |
| XYZ | 71.04 | 68.33 | 57.59 | - |
| YUV | 217.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 189 | 0 | 0.18 | 0.25 | 0.02 | 16.45 | 0.89 | 0.86 |
| Hex | FB | CE | BD | 0 | 12 | 19 | 2 | 10 | 59 | 56 |
| Octal | 373 | 316 | 275 | 0 | 22 | 31 | 2 | 20 | 131 | 126 |
| Binary | 11111011 | 11001110 | 10111101 | 0 | 10010 | 11001 | 10 | 10000 | 1011001 | 1010110 |
Color Harmonies of #FBCEBD
Complementary color
Monochromatic Colors of #FBCEBD
Black with #FBCEBD
Text Example
Text Example
White with #FBCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEBD; }
p { color: rgb(251,206,189); }
H1.HeaderClassName
{
color: #FBCEBD;
}
.AnyTagClassName
{
color: #FBCEBD;
}
</style>
background-color css
<style>
a { background-color: #FBCEBD; }
a { background-color: rgb(251,206,189); }
div.DivClassName
{
background-color: #FBCEBD;
}
.BgClassName
{
background-color: #FBCEBD;
}
</style>
border-color css
<style>
span { border-color: #FBCEBD; }
span { border-color: rgb(251,206,189); }
td.TdClassName
{
border-color: #FBCEBD;
}
.TagClassName
{
border-color: #FBCEBD;
}
</style>