Shades of Tuft Bush #FCCEBB
Tints of Tuft Bush #FCCEBB
RGB
CMYK
RGB Variations
Color information
#FCCEBB (or 0xFCCEBB) is known color: Tuft Bush. HEX triplet: FC, CE and BB. RGB value is (252,206,187). Sum of RGB (Red+Green+Blue) = 252+206+187=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEBB is #033144. Grayscale: #D9D9D9. Windows color (decimal): -209221 or 12308220. OLE color: 12308220.
HSL color Cylindrical-coordinate representation of color #FCCEBB: hue angle of 17.54º 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 #FCCEBB is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 187 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.01 |
| HSL | 17.54º | 0.92% | 0.86% | - |
| HSV(B) | 17.54º | 0.26% | 0.99% | - |
| XYZ | 71.19 | 68.43 | 56.47 | - |
| YUV | 217.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 187 | 0 | 0.18 | 0.26 | 0.01 | 17.54 | 0.92 | 0.86 |
| Hex | FC | CE | BB | 0 | 12 | 1A | 1 | 12 | 5C | 56 |
| Octal | 374 | 316 | 273 | 0 | 22 | 32 | 1 | 22 | 134 | 126 |
| Binary | 11111100 | 11001110 | 10111011 | 0 | 10010 | 11010 | 1 | 10010 | 1011100 | 1010110 |
Color Harmonies of #FCCEBB
Complementary color
Monochromatic Colors of #FCCEBB
Black with #FCCEBB
Text Example
Text Example
White with #FCCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEBB; }
p { color: rgb(252,206,187); }
H1.HeaderClassName
{
color: #FCCEBB;
}
.AnyTagClassName
{
color: #FCCEBB;
}
</style>
background-color css
<style>
a { background-color: #FCCEBB; }
a { background-color: rgb(252,206,187); }
div.DivClassName
{
background-color: #FCCEBB;
}
.BgClassName
{
background-color: #FCCEBB;
}
</style>
border-color css
<style>
span { border-color: #FCCEBB; }
span { border-color: rgb(252,206,187); }
td.TdClassName
{
border-color: #FCCEBB;
}
.TagClassName
{
border-color: #FCCEBB;
}
</style>