Shades of Watusi #F8CBB9
Tints of Watusi #F8CBB9
RGB
CMYK
RGB Variations
Color information
#F8CBB9 (or 0xF8CBB9) is known color: Watusi. HEX triplet: F8, CB and B9. RGB value is (248,203,185). Sum of RGB (Red+Green+Blue) = 248+203+185=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBB9 is #073446. Grayscale: #D6D6D6. Windows color (decimal): -472135 or 12176376. OLE color: 12176376.
HSL color Cylindrical-coordinate representation of color #F8CBB9: hue angle of 17.14º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8CBB9 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 185 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.03 |
| HSL | 17.14º | 0.82% | 0.85% | - |
| HSV(B) | 17.14º | 0.25% | 0.97% | - |
| XYZ | 68.82 | 66.17 | 55.04 | - |
| YUV | 214.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 185 | 0 | 0.18 | 0.25 | 0.03 | 17.14 | 0.82 | 0.85 |
| Hex | F8 | CB | B9 | 0 | 12 | 19 | 3 | 11 | 52 | 55 |
| Octal | 370 | 313 | 271 | 0 | 22 | 31 | 3 | 21 | 122 | 125 |
| Binary | 11111000 | 11001011 | 10111001 | 0 | 10010 | 11001 | 11 | 10001 | 1010010 | 1010101 |
Color Harmonies of #F8CBB9
Complementary color
Monochromatic Colors of #F8CBB9
Black with #F8CBB9
Text Example
Text Example
White with #F8CBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBB9; }
p { color: rgb(248,203,185); }
H1.HeaderClassName
{
color: #F8CBB9;
}
.AnyTagClassName
{
color: #F8CBB9;
}
</style>
background-color css
<style>
a { background-color: #F8CBB9; }
a { background-color: rgb(248,203,185); }
div.DivClassName
{
background-color: #F8CBB9;
}
.BgClassName
{
background-color: #F8CBB9;
}
</style>
border-color css
<style>
span { border-color: #F8CBB9; }
span { border-color: rgb(248,203,185); }
td.TdClassName
{
border-color: #F8CBB9;
}
.TagClassName
{
border-color: #F8CBB9;
}
</style>