Shades of Watusi #FBCAB9
Tints of Watusi #FBCAB9
RGB
CMYK
RGB Variations
Color information
#FBCAB9 (or 0xFBCAB9) is known color: Watusi. HEX triplet: FB, CA and B9. RGB value is (251,202,185). Sum of RGB (Red+Green+Blue) = 251+202+185=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAB9 is #043546. Grayscale: #D6D6D6. Windows color (decimal): -275783 or 12176123. OLE color: 12176123.
HSL color Cylindrical-coordinate representation of color #FBCAB9: hue angle of 15.45º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBCAB9 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 185 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.02 |
| HSL | 15.45º | 0.89% | 0.85% | - |
| HSV(B) | 15.45º | 0.26% | 0.98% | - |
| XYZ | 69.66 | 66.25 | 55.02 | - |
| YUV | 214.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 185 | 0 | 0.20 | 0.26 | 0.02 | 15.45 | 0.89 | 0.85 |
| Hex | FB | CA | B9 | 0 | 14 | 1A | 2 | F | 59 | 55 |
| Octal | 373 | 312 | 271 | 0 | 24 | 32 | 2 | 17 | 131 | 125 |
| Binary | 11111011 | 11001010 | 10111001 | 0 | 10100 | 11010 | 10 | 1111 | 1011001 | 1010101 |
Color Harmonies of #FBCAB9
Complementary color
Monochromatic Colors of #FBCAB9
Black with #FBCAB9
Text Example
Text Example
White with #FBCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAB9; }
p { color: rgb(251,202,185); }
H1.HeaderClassName
{
color: #FBCAB9;
}
.AnyTagClassName
{
color: #FBCAB9;
}
</style>
background-color css
<style>
a { background-color: #FBCAB9; }
a { background-color: rgb(251,202,185); }
div.DivClassName
{
background-color: #FBCAB9;
}
.BgClassName
{
background-color: #FBCAB9;
}
</style>
border-color css
<style>
span { border-color: #FBCAB9; }
span { border-color: rgb(251,202,185); }
td.TdClassName
{
border-color: #FBCAB9;
}
.TagClassName
{
border-color: #FBCAB9;
}
</style>