Shades of Tuft Bush #FCD6C5
Tints of Tuft Bush #FCD6C5
RGB
CMYK
RGB Variations
Color information
#FCD6C5 (or 0xFCD6C5) is known color: Tuft Bush. HEX triplet: FC, D6 and C5. RGB value is (252,214,197). Sum of RGB (Red+Green+Blue) = 252+214+197=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6C5 is #03293A. Grayscale: #DFDFDF. Windows color (decimal): -207163 or 12965628. OLE color: 12965628.
HSL color Cylindrical-coordinate representation of color #FCD6C5: hue angle of 18.55º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCD6C5 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 197 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.01 |
| HSL | 18.55º | 0.9% | 0.88% | - |
| HSV(B) | 18.55º | 0.22% | 0.99% | - |
| XYZ | 74.27 | 72.82 | 62.96 | - |
| YUV | 223.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 197 | 0 | 0.15 | 0.22 | 0.01 | 18.55 | 0.9 | 0.88 |
| Hex | FC | D6 | C5 | 0 | F | 16 | 1 | 13 | 5A | 58 |
| Octal | 374 | 326 | 305 | 0 | 17 | 26 | 1 | 23 | 132 | 130 |
| Binary | 11111100 | 11010110 | 11000101 | 0 | 1111 | 10110 | 1 | 10011 | 1011010 | 1011000 |
Color Harmonies of #FCD6C5
Complementary color
Monochromatic Colors of #FCD6C5
Black with #FCD6C5
Text Example
Text Example
White with #FCD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6C5; }
p { color: rgb(252,214,197); }
H1.HeaderClassName
{
color: #FCD6C5;
}
.AnyTagClassName
{
color: #FCD6C5;
}
</style>
background-color css
<style>
a { background-color: #FCD6C5; }
a { background-color: rgb(252,214,197); }
div.DivClassName
{
background-color: #FCD6C5;
}
.BgClassName
{
background-color: #FCD6C5;
}
</style>
border-color css
<style>
span { border-color: #FCD6C5; }
span { border-color: rgb(252,214,197); }
td.TdClassName
{
border-color: #FCD6C5;
}
.TagClassName
{
border-color: #FCD6C5;
}
</style>