Shades of Watusi #F9CBB8
Tints of Watusi #F9CBB8
RGB
CMYK
RGB Variations
Color information
#F9CBB8 (or 0xF9CBB8) is known color: Watusi. HEX triplet: F9, CB and B8. RGB value is (249,203,184). Sum of RGB (Red+Green+Blue) = 249+203+184=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBB8 is #063447. Grayscale: #D6D6D6. Windows color (decimal): -406600 or 12110841. OLE color: 12110841.
HSL color Cylindrical-coordinate representation of color #F9CBB8: hue angle of 17.54º degrees, saturation: 0.84, 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 #F9CBB8 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 184 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.02 |
| HSL | 17.54º | 0.84% | 0.85% | - |
| HSV(B) | 17.54º | 0.26% | 0.98% | - |
| XYZ | 69.07 | 66.31 | 54.51 | - |
| YUV | 214.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 184 | 0 | 0.18 | 0.26 | 0.02 | 17.54 | 0.84 | 0.85 |
| Hex | F9 | CB | B8 | 0 | 12 | 1A | 2 | 12 | 54 | 55 |
| Octal | 371 | 313 | 270 | 0 | 22 | 32 | 2 | 22 | 124 | 125 |
| Binary | 11111001 | 11001011 | 10111000 | 0 | 10010 | 11010 | 10 | 10010 | 1010100 | 1010101 |
Color Harmonies of #F9CBB8
Complementary color
Monochromatic Colors of #F9CBB8
Black with #F9CBB8
Text Example
Text Example
White with #F9CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBB8; }
p { color: rgb(249,203,184); }
H1.HeaderClassName
{
color: #F9CBB8;
}
.AnyTagClassName
{
color: #F9CBB8;
}
</style>
background-color css
<style>
a { background-color: #F9CBB8; }
a { background-color: rgb(249,203,184); }
div.DivClassName
{
background-color: #F9CBB8;
}
.BgClassName
{
background-color: #F9CBB8;
}
</style>
border-color css
<style>
span { border-color: #F9CBB8; }
span { border-color: rgb(249,203,184); }
td.TdClassName
{
border-color: #F9CBB8;
}
.TagClassName
{
border-color: #F9CBB8;
}
</style>