Shades of Tuft Bush #FCD2BB
Tints of Tuft Bush #FCD2BB
RGB
CMYK
RGB Variations
Color information
#FCD2BB (or 0xFCD2BB) is known color: Tuft Bush. HEX triplet: FC, D2 and BB. RGB value is (252,210,187). Sum of RGB (Red+Green+Blue) = 252+210+187=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2BB is #032D44. Grayscale: #DCDCDC. Windows color (decimal): -208197 or 12309244. OLE color: 12309244.
HSL color Cylindrical-coordinate representation of color #FCD2BB: hue angle of 21.23º 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 #FCD2BB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 187 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.01 |
| HSL | 21.23º | 0.92% | 0.86% | - |
| HSV(B) | 21.23º | 0.26% | 0.99% | - |
| XYZ | 72.16 | 70.38 | 56.79 | - |
| YUV | 219.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 187 | 0 | 0.17 | 0.26 | 0.01 | 21.23 | 0.92 | 0.86 |
| Hex | FC | D2 | BB | 0 | 11 | 1A | 1 | 15 | 5C | 56 |
| Octal | 374 | 322 | 273 | 0 | 21 | 32 | 1 | 25 | 134 | 126 |
| Binary | 11111100 | 11010010 | 10111011 | 0 | 10001 | 11010 | 1 | 10101 | 1011100 | 1010110 |
Color Harmonies of #FCD2BB
Complementary color
Monochromatic Colors of #FCD2BB
Black with #FCD2BB
Text Example
Text Example
White with #FCD2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD2BB; }
p { color: rgb(252,210,187); }
H1.HeaderClassName
{
color: #FCD2BB;
}
.AnyTagClassName
{
color: #FCD2BB;
}
</style>
background-color css
<style>
a { background-color: #FCD2BB; }
a { background-color: rgb(252,210,187); }
div.DivClassName
{
background-color: #FCD2BB;
}
.BgClassName
{
background-color: #FCD2BB;
}
</style>
border-color css
<style>
span { border-color: #FCD2BB; }
span { border-color: rgb(252,210,187); }
td.TdClassName
{
border-color: #FCD2BB;
}
.TagClassName
{
border-color: #FCD2BB;
}
</style>