Shades of Tuft Bush #FCD1BB
Tints of Tuft Bush #FCD1BB
RGB
CMYK
RGB Variations
Color information
#FCD1BB (or 0xFCD1BB) is known color: Tuft Bush. HEX triplet: FC, D1 and BB. RGB value is (252,209,187). Sum of RGB (Red+Green+Blue) = 252+209+187=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1BB is #032E44. Grayscale: #DBDBDB. Windows color (decimal): -208453 or 12308988. OLE color: 12308988.
HSL color Cylindrical-coordinate representation of color #FCD1BB: hue angle of 20.31º 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 #FCD1BB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 187 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.01 |
| HSL | 20.31º | 0.92% | 0.86% | - |
| HSV(B) | 20.31º | 0.26% | 0.99% | - |
| XYZ | 71.91 | 69.88 | 56.71 | - |
| YUV | 219.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 187 | 0 | 0.17 | 0.26 | 0.01 | 20.31 | 0.92 | 0.86 |
| Hex | FC | D1 | BB | 0 | 11 | 1A | 1 | 14 | 5C | 56 |
| Octal | 374 | 321 | 273 | 0 | 21 | 32 | 1 | 24 | 134 | 126 |
| Binary | 11111100 | 11010001 | 10111011 | 0 | 10001 | 11010 | 1 | 10100 | 1011100 | 1010110 |
Color Harmonies of #FCD1BB
Complementary color
Monochromatic Colors of #FCD1BB
Black with #FCD1BB
Text Example
Text Example
White with #FCD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD1BB; }
p { color: rgb(252,209,187); }
H1.HeaderClassName
{
color: #FCD1BB;
}
.AnyTagClassName
{
color: #FCD1BB;
}
</style>
background-color css
<style>
a { background-color: #FCD1BB; }
a { background-color: rgb(252,209,187); }
div.DivClassName
{
background-color: #FCD1BB;
}
.BgClassName
{
background-color: #FCD1BB;
}
</style>
border-color css
<style>
span { border-color: #FCD1BB; }
span { border-color: rgb(252,209,187); }
td.TdClassName
{
border-color: #FCD1BB;
}
.TagClassName
{
border-color: #FCD1BB;
}
</style>