Shades of Watusi #F0CDBF
Tints of Watusi #F0CDBF
RGB
CMYK
RGB Variations
Color information
#F0CDBF (or 0xF0CDBF) is known color: Watusi. HEX triplet: F0, CD and BF. RGB value is (240,205,191). Sum of RGB (Red+Green+Blue) = 240+205+191=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CDBF is #0F3240. Grayscale: #D5D5D5. Windows color (decimal): -995905 or 12570096. OLE color: 12570096.
HSL color Cylindrical-coordinate representation of color #F0CDBF: hue angle of 17.14º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CDBF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 191 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.06 |
| HSL | 17.14º | 0.62% | 0.85% | - |
| HSV(B) | 17.14º | 0.2% | 0.94% | - |
| XYZ | 67.17 | 65.95 | 58.48 | - |
| YUV | 213.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 191 | 0 | 0.15 | 0.20 | 0.06 | 17.14 | 0.62 | 0.85 |
| Hex | F0 | CD | BF | 0 | F | 14 | 6 | 11 | 3E | 55 |
| Octal | 360 | 315 | 277 | 0 | 17 | 24 | 6 | 21 | 76 | 125 |
| Binary | 11110000 | 11001101 | 10111111 | 0 | 1111 | 10100 | 110 | 10001 | 111110 | 1010101 |
Color Harmonies of #F0CDBF
Complementary color
Monochromatic Colors of #F0CDBF
Black with #F0CDBF
Text Example
Text Example
White with #F0CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDBF; }
p { color: rgb(240,205,191); }
H1.HeaderClassName
{
color: #F0CDBF;
}
.AnyTagClassName
{
color: #F0CDBF;
}
</style>
background-color css
<style>
a { background-color: #F0CDBF; }
a { background-color: rgb(240,205,191); }
div.DivClassName
{
background-color: #F0CDBF;
}
.BgClassName
{
background-color: #F0CDBF;
}
</style>
border-color css
<style>
span { border-color: #F0CDBF; }
span { border-color: rgb(240,205,191); }
td.TdClassName
{
border-color: #F0CDBF;
}
.TagClassName
{
border-color: #F0CDBF;
}
</style>