Shades of Tuft Bush #FCD4BE
Tints of Tuft Bush #FCD4BE
RGB
CMYK
RGB Variations
Color information
#FCD4BE (or 0xFCD4BE) is known color: Tuft Bush. HEX triplet: FC, D4 and BE. RGB value is (252,212,190). Sum of RGB (Red+Green+Blue) = 252+212+190=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4BE is #032B41. Grayscale: #DDDDDD. Windows color (decimal): -207682 or 12506364. OLE color: 12506364.
HSL color Cylindrical-coordinate representation of color #FCD4BE: hue angle of 21.29º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCD4BE is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 190 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.01 |
| HSL | 21.29º | 0.91% | 0.87% | - |
| HSV(B) | 21.29º | 0.25% | 0.99% | - |
| XYZ | 72.98 | 71.5 | 58.67 | - |
| YUV | 221.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 190 | 0 | 0.16 | 0.25 | 0.01 | 21.29 | 0.91 | 0.87 |
| Hex | FC | D4 | BE | 0 | 10 | 19 | 1 | 15 | 5B | 57 |
| Octal | 374 | 324 | 276 | 0 | 20 | 31 | 1 | 25 | 133 | 127 |
| Binary | 11111100 | 11010100 | 10111110 | 0 | 10000 | 11001 | 1 | 10101 | 1011011 | 1010111 |
Color Harmonies of #FCD4BE
Complementary color
Monochromatic Colors of #FCD4BE
Black with #FCD4BE
Text Example
Text Example
White with #FCD4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4BE; }
p { color: rgb(252,212,190); }
H1.HeaderClassName
{
color: #FCD4BE;
}
.AnyTagClassName
{
color: #FCD4BE;
}
</style>
background-color css
<style>
a { background-color: #FCD4BE; }
a { background-color: rgb(252,212,190); }
div.DivClassName
{
background-color: #FCD4BE;
}
.BgClassName
{
background-color: #FCD4BE;
}
</style>
border-color css
<style>
span { border-color: #FCD4BE; }
span { border-color: rgb(252,212,190); }
td.TdClassName
{
border-color: #FCD4BE;
}
.TagClassName
{
border-color: #FCD4BE;
}
</style>