Shades of Watusi #FCCCB8
Tints of Watusi #FCCCB8
RGB
CMYK
RGB Variations
Color information
#FCCCB8 (or 0xFCCCB8) is known color: Watusi. HEX triplet: FC, CC and B8. RGB value is (252,204,184). Sum of RGB (Red+Green+Blue) = 252+204+184=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCB8 is #033347. Grayscale: #D8D8D8. Windows color (decimal): -209736 or 12111100. OLE color: 12111100.
HSL color Cylindrical-coordinate representation of color #FCCCB8: hue angle of 17.65º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCCCB8 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 184 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.01 |
| HSL | 17.65º | 0.92% | 0.85% | - |
| HSV(B) | 17.65º | 0.27% | 0.99% | - |
| XYZ | 70.39 | 67.34 | 54.64 | - |
| YUV | 216.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 184 | 0 | 0.19 | 0.27 | 0.01 | 17.65 | 0.92 | 0.85 |
| Hex | FC | CC | B8 | 0 | 13 | 1B | 1 | 12 | 5C | 55 |
| Octal | 374 | 314 | 270 | 0 | 23 | 33 | 1 | 22 | 134 | 125 |
| Binary | 11111100 | 11001100 | 10111000 | 0 | 10011 | 11011 | 1 | 10010 | 1011100 | 1010101 |
Color Harmonies of #FCCCB8
Complementary color
Monochromatic Colors of #FCCCB8
Black with #FCCCB8
Text Example
Text Example
White with #FCCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCB8; }
p { color: rgb(252,204,184); }
H1.HeaderClassName
{
color: #FCCCB8;
}
.AnyTagClassName
{
color: #FCCCB8;
}
</style>
background-color css
<style>
a { background-color: #FCCCB8; }
a { background-color: rgb(252,204,184); }
div.DivClassName
{
background-color: #FCCCB8;
}
.BgClassName
{
background-color: #FCCCB8;
}
</style>
border-color css
<style>
span { border-color: #FCCCB8; }
span { border-color: rgb(252,204,184); }
td.TdClassName
{
border-color: #FCCCB8;
}
.TagClassName
{
border-color: #FCCCB8;
}
</style>