Shades of Tuft Bush #FBCEBA
Tints of Tuft Bush #FBCEBA
RGB
CMYK
RGB Variations
Color information
#FBCEBA (or 0xFBCEBA) is known color: Tuft Bush. HEX triplet: FB, CE and BA. RGB value is (251,206,186). Sum of RGB (Red+Green+Blue) = 251+206+186=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEBA is #043145. Grayscale: #D9D9D9. Windows color (decimal): -274758 or 12242683. OLE color: 12242683.
HSL color Cylindrical-coordinate representation of color #FBCEBA: hue angle of 18.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBCEBA is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 186 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.02 |
| HSL | 18.46º | 0.89% | 0.86% | - |
| HSV(B) | 18.46º | 0.26% | 0.98% | - |
| XYZ | 70.72 | 68.2 | 55.89 | - |
| YUV | 217.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 186 | 0 | 0.18 | 0.26 | 0.02 | 18.46 | 0.89 | 0.86 |
| Hex | FB | CE | BA | 0 | 12 | 1A | 2 | 12 | 59 | 56 |
| Octal | 373 | 316 | 272 | 0 | 22 | 32 | 2 | 22 | 131 | 126 |
| Binary | 11111011 | 11001110 | 10111010 | 0 | 10010 | 11010 | 10 | 10010 | 1011001 | 1010110 |
Color Harmonies of #FBCEBA
Complementary color
Monochromatic Colors of #FBCEBA
Black with #FBCEBA
Text Example
Text Example
White with #FBCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEBA; }
p { color: rgb(251,206,186); }
H1.HeaderClassName
{
color: #FBCEBA;
}
.AnyTagClassName
{
color: #FBCEBA;
}
</style>
background-color css
<style>
a { background-color: #FBCEBA; }
a { background-color: rgb(251,206,186); }
div.DivClassName
{
background-color: #FBCEBA;
}
.BgClassName
{
background-color: #FBCEBA;
}
</style>
border-color css
<style>
span { border-color: #FBCEBA; }
span { border-color: rgb(251,206,186); }
td.TdClassName
{
border-color: #FBCEBA;
}
.TagClassName
{
border-color: #FBCEBA;
}
</style>