Shades of Watusi #FBCBB8
Tints of Watusi #FBCBB8
RGB
CMYK
RGB Variations
Color information
#FBCBB8 (or 0xFBCBB8) is known color: Watusi. HEX triplet: FB, CB and B8. RGB value is (251,203,184). Sum of RGB (Red+Green+Blue) = 251+203+184=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBB8 is #043447. Grayscale: #D7D7D7. Windows color (decimal): -275528 or 12110843. OLE color: 12110843.
HSL color Cylindrical-coordinate representation of color #FBCBB8: hue angle of 17.01º 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 #FBCBB8 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 184 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.02 |
| HSL | 17.01º | 0.89% | 0.85% | - |
| HSV(B) | 17.01º | 0.27% | 0.98% | - |
| XYZ | 69.79 | 66.68 | 54.54 | - |
| YUV | 215.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 184 | 0 | 0.19 | 0.27 | 0.02 | 17.01 | 0.89 | 0.85 |
| Hex | FB | CB | B8 | 0 | 13 | 1B | 2 | 11 | 59 | 55 |
| Octal | 373 | 313 | 270 | 0 | 23 | 33 | 2 | 21 | 131 | 125 |
| Binary | 11111011 | 11001011 | 10111000 | 0 | 10011 | 11011 | 10 | 10001 | 1011001 | 1010101 |
Color Harmonies of #FBCBB8
Complementary color
Monochromatic Colors of #FBCBB8
Black with #FBCBB8
Text Example
Text Example
White with #FBCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBB8; }
p { color: rgb(251,203,184); }
H1.HeaderClassName
{
color: #FBCBB8;
}
.AnyTagClassName
{
color: #FBCBB8;
}
</style>
background-color css
<style>
a { background-color: #FBCBB8; }
a { background-color: rgb(251,203,184); }
div.DivClassName
{
background-color: #FBCBB8;
}
.BgClassName
{
background-color: #FBCBB8;
}
</style>
border-color css
<style>
span { border-color: #FBCBB8; }
span { border-color: rgb(251,203,184); }
td.TdClassName
{
border-color: #FBCBB8;
}
.TagClassName
{
border-color: #FBCBB8;
}
</style>