Shades of Tuft Bush #FBCDB9
Tints of Tuft Bush #FBCDB9
RGB
CMYK
RGB Variations
Color information
#FBCDB9 (or 0xFBCDB9) is known color: Tuft Bush. HEX triplet: FB, CD and B9. RGB value is (251,205,185). Sum of RGB (Red+Green+Blue) = 251+205+185=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDB9 is #043246. Grayscale: #D8D8D8. Windows color (decimal): -275015 or 12176891. OLE color: 12176891.
HSL color Cylindrical-coordinate representation of color #FBCDB9: hue angle of 18.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBCDB9 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 185 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.02 |
| HSL | 18.18º | 0.89% | 0.85% | - |
| HSV(B) | 18.18º | 0.26% | 0.98% | - |
| XYZ | 70.37 | 67.67 | 55.25 | - |
| YUV | 216.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 185 | 0 | 0.18 | 0.26 | 0.02 | 18.18 | 0.89 | 0.85 |
| Hex | FB | CD | B9 | 0 | 12 | 1A | 2 | 12 | 59 | 55 |
| Octal | 373 | 315 | 271 | 0 | 22 | 32 | 2 | 22 | 131 | 125 |
| Binary | 11111011 | 11001101 | 10111001 | 0 | 10010 | 11010 | 10 | 10010 | 1011001 | 1010101 |
Color Harmonies of #FBCDB9
Complementary color
Monochromatic Colors of #FBCDB9
Black with #FBCDB9
Text Example
Text Example
White with #FBCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDB9; }
p { color: rgb(251,205,185); }
H1.HeaderClassName
{
color: #FBCDB9;
}
.AnyTagClassName
{
color: #FBCDB9;
}
</style>
background-color css
<style>
a { background-color: #FBCDB9; }
a { background-color: rgb(251,205,185); }
div.DivClassName
{
background-color: #FBCDB9;
}
.BgClassName
{
background-color: #FBCDB9;
}
</style>
border-color css
<style>
span { border-color: #FBCDB9; }
span { border-color: rgb(251,205,185); }
td.TdClassName
{
border-color: #FBCDB9;
}
.TagClassName
{
border-color: #FBCDB9;
}
</style>