Shades of Tuft Bush #FCCCBB
Tints of Tuft Bush #FCCCBB
RGB
CMYK
RGB Variations
Color information
#FCCCBB (or 0xFCCCBB) is known color: Tuft Bush. HEX triplet: FC, CC and BB. RGB value is (252,204,187). Sum of RGB (Red+Green+Blue) = 252+204+187=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCBB is #033344. Grayscale: #D8D8D8. Windows color (decimal): -209733 or 12307708. OLE color: 12307708.
HSL color Cylindrical-coordinate representation of color #FCCCBB: hue angle of 15.69º 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 #FCCCBB is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 187 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.01 |
| HSL | 15.69º | 0.92% | 0.86% | - |
| HSV(B) | 15.69º | 0.26% | 0.99% | - |
| XYZ | 70.71 | 67.47 | 56.31 | - |
| YUV | 216.41 | 111.4 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 187 | 0 | 0.19 | 0.26 | 0.01 | 15.69 | 0.92 | 0.86 |
| Hex | FC | CC | BB | 0 | 13 | 1A | 1 | 10 | 5C | 56 |
| Octal | 374 | 314 | 273 | 0 | 23 | 32 | 1 | 20 | 134 | 126 |
| Binary | 11111100 | 11001100 | 10111011 | 0 | 10011 | 11010 | 1 | 10000 | 1011100 | 1010110 |
Color Harmonies of #FCCCBB
Complementary color
Monochromatic Colors of #FCCCBB
Black with #FCCCBB
Text Example
Text Example
White with #FCCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCBB; }
p { color: rgb(252,204,187); }
H1.HeaderClassName
{
color: #FCCCBB;
}
.AnyTagClassName
{
color: #FCCCBB;
}
</style>
background-color css
<style>
a { background-color: #FCCCBB; }
a { background-color: rgb(252,204,187); }
div.DivClassName
{
background-color: #FCCCBB;
}
.BgClassName
{
background-color: #FCCCBB;
}
</style>
border-color css
<style>
span { border-color: #FCCCBB; }
span { border-color: rgb(252,204,187); }
td.TdClassName
{
border-color: #FCCCBB;
}
.TagClassName
{
border-color: #FCCCBB;
}
</style>