Shades of Watusi #F0CCB8
Tints of Watusi #F0CCB8
RGB
CMYK
RGB Variations
Color information
#F0CCB8 (or 0xF0CCB8) is known color: Watusi. HEX triplet: F0, CC and B8. RGB value is (240,204,184). Sum of RGB (Red+Green+Blue) = 240+204+184=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCB8 is #0F3347. Grayscale: #D4D4D4. Windows color (decimal): -996168 or 12111088. OLE color: 12111088.
HSL color Cylindrical-coordinate representation of color #F0CCB8: hue angle of 21.43º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0CCB8 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 184 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.06 |
| HSL | 21.43º | 0.65% | 0.83% | - |
| HSV(B) | 21.43º | 0.23% | 0.94% | - |
| XYZ | 66.18 | 65.17 | 54.44 | - |
| YUV | 212.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 184 | 0 | 0.15 | 0.23 | 0.06 | 21.43 | 0.65 | 0.83 |
| Hex | F0 | CC | B8 | 0 | F | 17 | 6 | 15 | 41 | 53 |
| Octal | 360 | 314 | 270 | 0 | 17 | 27 | 6 | 25 | 101 | 123 |
| Binary | 11110000 | 11001100 | 10111000 | 0 | 1111 | 10111 | 110 | 10101 | 1000001 | 1010011 |
Color Harmonies of #F0CCB8
Complementary color
Monochromatic Colors of #F0CCB8
Black with #F0CCB8
Text Example
Text Example
White with #F0CCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCB8; }
p { color: rgb(240,204,184); }
H1.HeaderClassName
{
color: #F0CCB8;
}
.AnyTagClassName
{
color: #F0CCB8;
}
</style>
background-color css
<style>
a { background-color: #F0CCB8; }
a { background-color: rgb(240,204,184); }
div.DivClassName
{
background-color: #F0CCB8;
}
.BgClassName
{
background-color: #F0CCB8;
}
</style>
border-color css
<style>
span { border-color: #F0CCB8; }
span { border-color: rgb(240,204,184); }
td.TdClassName
{
border-color: #F0CCB8;
}
.TagClassName
{
border-color: #F0CCB8;
}
</style>