Shades of Watusi #FBCCB8
Tints of Watusi #FBCCB8
RGB
CMYK
RGB Variations
Color information
#FBCCB8 (or 0xFBCCB8) is known color: Watusi. HEX triplet: FB, CC and B8. RGB value is (251,204,184). Sum of RGB (Red+Green+Blue) = 251+204+184=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCB8 is #043347. Grayscale: #D7D7D7. Windows color (decimal): -275272 or 12111099. OLE color: 12111099.
HSL color Cylindrical-coordinate representation of color #FBCCB8: hue angle of 17.91º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBCCB8 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 184 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.02 |
| HSL | 17.91º | 0.89% | 0.85% | - |
| HSV(B) | 17.91º | 0.27% | 0.98% | - |
| XYZ | 70.03 | 67.16 | 54.62 | - |
| YUV | 215.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 184 | 0 | 0.19 | 0.27 | 0.02 | 17.91 | 0.89 | 0.85 |
| Hex | FB | CC | B8 | 0 | 13 | 1B | 2 | 12 | 59 | 55 |
| Octal | 373 | 314 | 270 | 0 | 23 | 33 | 2 | 22 | 131 | 125 |
| Binary | 11111011 | 11001100 | 10111000 | 0 | 10011 | 11011 | 10 | 10010 | 1011001 | 1010101 |
Color Harmonies of #FBCCB8
Complementary color
Monochromatic Colors of #FBCCB8
Black with #FBCCB8
Text Example
Text Example
White with #FBCCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCB8; }
p { color: rgb(251,204,184); }
H1.HeaderClassName
{
color: #FBCCB8;
}
.AnyTagClassName
{
color: #FBCCB8;
}
</style>
background-color css
<style>
a { background-color: #FBCCB8; }
a { background-color: rgb(251,204,184); }
div.DivClassName
{
background-color: #FBCCB8;
}
.BgClassName
{
background-color: #FBCCB8;
}
</style>
border-color css
<style>
span { border-color: #FBCCB8; }
span { border-color: rgb(251,204,184); }
td.TdClassName
{
border-color: #FBCCB8;
}
.TagClassName
{
border-color: #FBCCB8;
}
</style>