Shades of Watusi #FBCAB7
Tints of Watusi #FBCAB7
RGB
CMYK
RGB Variations
Color information
#FBCAB7 (or 0xFBCAB7) is known color: Watusi. HEX triplet: FB, CA and B7. RGB value is (251,202,183). Sum of RGB (Red+Green+Blue) = 251+202+183=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAB7 is #043548. Grayscale: #D6D6D6. Windows color (decimal): -275785 or 12045051. OLE color: 12045051.
HSL color Cylindrical-coordinate representation of color #FBCAB7: hue angle of 16.76º 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 #FBCAB7 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 183 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.02 |
| HSL | 16.76º | 0.89% | 0.85% | - |
| HSV(B) | 16.76º | 0.27% | 0.98% | - |
| XYZ | 69.45 | 66.17 | 53.91 | - |
| YUV | 214.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 183 | 0 | 0.20 | 0.27 | 0.02 | 16.76 | 0.89 | 0.85 |
| Hex | FB | CA | B7 | 0 | 14 | 1B | 2 | 11 | 59 | 55 |
| Octal | 373 | 312 | 267 | 0 | 24 | 33 | 2 | 21 | 131 | 125 |
| Binary | 11111011 | 11001010 | 10110111 | 0 | 10100 | 11011 | 10 | 10001 | 1011001 | 1010101 |
Color Harmonies of #FBCAB7
Complementary color
Monochromatic Colors of #FBCAB7
Black with #FBCAB7
Text Example
Text Example
White with #FBCAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAB7; }
p { color: rgb(251,202,183); }
H1.HeaderClassName
{
color: #FBCAB7;
}
.AnyTagClassName
{
color: #FBCAB7;
}
</style>
background-color css
<style>
a { background-color: #FBCAB7; }
a { background-color: rgb(251,202,183); }
div.DivClassName
{
background-color: #FBCAB7;
}
.BgClassName
{
background-color: #FBCAB7;
}
</style>
border-color css
<style>
span { border-color: #FBCAB7; }
span { border-color: rgb(251,202,183); }
td.TdClassName
{
border-color: #FBCAB7;
}
.TagClassName
{
border-color: #FBCAB7;
}
</style>