Shades of Tuft Bush #FBCDBD
Tints of Tuft Bush #FBCDBD
RGB
CMYK
RGB Variations
Color information
#FBCDBD (or 0xFBCDBD) is known color: Tuft Bush. HEX triplet: FB, CD and BD. RGB value is (251,205,189). Sum of RGB (Red+Green+Blue) = 251+205+189=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDBD is #043242. Grayscale: #D9D9D9. Windows color (decimal): -275011 or 12439035. OLE color: 12439035.
HSL color Cylindrical-coordinate representation of color #FBCDBD: hue angle of 15.48º 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 #FBCDBD is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 189 | - |
CMYK | 0 | 0.18 | 0.25 | 0.02 |
HSL | 15.48º | 0.89% | 0.86% | - |
HSV(B) | 15.48º | 0.25% | 0.98% | - |
XYZ | 70.8 | 67.85 | 57.51 | - |
YUV | 216.93 | 112.24 | 152.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 189 | 0 | 0.18 | 0.25 | 0.02 | 15.48 | 0.89 | 0.86 |
Hex | FB | CD | BD | 0 | 12 | 19 | 2 | F | 59 | 56 |
Octal | 373 | 315 | 275 | 0 | 22 | 31 | 2 | 17 | 131 | 126 |
Binary | 11111011 | 11001101 | 10111101 | 0 | 10010 | 11001 | 10 | 1111 | 1011001 | 1010110 |
Color Harmonies of #FBCDBD
Complementary color
Monochromatic Colors of #FBCDBD
Black with #FBCDBD
Text Example
Text Example
White with #FBCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDBD; }
p { color: rgb(251,205,189); }
H1.HeaderClassName
{
color: #FBCDBD;
}
.AnyTagClassName
{
color: #FBCDBD;
}
</style>
background-color css
<style>
a { background-color: #FBCDBD; }
a { background-color: rgb(251,205,189); }
div.DivClassName
{
background-color: #FBCDBD;
}
.BgClassName
{
background-color: #FBCDBD;
}
</style>
border-color css
<style>
span { border-color: #FBCDBD; }
span { border-color: rgb(251,205,189); }
td.TdClassName
{
border-color: #FBCDBD;
}
.TagClassName
{
border-color: #FBCDBD;
}
</style>