Shades of Watusi #F0CAB6
Tints of Watusi #F0CAB6
RGB
CMYK
RGB Variations
Color information
#F0CAB6 (or 0xF0CAB6) is known color: Watusi. HEX triplet: F0, CA and B6. RGB value is (240,202,182). Sum of RGB (Red+Green+Blue) = 240+202+182=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAB6 is #0F3549. Grayscale: #D3D3D3. Windows color (decimal): -996682 or 11979504. OLE color: 11979504.
HSL color Cylindrical-coordinate representation of color #F0CAB6: hue angle of 20.69º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0CAB6 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 182 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.06 |
| HSL | 20.69º | 0.66% | 0.83% | - |
| HSV(B) | 20.69º | 0.24% | 0.94% | - |
| XYZ | 65.5 | 64.14 | 53.18 | - |
| YUV | 211.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 182 | 0 | 0.16 | 0.24 | 0.06 | 20.69 | 0.66 | 0.83 |
| Hex | F0 | CA | B6 | 0 | 10 | 18 | 6 | 15 | 42 | 53 |
| Octal | 360 | 312 | 266 | 0 | 20 | 30 | 6 | 25 | 102 | 123 |
| Binary | 11110000 | 11001010 | 10110110 | 0 | 10000 | 11000 | 110 | 10101 | 1000010 | 1010011 |
Color Harmonies of #F0CAB6
Complementary color
Monochromatic Colors of #F0CAB6
Black with #F0CAB6
Text Example
Text Example
White with #F0CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAB6; }
p { color: rgb(240,202,182); }
H1.HeaderClassName
{
color: #F0CAB6;
}
.AnyTagClassName
{
color: #F0CAB6;
}
</style>
background-color css
<style>
a { background-color: #F0CAB6; }
a { background-color: rgb(240,202,182); }
div.DivClassName
{
background-color: #F0CAB6;
}
.BgClassName
{
background-color: #F0CAB6;
}
</style>
border-color css
<style>
span { border-color: #F0CAB6; }
span { border-color: rgb(240,202,182); }
td.TdClassName
{
border-color: #F0CAB6;
}
.TagClassName
{
border-color: #F0CAB6;
}
</style>