Shades of Watusi #F9CDB9
Tints of Watusi #F9CDB9
RGB
CMYK
RGB Variations
Color information
#F9CDB9 (or 0xF9CDB9) is known color: Watusi. HEX triplet: F9, CD and B9. RGB value is (249,205,185). Sum of RGB (Red+Green+Blue) = 249+205+185=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDB9 is #063246. Grayscale: #D7D7D7. Windows color (decimal): -406087 or 12176889. OLE color: 12176889.
HSL color Cylindrical-coordinate representation of color #F9CDB9: hue angle of 18.75º 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 #F9CDB9 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 185 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.02 |
| HSL | 18.75º | 0.84% | 0.85% | - |
| HSV(B) | 18.75º | 0.26% | 0.98% | - |
| XYZ | 69.66 | 67.31 | 55.22 | - |
| YUV | 215.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 185 | 0 | 0.18 | 0.26 | 0.02 | 18.75 | 0.84 | 0.85 |
| Hex | F9 | CD | B9 | 0 | 12 | 1A | 2 | 13 | 54 | 55 |
| Octal | 371 | 315 | 271 | 0 | 22 | 32 | 2 | 23 | 124 | 125 |
| Binary | 11111001 | 11001101 | 10111001 | 0 | 10010 | 11010 | 10 | 10011 | 1010100 | 1010101 |
Color Harmonies of #F9CDB9
Complementary color
Monochromatic Colors of #F9CDB9
Black with #F9CDB9
Text Example
Text Example
White with #F9CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDB9; }
p { color: rgb(249,205,185); }
H1.HeaderClassName
{
color: #F9CDB9;
}
.AnyTagClassName
{
color: #F9CDB9;
}
</style>
background-color css
<style>
a { background-color: #F9CDB9; }
a { background-color: rgb(249,205,185); }
div.DivClassName
{
background-color: #F9CDB9;
}
.BgClassName
{
background-color: #F9CDB9;
}
</style>
border-color css
<style>
span { border-color: #F9CDB9; }
span { border-color: rgb(249,205,185); }
td.TdClassName
{
border-color: #F9CDB9;
}
.TagClassName
{
border-color: #F9CDB9;
}
</style>