Shades of Watusi #F8CEB9
Tints of Watusi #F8CEB9
RGB
CMYK
RGB Variations
Color information
#F8CEB9 (or 0xF8CEB9) is known color: Watusi. HEX triplet: F8, CE and B9. RGB value is (248,206,185). Sum of RGB (Red+Green+Blue) = 248+206+185=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEB9 is #073146. Grayscale: #D8D8D8. Windows color (decimal): -471367 or 12177144. OLE color: 12177144.
HSL color Cylindrical-coordinate representation of color #F8CEB9: hue angle of 20º 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 #F8CEB9 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 185 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.03 |
| HSL | 20º | 0.82% | 0.85% | - |
| HSV(B) | 20º | 0.25% | 0.97% | - |
| XYZ | 69.54 | 67.6 | 55.28 | - |
| YUV | 216.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 185 | 0 | 0.17 | 0.25 | 0.03 | 20 | 0.82 | 0.85 |
| Hex | F8 | CE | B9 | 0 | 11 | 19 | 3 | 14 | 52 | 55 |
| Octal | 370 | 316 | 271 | 0 | 21 | 31 | 3 | 24 | 122 | 125 |
| Binary | 11111000 | 11001110 | 10111001 | 0 | 10001 | 11001 | 11 | 10100 | 1010010 | 1010101 |
Color Harmonies of #F8CEB9
Complementary color
Monochromatic Colors of #F8CEB9
Black with #F8CEB9
Text Example
Text Example
White with #F8CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEB9; }
p { color: rgb(248,206,185); }
H1.HeaderClassName
{
color: #F8CEB9;
}
.AnyTagClassName
{
color: #F8CEB9;
}
</style>
background-color css
<style>
a { background-color: #F8CEB9; }
a { background-color: rgb(248,206,185); }
div.DivClassName
{
background-color: #F8CEB9;
}
.BgClassName
{
background-color: #F8CEB9;
}
</style>
border-color css
<style>
span { border-color: #F8CEB9; }
span { border-color: rgb(248,206,185); }
td.TdClassName
{
border-color: #F8CEB9;
}
.TagClassName
{
border-color: #F8CEB9;
}
</style>