Shades of Watusi #F0C9BC
Tints of Watusi #F0C9BC
RGB
CMYK
RGB Variations
Color information
#F0C9BC (or 0xF0C9BC) is known color: Watusi. HEX triplet: F0, C9 and BC. RGB value is (240,201,188). Sum of RGB (Red+Green+Blue) = 240+201+188=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9BC is #0F3643. Grayscale: #D3D3D3. Windows color (decimal): -996932 or 12372464. OLE color: 12372464.
HSL color Cylindrical-coordinate representation of color #F0C9BC: hue angle of 15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C9BC is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 188 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.06 |
| HSL | 15º | 0.63% | 0.84% | - |
| HSV(B) | 15º | 0.22% | 0.94% | - |
| XYZ | 65.9 | 63.93 | 56.44 | - |
| YUV | 211.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 188 | 0 | 0.16 | 0.22 | 0.06 | 15 | 0.63 | 0.84 |
| Hex | F0 | C9 | BC | 0 | 10 | 16 | 6 | F | 3F | 54 |
| Octal | 360 | 311 | 274 | 0 | 20 | 26 | 6 | 17 | 77 | 124 |
| Binary | 11110000 | 11001001 | 10111100 | 0 | 10000 | 10110 | 110 | 1111 | 111111 | 1010100 |
Color Harmonies of #F0C9BC
Complementary color
Monochromatic Colors of #F0C9BC
Black with #F0C9BC
Text Example
Text Example
White with #F0C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9BC; }
p { color: rgb(240,201,188); }
H1.HeaderClassName
{
color: #F0C9BC;
}
.AnyTagClassName
{
color: #F0C9BC;
}
</style>
background-color css
<style>
a { background-color: #F0C9BC; }
a { background-color: rgb(240,201,188); }
div.DivClassName
{
background-color: #F0C9BC;
}
.BgClassName
{
background-color: #F0C9BC;
}
</style>
border-color css
<style>
span { border-color: #F0C9BC; }
span { border-color: rgb(240,201,188); }
td.TdClassName
{
border-color: #F0C9BC;
}
.TagClassName
{
border-color: #F0C9BC;
}
</style>