Shades of Watusi #F9CDB8
Tints of Watusi #F9CDB8
RGB
CMYK
RGB Variations
Color information
#F9CDB8 (or 0xF9CDB8) is known color: Watusi. HEX triplet: F9, CD and B8. RGB value is (249,205,184). Sum of RGB (Red+Green+Blue) = 249+205+184=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDB8 is #063247. Grayscale: #D7D7D7. Windows color (decimal): -406088 or 12111353. OLE color: 12111353.
HSL color Cylindrical-coordinate representation of color #F9CDB8: hue angle of 19.38º 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 #F9CDB8 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 184 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.02 |
| HSL | 19.38º | 0.84% | 0.85% | - |
| HSV(B) | 19.38º | 0.26% | 0.98% | - |
| XYZ | 69.55 | 67.26 | 54.66 | - |
| YUV | 215.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 184 | 0 | 0.18 | 0.26 | 0.02 | 19.38 | 0.84 | 0.85 |
| Hex | F9 | CD | B8 | 0 | 12 | 1A | 2 | 13 | 54 | 55 |
| Octal | 371 | 315 | 270 | 0 | 22 | 32 | 2 | 23 | 124 | 125 |
| Binary | 11111001 | 11001101 | 10111000 | 0 | 10010 | 11010 | 10 | 10011 | 1010100 | 1010101 |
Color Harmonies of #F9CDB8
Complementary color
Monochromatic Colors of #F9CDB8
Black with #F9CDB8
Text Example
Text Example
White with #F9CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDB8; }
p { color: rgb(249,205,184); }
H1.HeaderClassName
{
color: #F9CDB8;
}
.AnyTagClassName
{
color: #F9CDB8;
}
</style>
background-color css
<style>
a { background-color: #F9CDB8; }
a { background-color: rgb(249,205,184); }
div.DivClassName
{
background-color: #F9CDB8;
}
.BgClassName
{
background-color: #F9CDB8;
}
</style>
border-color css
<style>
span { border-color: #F9CDB8; }
span { border-color: rgb(249,205,184); }
td.TdClassName
{
border-color: #F9CDB8;
}
.TagClassName
{
border-color: #F9CDB8;
}
</style>