Shades of Watusi #F0CDC2
Tints of Watusi #F0CDC2
RGB
CMYK
RGB Variations
Color information
#F0CDC2 (or 0xF0CDC2) is known color: Watusi. HEX triplet: F0, CD and C2. RGB value is (240,205,194). Sum of RGB (Red+Green+Blue) = 240+205+194=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDC2 is #0F323D. Grayscale: #D6D6D6. Windows color (decimal): -995902 or 12766704. OLE color: 12766704.
HSL color Cylindrical-coordinate representation of color #F0CDC2: hue angle of 14.35º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0CDC2 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 194 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.06 |
| HSL | 14.35º | 0.61% | 0.85% | - |
| HSV(B) | 14.35º | 0.19% | 0.94% | - |
| XYZ | 67.5 | 66.08 | 60.24 | - |
| YUV | 214.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 194 | 0 | 0.15 | 0.19 | 0.06 | 14.35 | 0.61 | 0.85 |
| Hex | F0 | CD | C2 | 0 | F | 13 | 6 | E | 3D | 55 |
| Octal | 360 | 315 | 302 | 0 | 17 | 23 | 6 | 16 | 75 | 125 |
| Binary | 11110000 | 11001101 | 11000010 | 0 | 1111 | 10011 | 110 | 1110 | 111101 | 1010101 |
Color Harmonies of #F0CDC2
Complementary color
Monochromatic Colors of #F0CDC2
Black with #F0CDC2
Text Example
Text Example
White with #F0CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDC2; }
p { color: rgb(240,205,194); }
H1.HeaderClassName
{
color: #F0CDC2;
}
.AnyTagClassName
{
color: #F0CDC2;
}
</style>
background-color css
<style>
a { background-color: #F0CDC2; }
a { background-color: rgb(240,205,194); }
div.DivClassName
{
background-color: #F0CDC2;
}
.BgClassName
{
background-color: #F0CDC2;
}
</style>
border-color css
<style>
span { border-color: #F0CDC2; }
span { border-color: rgb(240,205,194); }
td.TdClassName
{
border-color: #F0CDC2;
}
.TagClassName
{
border-color: #F0CDC2;
}
</style>