Shades of Watusi #F0CDB7
Tints of Watusi #F0CDB7
RGB
CMYK
RGB Variations
Color information
#F0CDB7 (or 0xF0CDB7) is known color: Watusi. HEX triplet: F0, CD and B7. RGB value is (240,205,183). Sum of RGB (Red+Green+Blue) = 240+205+183=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 183 (71.88% from 255 or 29.14% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDB7 is #0F3248. Grayscale: #D5D5D5. Windows color (decimal): -995913 or 12045808. OLE color: 12045808.
HSL color Cylindrical-coordinate representation of color #F0CDB7: hue angle of 23.16º 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 #F0CDB7 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 183 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.06 |
| HSL | 23.16º | 0.66% | 0.83% | - |
| HSV(B) | 23.16º | 0.24% | 0.94% | - |
| XYZ | 66.31 | 65.61 | 53.97 | - |
| YUV | 212.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 183 | 0 | 0.15 | 0.24 | 0.06 | 23.16 | 0.66 | 0.83 |
| Hex | F0 | CD | B7 | 0 | F | 18 | 6 | 17 | 42 | 53 |
| Octal | 360 | 315 | 267 | 0 | 17 | 30 | 6 | 27 | 102 | 123 |
| Binary | 11110000 | 11001101 | 10110111 | 0 | 1111 | 11000 | 110 | 10111 | 1000010 | 1010011 |
Color Harmonies of #F0CDB7
Complementary color
Monochromatic Colors of #F0CDB7
Black with #F0CDB7
Text Example
Text Example
White with #F0CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDB7; }
p { color: rgb(240,205,183); }
H1.HeaderClassName
{
color: #F0CDB7;
}
.AnyTagClassName
{
color: #F0CDB7;
}
</style>
background-color css
<style>
a { background-color: #F0CDB7; }
a { background-color: rgb(240,205,183); }
div.DivClassName
{
background-color: #F0CDB7;
}
.BgClassName
{
background-color: #F0CDB7;
}
</style>
border-color css
<style>
span { border-color: #F0CDB7; }
span { border-color: rgb(240,205,183); }
td.TdClassName
{
border-color: #F0CDB7;
}
.TagClassName
{
border-color: #F0CDB7;
}
</style>