Shades of Watusi #F0CDBD
Tints of Watusi #F0CDBD
RGB
CMYK
RGB Variations
Color information
#F0CDBD (or 0xF0CDBD) is known color: Watusi. HEX triplet: F0, CD and BD. RGB value is (240,205,189). Sum of RGB (Red+Green+Blue) = 240+205+189=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDBD is #0F3242. Grayscale: #D5D5D5. Windows color (decimal): -995907 or 12439024. OLE color: 12439024.
HSL color Cylindrical-coordinate representation of color #F0CDBD: hue angle of 18.82º degrees, saturation: 0.63, 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 #F0CDBD is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 189 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.06 |
| HSL | 18.82º | 0.63% | 0.84% | - |
| HSV(B) | 18.82º | 0.21% | 0.94% | - |
| XYZ | 66.95 | 65.86 | 57.33 | - |
| YUV | 213.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 189 | 0 | 0.15 | 0.21 | 0.06 | 18.82 | 0.63 | 0.84 |
| Hex | F0 | CD | BD | 0 | F | 15 | 6 | 13 | 3F | 54 |
| Octal | 360 | 315 | 275 | 0 | 17 | 25 | 6 | 23 | 77 | 124 |
| Binary | 11110000 | 11001101 | 10111101 | 0 | 1111 | 10101 | 110 | 10011 | 111111 | 1010100 |
Color Harmonies of #F0CDBD
Complementary color
Monochromatic Colors of #F0CDBD
Black with #F0CDBD
Text Example
Text Example
White with #F0CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDBD; }
p { color: rgb(240,205,189); }
H1.HeaderClassName
{
color: #F0CDBD;
}
.AnyTagClassName
{
color: #F0CDBD;
}
</style>
background-color css
<style>
a { background-color: #F0CDBD; }
a { background-color: rgb(240,205,189); }
div.DivClassName
{
background-color: #F0CDBD;
}
.BgClassName
{
background-color: #F0CDBD;
}
</style>
border-color css
<style>
span { border-color: #F0CDBD; }
span { border-color: rgb(240,205,189); }
td.TdClassName
{
border-color: #F0CDBD;
}
.TagClassName
{
border-color: #F0CDBD;
}
</style>