Shades of Tuft Bush #FCD0BB
Tints of Tuft Bush #FCD0BB
RGB
CMYK
RGB Variations
Color information
#FCD0BB (or 0xFCD0BB) is known color: Tuft Bush. HEX triplet: FC, D0 and BB. RGB value is (252,208,187). Sum of RGB (Red+Green+Blue) = 252+208+187=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0BB is #032F44. Grayscale: #DADADA. Windows color (decimal): -208709 or 12308732. OLE color: 12308732.
HSL color Cylindrical-coordinate representation of color #FCD0BB: hue angle of 19.38º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCD0BB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 187 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.01 |
| HSL | 19.38º | 0.92% | 0.86% | - |
| HSV(B) | 19.38º | 0.26% | 0.99% | - |
| XYZ | 71.67 | 69.4 | 56.63 | - |
| YUV | 218.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 187 | 0 | 0.17 | 0.26 | 0.01 | 19.38 | 0.92 | 0.86 |
| Hex | FC | D0 | BB | 0 | 11 | 1A | 1 | 13 | 5C | 56 |
| Octal | 374 | 320 | 273 | 0 | 21 | 32 | 1 | 23 | 134 | 126 |
| Binary | 11111100 | 11010000 | 10111011 | 0 | 10001 | 11010 | 1 | 10011 | 1011100 | 1010110 |
Color Harmonies of #FCD0BB
Complementary color
Monochromatic Colors of #FCD0BB
Black with #FCD0BB
Text Example
Text Example
White with #FCD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0BB; }
p { color: rgb(252,208,187); }
H1.HeaderClassName
{
color: #FCD0BB;
}
.AnyTagClassName
{
color: #FCD0BB;
}
</style>
background-color css
<style>
a { background-color: #FCD0BB; }
a { background-color: rgb(252,208,187); }
div.DivClassName
{
background-color: #FCD0BB;
}
.BgClassName
{
background-color: #FCD0BB;
}
</style>
border-color css
<style>
span { border-color: #FCD0BB; }
span { border-color: rgb(252,208,187); }
td.TdClassName
{
border-color: #FCD0BB;
}
.TagClassName
{
border-color: #FCD0BB;
}
</style>