Shades of Tuft Bush #FCCEC0
Tints of Tuft Bush #FCCEC0
RGB
CMYK
RGB Variations
Color information
#FCCEC0 (or 0xFCCEC0) is known color: Tuft Bush. HEX triplet: FC, CE and C0. RGB value is (252,206,192). Sum of RGB (Red+Green+Blue) = 252+206+192=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEC0 is #03313F. Grayscale: #DADADA. Windows color (decimal): -209216 or 12635900. OLE color: 12635900.
HSL color Cylindrical-coordinate representation of color #FCCEC0: hue angle of 14º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCCEC0 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 192 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.01 |
| HSL | 14º | 0.91% | 0.87% | - |
| HSV(B) | 14º | 0.24% | 0.99% | - |
| XYZ | 71.73 | 68.64 | 59.34 | - |
| YUV | 218.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 192 | 0 | 0.18 | 0.24 | 0.01 | 14 | 0.91 | 0.87 |
| Hex | FC | CE | C0 | 0 | 12 | 18 | 1 | E | 5B | 57 |
| Octal | 374 | 316 | 300 | 0 | 22 | 30 | 1 | 16 | 133 | 127 |
| Binary | 11111100 | 11001110 | 11000000 | 0 | 10010 | 11000 | 1 | 1110 | 1011011 | 1010111 |
Color Harmonies of #FCCEC0
Complementary color
Monochromatic Colors of #FCCEC0
Black with #FCCEC0
Text Example
Text Example
White with #FCCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEC0; }
p { color: rgb(252,206,192); }
H1.HeaderClassName
{
color: #FCCEC0;
}
.AnyTagClassName
{
color: #FCCEC0;
}
</style>
background-color css
<style>
a { background-color: #FCCEC0; }
a { background-color: rgb(252,206,192); }
div.DivClassName
{
background-color: #FCCEC0;
}
.BgClassName
{
background-color: #FCCEC0;
}
</style>
border-color css
<style>
span { border-color: #FCCEC0; }
span { border-color: rgb(252,206,192); }
td.TdClassName
{
border-color: #FCCEC0;
}
.TagClassName
{
border-color: #FCCEC0;
}
</style>