Shades of Tuft Bush #FCD5BA
Tints of Tuft Bush #FCD5BA
RGB
CMYK
RGB Variations
Color information
#FCD5BA (or 0xFCD5BA) is known color: Tuft Bush. HEX triplet: FC, D5 and BA. RGB value is (252,213,186). Sum of RGB (Red+Green+Blue) = 252+213+186=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5BA is #032A45. Grayscale: #DDDDDD. Windows color (decimal): -207430 or 12244476. OLE color: 12244476.
HSL color Cylindrical-coordinate representation of color #FCD5BA: hue angle of 24.55º 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 #FCD5BA is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 186 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.01 |
| HSL | 24.55º | 0.92% | 0.86% | - |
| HSV(B) | 24.55º | 0.26% | 0.99% | - |
| XYZ | 72.8 | 71.83 | 56.48 | - |
| YUV | 221.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 186 | 0 | 0.15 | 0.26 | 0.01 | 24.55 | 0.92 | 0.86 |
| Hex | FC | D5 | BA | 0 | F | 1A | 1 | 19 | 5C | 56 |
| Octal | 374 | 325 | 272 | 0 | 17 | 32 | 1 | 31 | 134 | 126 |
| Binary | 11111100 | 11010101 | 10111010 | 0 | 1111 | 11010 | 1 | 11001 | 1011100 | 1010110 |
Color Harmonies of #FCD5BA
Complementary color
Monochromatic Colors of #FCD5BA
Black with #FCD5BA
Text Example
Text Example
White with #FCD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5BA; }
p { color: rgb(252,213,186); }
H1.HeaderClassName
{
color: #FCD5BA;
}
.AnyTagClassName
{
color: #FCD5BA;
}
</style>
background-color css
<style>
a { background-color: #FCD5BA; }
a { background-color: rgb(252,213,186); }
div.DivClassName
{
background-color: #FCD5BA;
}
.BgClassName
{
background-color: #FCD5BA;
}
</style>
border-color css
<style>
span { border-color: #FCD5BA; }
span { border-color: rgb(252,213,186); }
td.TdClassName
{
border-color: #FCD5BA;
}
.TagClassName
{
border-color: #FCD5BA;
}
</style>