Shades of Watusi #F0CDBE
Tints of Watusi #F0CDBE
RGB
CMYK
RGB Variations
Color information
#F0CDBE (or 0xF0CDBE) is known color: Watusi. HEX triplet: F0, CD and BE. RGB value is (240,205,190). Sum of RGB (Red+Green+Blue) = 240+205+190=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDBE is #0F3241. Grayscale: #D5D5D5. Windows color (decimal): -995906 or 12504560. OLE color: 12504560.
HSL color Cylindrical-coordinate representation of color #F0CDBE: hue angle of 18º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0CDBE is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 190 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.06 |
| HSL | 18º | 0.63% | 0.84% | - |
| HSV(B) | 18º | 0.21% | 0.94% | - |
| XYZ | 67.06 | 65.91 | 57.9 | - |
| YUV | 213.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 190 | 0 | 0.15 | 0.21 | 0.06 | 18 | 0.63 | 0.84 |
| Hex | F0 | CD | BE | 0 | F | 15 | 6 | 12 | 3E | 54 |
| Octal | 360 | 315 | 276 | 0 | 17 | 25 | 6 | 22 | 76 | 124 |
| Binary | 11110000 | 11001101 | 10111110 | 0 | 1111 | 10101 | 110 | 10010 | 111110 | 1010100 |
Color Harmonies of #F0CDBE
Complementary color
Monochromatic Colors of #F0CDBE
Black with #F0CDBE
Text Example
Text Example
White with #F0CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDBE; }
p { color: rgb(240,205,190); }
H1.HeaderClassName
{
color: #F0CDBE;
}
.AnyTagClassName
{
color: #F0CDBE;
}
</style>
background-color css
<style>
a { background-color: #F0CDBE; }
a { background-color: rgb(240,205,190); }
div.DivClassName
{
background-color: #F0CDBE;
}
.BgClassName
{
background-color: #F0CDBE;
}
</style>
border-color css
<style>
span { border-color: #F0CDBE; }
span { border-color: rgb(240,205,190); }
td.TdClassName
{
border-color: #F0CDBE;
}
.TagClassName
{
border-color: #F0CDBE;
}
</style>