Shades of Watusi #F4CDB9
Tints of Watusi #F4CDB9
RGB
CMYK
RGB Variations
Color information
#F4CDB9 (or 0xF4CDB9) is known color: Watusi. HEX triplet: F4, CD and B9. RGB value is (244,205,185). Sum of RGB (Red+Green+Blue) = 244+205+185=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDB9 is #0B3246. Grayscale: #D6D6D6. Windows color (decimal): -733767 or 12176884. OLE color: 12176884.
HSL color Cylindrical-coordinate representation of color #F4CDB9: hue angle of 20.34º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4CDB9 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 185 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.04 |
| HSL | 20.34º | 0.73% | 0.84% | - |
| HSV(B) | 20.34º | 0.24% | 0.96% | - |
| XYZ | 67.9 | 66.4 | 55.14 | - |
| YUV | 214.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 185 | 0 | 0.16 | 0.24 | 0.04 | 20.34 | 0.73 | 0.84 |
| Hex | F4 | CD | B9 | 0 | 10 | 18 | 4 | 14 | 49 | 54 |
| Octal | 364 | 315 | 271 | 0 | 20 | 30 | 4 | 24 | 111 | 124 |
| Binary | 11110100 | 11001101 | 10111001 | 0 | 10000 | 11000 | 100 | 10100 | 1001001 | 1010100 |
Color Harmonies of #F4CDB9
Complementary color
Monochromatic Colors of #F4CDB9
Black with #F4CDB9
Text Example
Text Example
White with #F4CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDB9; }
p { color: rgb(244,205,185); }
H1.HeaderClassName
{
color: #F4CDB9;
}
.AnyTagClassName
{
color: #F4CDB9;
}
</style>
background-color css
<style>
a { background-color: #F4CDB9; }
a { background-color: rgb(244,205,185); }
div.DivClassName
{
background-color: #F4CDB9;
}
.BgClassName
{
background-color: #F4CDB9;
}
</style>
border-color css
<style>
span { border-color: #F4CDB9; }
span { border-color: rgb(244,205,185); }
td.TdClassName
{
border-color: #F4CDB9;
}
.TagClassName
{
border-color: #F4CDB9;
}
</style>