Shades of Tuft Bush #FCD6C4
Tints of Tuft Bush #FCD6C4
RGB
CMYK
RGB Variations
Color information
#FCD6C4 (or 0xFCD6C4) is known color: Tuft Bush. HEX triplet: FC, D6 and C4. RGB value is (252,214,196). Sum of RGB (Red+Green+Blue) = 252+214+196=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 196 (76.95% from 255 or 29.61% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6C4 is #03293B. Grayscale: #DFDFDF. Windows color (decimal): -207164 or 12900092. OLE color: 12900092.
HSL color Cylindrical-coordinate representation of color #FCD6C4: hue angle of 19.29º 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 #FCD6C4 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 196 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.01 |
| HSL | 19.29º | 0.9% | 0.88% | - |
| HSV(B) | 19.29º | 0.22% | 0.99% | - |
| XYZ | 74.16 | 72.77 | 62.36 | - |
| YUV | 223.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 196 | 0 | 0.15 | 0.22 | 0.01 | 19.29 | 0.9 | 0.88 |
| Hex | FC | D6 | C4 | 0 | F | 16 | 1 | 13 | 5A | 58 |
| Octal | 374 | 326 | 304 | 0 | 17 | 26 | 1 | 23 | 132 | 130 |
| Binary | 11111100 | 11010110 | 11000100 | 0 | 1111 | 10110 | 1 | 10011 | 1011010 | 1011000 |
Color Harmonies of #FCD6C4
Complementary color
Monochromatic Colors of #FCD6C4
Black with #FCD6C4
Text Example
Text Example
White with #FCD6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6C4; }
p { color: rgb(252,214,196); }
H1.HeaderClassName
{
color: #FCD6C4;
}
.AnyTagClassName
{
color: #FCD6C4;
}
</style>
background-color css
<style>
a { background-color: #FCD6C4; }
a { background-color: rgb(252,214,196); }
div.DivClassName
{
background-color: #FCD6C4;
}
.BgClassName
{
background-color: #FCD6C4;
}
</style>
border-color css
<style>
span { border-color: #FCD6C4; }
span { border-color: rgb(252,214,196); }
td.TdClassName
{
border-color: #FCD6C4;
}
.TagClassName
{
border-color: #FCD6C4;
}
</style>