Shades of Tuft Bush #FCD2B9
Tints of Tuft Bush #FCD2B9
RGB
CMYK
RGB Variations
Color information
#FCD2B9 (or 0xFCD2B9) is known color: Tuft Bush. HEX triplet: FC, D2 and B9. RGB value is (252,210,185). Sum of RGB (Red+Green+Blue) = 252+210+185=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 185 (72.66% from 255 or 28.59% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2B9 is #032D46. Grayscale: #DBDBDB. Windows color (decimal): -208199 or 12178172. OLE color: 12178172.
HSL color Cylindrical-coordinate representation of color #FCD2B9: hue angle of 22.39º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCD2B9 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 185 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.01 |
| HSL | 22.39º | 0.92% | 0.86% | - |
| HSV(B) | 22.39º | 0.27% | 0.99% | - |
| XYZ | 71.95 | 70.29 | 55.67 | - |
| YUV | 219.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 185 | 0 | 0.17 | 0.27 | 0.01 | 22.39 | 0.92 | 0.86 |
| Hex | FC | D2 | B9 | 0 | 11 | 1B | 1 | 16 | 5C | 56 |
| Octal | 374 | 322 | 271 | 0 | 21 | 33 | 1 | 26 | 134 | 126 |
| Binary | 11111100 | 11010010 | 10111001 | 0 | 10001 | 11011 | 1 | 10110 | 1011100 | 1010110 |
Color Harmonies of #FCD2B9
Complementary color
Monochromatic Colors of #FCD2B9
Black with #FCD2B9
Text Example
Text Example
White with #FCD2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2B9; }
p { color: rgb(252,210,185); }
H1.HeaderClassName
{
color: #FCD2B9;
}
.AnyTagClassName
{
color: #FCD2B9;
}
</style>
background-color css
<style>
a { background-color: #FCD2B9; }
a { background-color: rgb(252,210,185); }
div.DivClassName
{
background-color: #FCD2B9;
}
.BgClassName
{
background-color: #FCD2B9;
}
</style>
border-color css
<style>
span { border-color: #FCD2B9; }
span { border-color: rgb(252,210,185); }
td.TdClassName
{
border-color: #FCD2B9;
}
.TagClassName
{
border-color: #FCD2B9;
}
</style>