Shades of Tuft Bush #FBCDBC
Tints of Tuft Bush #FBCDBC
RGB
CMYK
RGB Variations
Color information
#FBCDBC (or 0xFBCDBC) is known color: Tuft Bush. HEX triplet: FB, CD and BC. RGB value is (251,205,188). Sum of RGB (Red+Green+Blue) = 251+205+188=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDBC is #043243. Grayscale: #D8D8D8. Windows color (decimal): -275012 or 12373499. OLE color: 12373499.
HSL color Cylindrical-coordinate representation of color #FBCDBC: hue angle of 16.19º 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 #FBCDBC is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 188 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.02 |
| HSL | 16.19º | 0.89% | 0.86% | - |
| HSV(B) | 16.19º | 0.25% | 0.98% | - |
| XYZ | 70.69 | 67.8 | 56.94 | - |
| YUV | 216.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 188 | 0 | 0.18 | 0.25 | 0.02 | 16.19 | 0.89 | 0.86 |
| Hex | FB | CD | BC | 0 | 12 | 19 | 2 | 10 | 59 | 56 |
| Octal | 373 | 315 | 274 | 0 | 22 | 31 | 2 | 20 | 131 | 126 |
| Binary | 11111011 | 11001101 | 10111100 | 0 | 10010 | 11001 | 10 | 10000 | 1011001 | 1010110 |
Color Harmonies of #FBCDBC
Complementary color
Monochromatic Colors of #FBCDBC
Black with #FBCDBC
Text Example
Text Example
White with #FBCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDBC; }
p { color: rgb(251,205,188); }
H1.HeaderClassName
{
color: #FBCDBC;
}
.AnyTagClassName
{
color: #FBCDBC;
}
</style>
background-color css
<style>
a { background-color: #FBCDBC; }
a { background-color: rgb(251,205,188); }
div.DivClassName
{
background-color: #FBCDBC;
}
.BgClassName
{
background-color: #FBCDBC;
}
</style>
border-color css
<style>
span { border-color: #FBCDBC; }
span { border-color: rgb(251,205,188); }
td.TdClassName
{
border-color: #FBCDBC;
}
.TagClassName
{
border-color: #FBCDBC;
}
</style>