Shades of Watusi #F0CDBA
Tints of Watusi #F0CDBA
RGB
CMYK
RGB Variations
Color information
#F0CDBA (or 0xF0CDBA) is known color: Watusi. HEX triplet: F0, CD and BA. RGB value is (240,205,186). Sum of RGB (Red+Green+Blue) = 240+205+186=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDBA is #0F3245. Grayscale: #D5D5D5. Windows color (decimal): -995910 or 12242416. OLE color: 12242416.
HSL color Cylindrical-coordinate representation of color #F0CDBA: hue angle of 21.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0CDBA is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 186 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.06 |
| HSL | 21.11º | 0.64% | 0.84% | - |
| HSV(B) | 21.11º | 0.23% | 0.94% | - |
| XYZ | 66.63 | 65.73 | 55.63 | - |
| YUV | 213.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 186 | 0 | 0.15 | 0.22 | 0.06 | 21.11 | 0.64 | 0.84 |
| Hex | F0 | CD | BA | 0 | F | 16 | 6 | 15 | 40 | 54 |
| Octal | 360 | 315 | 272 | 0 | 17 | 26 | 6 | 25 | 100 | 124 |
| Binary | 11110000 | 11001101 | 10111010 | 0 | 1111 | 10110 | 110 | 10101 | 1000000 | 1010100 |
Color Harmonies of #F0CDBA
Complementary color
Monochromatic Colors of #F0CDBA
Black with #F0CDBA
Text Example
Text Example
White with #F0CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDBA; }
p { color: rgb(240,205,186); }
H1.HeaderClassName
{
color: #F0CDBA;
}
.AnyTagClassName
{
color: #F0CDBA;
}
</style>
background-color css
<style>
a { background-color: #F0CDBA; }
a { background-color: rgb(240,205,186); }
div.DivClassName
{
background-color: #F0CDBA;
}
.BgClassName
{
background-color: #F0CDBA;
}
</style>
border-color css
<style>
span { border-color: #F0CDBA; }
span { border-color: rgb(240,205,186); }
td.TdClassName
{
border-color: #F0CDBA;
}
.TagClassName
{
border-color: #F0CDBA;
}
</style>