Shades of Watusi #FBCCBA
Tints of Watusi #FBCCBA
RGB
CMYK
RGB Variations
Color information
#FBCCBA (or 0xFBCCBA) is known color: Watusi. HEX triplet: FB, CC and BA. RGB value is (251,204,186). Sum of RGB (Red+Green+Blue) = 251+204+186=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCBA is #043345. Grayscale: #D8D8D8. Windows color (decimal): -275270 or 12242171. OLE color: 12242171.
HSL color Cylindrical-coordinate representation of color #FBCCBA: hue angle of 16.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBCCBA is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 186 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.02 |
| HSL | 16.62º | 0.89% | 0.86% | - |
| HSV(B) | 16.62º | 0.26% | 0.98% | - |
| XYZ | 70.24 | 67.24 | 55.73 | - |
| YUV | 216 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 186 | 0 | 0.19 | 0.26 | 0.02 | 16.62 | 0.89 | 0.86 |
| Hex | FB | CC | BA | 0 | 13 | 1A | 2 | 11 | 59 | 56 |
| Octal | 373 | 314 | 272 | 0 | 23 | 32 | 2 | 21 | 131 | 126 |
| Binary | 11111011 | 11001100 | 10111010 | 0 | 10011 | 11010 | 10 | 10001 | 1011001 | 1010110 |
Color Harmonies of #FBCCBA
Complementary color
Monochromatic Colors of #FBCCBA
Black with #FBCCBA
Text Example
Text Example
White with #FBCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCBA; }
p { color: rgb(251,204,186); }
H1.HeaderClassName
{
color: #FBCCBA;
}
.AnyTagClassName
{
color: #FBCCBA;
}
</style>
background-color css
<style>
a { background-color: #FBCCBA; }
a { background-color: rgb(251,204,186); }
div.DivClassName
{
background-color: #FBCCBA;
}
.BgClassName
{
background-color: #FBCCBA;
}
</style>
border-color css
<style>
span { border-color: #FBCCBA; }
span { border-color: rgb(251,204,186); }
td.TdClassName
{
border-color: #FBCCBA;
}
.TagClassName
{
border-color: #FBCCBA;
}
</style>