Shades of Tuft Bush #FBCEBB
Tints of Tuft Bush #FBCEBB
RGB
CMYK
RGB Variations
Color information
#FBCEBB (or 0xFBCEBB) is known color: Tuft Bush. HEX triplet: FB, CE and BB. RGB value is (251,206,187). Sum of RGB (Red+Green+Blue) = 251+206+187=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEBB is #043144. Grayscale: #D9D9D9. Windows color (decimal): -274757 or 12308219. OLE color: 12308219.
HSL color Cylindrical-coordinate representation of color #FBCEBB: hue angle of 17.81º 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 #FBCEBB is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 187 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.02 |
| HSL | 17.81º | 0.89% | 0.86% | - |
| HSV(B) | 17.81º | 0.25% | 0.98% | - |
| XYZ | 70.82 | 68.24 | 56.45 | - |
| YUV | 217.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 187 | 0 | 0.18 | 0.25 | 0.02 | 17.81 | 0.89 | 0.86 |
| Hex | FB | CE | BB | 0 | 12 | 19 | 2 | 12 | 59 | 56 |
| Octal | 373 | 316 | 273 | 0 | 22 | 31 | 2 | 22 | 131 | 126 |
| Binary | 11111011 | 11001110 | 10111011 | 0 | 10010 | 11001 | 10 | 10010 | 1011001 | 1010110 |
Color Harmonies of #FBCEBB
Complementary color
Monochromatic Colors of #FBCEBB
Black with #FBCEBB
Text Example
Text Example
White with #FBCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEBB; }
p { color: rgb(251,206,187); }
H1.HeaderClassName
{
color: #FBCEBB;
}
.AnyTagClassName
{
color: #FBCEBB;
}
</style>
background-color css
<style>
a { background-color: #FBCEBB; }
a { background-color: rgb(251,206,187); }
div.DivClassName
{
background-color: #FBCEBB;
}
.BgClassName
{
background-color: #FBCEBB;
}
</style>
border-color css
<style>
span { border-color: #FBCEBB; }
span { border-color: rgb(251,206,187); }
td.TdClassName
{
border-color: #FBCEBB;
}
.TagClassName
{
border-color: #FBCEBB;
}
</style>