Shades of Watusi #F8CDB9
Tints of Watusi #F8CDB9
RGB
CMYK
RGB Variations
Color information
#F8CDB9 (or 0xF8CDB9) is known color: Watusi. HEX triplet: F8, CD and B9. RGB value is (248,205,185). Sum of RGB (Red+Green+Blue) = 248+205+185=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CDB9 is #073246. Grayscale: #D7D7D7. Windows color (decimal): -471623 or 12176888. OLE color: 12176888.
HSL color Cylindrical-coordinate representation of color #F8CDB9: hue angle of 19.05º 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 #F8CDB9 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 205 | 185 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.03 |
| HSL | 19.05º | 0.82% | 0.85% | - |
| HSV(B) | 19.05º | 0.25% | 0.97% | - |
| XYZ | 69.3 | 67.12 | 55.2 | - |
| YUV | 215.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 205 | 185 | 0 | 0.17 | 0.25 | 0.03 | 19.05 | 0.82 | 0.85 |
| Hex | F8 | CD | B9 | 0 | 11 | 19 | 3 | 13 | 52 | 55 |
| Octal | 370 | 315 | 271 | 0 | 21 | 31 | 3 | 23 | 122 | 125 |
| Binary | 11111000 | 11001101 | 10111001 | 0 | 10001 | 11001 | 11 | 10011 | 1010010 | 1010101 |
Color Harmonies of #F8CDB9
Complementary color
Monochromatic Colors of #F8CDB9
Black with #F8CDB9
Text Example
Text Example
White with #F8CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CDB9; }
p { color: rgb(248,205,185); }
H1.HeaderClassName
{
color: #F8CDB9;
}
.AnyTagClassName
{
color: #F8CDB9;
}
</style>
background-color css
<style>
a { background-color: #F8CDB9; }
a { background-color: rgb(248,205,185); }
div.DivClassName
{
background-color: #F8CDB9;
}
.BgClassName
{
background-color: #F8CDB9;
}
</style>
border-color css
<style>
span { border-color: #F8CDB9; }
span { border-color: rgb(248,205,185); }
td.TdClassName
{
border-color: #F8CDB9;
}
.TagClassName
{
border-color: #F8CDB9;
}
</style>