Shades of Tuft Bush #FCD6BD
Tints of Tuft Bush #FCD6BD
RGB
CMYK
RGB Variations
Color information
#FCD6BD (or 0xFCD6BD) is known color: Tuft Bush. HEX triplet: FC, D6 and BD. RGB value is (252,214,189). Sum of RGB (Red+Green+Blue) = 252+214+189=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6BD is #032942. Grayscale: #DEDEDE. Windows color (decimal): -207171 or 12441340. OLE color: 12441340.
HSL color Cylindrical-coordinate representation of color #FCD6BD: hue angle of 23.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCD6BD is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 189 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.01 |
| HSL | 23.81º | 0.91% | 0.86% | - |
| HSV(B) | 23.81º | 0.25% | 0.99% | - |
| XYZ | 73.38 | 72.46 | 58.26 | - |
| YUV | 222.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 189 | 0 | 0.15 | 0.25 | 0.01 | 23.81 | 0.91 | 0.86 |
| Hex | FC | D6 | BD | 0 | F | 19 | 1 | 18 | 5B | 56 |
| Octal | 374 | 326 | 275 | 0 | 17 | 31 | 1 | 30 | 133 | 126 |
| Binary | 11111100 | 11010110 | 10111101 | 0 | 1111 | 11001 | 1 | 11000 | 1011011 | 1010110 |
Color Harmonies of #FCD6BD
Complementary color
Monochromatic Colors of #FCD6BD
Black with #FCD6BD
Text Example
Text Example
White with #FCD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6BD; }
p { color: rgb(252,214,189); }
H1.HeaderClassName
{
color: #FCD6BD;
}
.AnyTagClassName
{
color: #FCD6BD;
}
</style>
background-color css
<style>
a { background-color: #FCD6BD; }
a { background-color: rgb(252,214,189); }
div.DivClassName
{
background-color: #FCD6BD;
}
.BgClassName
{
background-color: #FCD6BD;
}
</style>
border-color css
<style>
span { border-color: #FCD6BD; }
span { border-color: rgb(252,214,189); }
td.TdClassName
{
border-color: #FCD6BD;
}
.TagClassName
{
border-color: #FCD6BD;
}
</style>