Shades of Tuft Bush #FCD4BA
Tints of Tuft Bush #FCD4BA
RGB
CMYK
RGB Variations
Color information
#FCD4BA (or 0xFCD4BA) is known color: Tuft Bush. HEX triplet: FC, D4 and BA. RGB value is (252,212,186). Sum of RGB (Red+Green+Blue) = 252+212+186=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4BA is #032B45. Grayscale: #DDDDDD. Windows color (decimal): -207686 or 12244220. OLE color: 12244220.
HSL color Cylindrical-coordinate representation of color #FCD4BA: hue angle of 23.64º 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 #FCD4BA is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 186 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.01 |
| HSL | 23.64º | 0.92% | 0.86% | - |
| HSV(B) | 23.64º | 0.26% | 0.99% | - |
| XYZ | 72.55 | 71.33 | 56.4 | - |
| YUV | 221 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 186 | 0 | 0.16 | 0.26 | 0.01 | 23.64 | 0.92 | 0.86 |
| Hex | FC | D4 | BA | 0 | 10 | 1A | 1 | 18 | 5C | 56 |
| Octal | 374 | 324 | 272 | 0 | 20 | 32 | 1 | 30 | 134 | 126 |
| Binary | 11111100 | 11010100 | 10111010 | 0 | 10000 | 11010 | 1 | 11000 | 1011100 | 1010110 |
Color Harmonies of #FCD4BA
Complementary color
Monochromatic Colors of #FCD4BA
Black with #FCD4BA
Text Example
Text Example
White with #FCD4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4BA; }
p { color: rgb(252,212,186); }
H1.HeaderClassName
{
color: #FCD4BA;
}
.AnyTagClassName
{
color: #FCD4BA;
}
</style>
background-color css
<style>
a { background-color: #FCD4BA; }
a { background-color: rgb(252,212,186); }
div.DivClassName
{
background-color: #FCD4BA;
}
.BgClassName
{
background-color: #FCD4BA;
}
</style>
border-color css
<style>
span { border-color: #FCD4BA; }
span { border-color: rgb(252,212,186); }
td.TdClassName
{
border-color: #FCD4BA;
}
.TagClassName
{
border-color: #FCD4BA;
}
</style>