Shades of Watusi #F0CFBA
Tints of Watusi #F0CFBA
RGB
CMYK
RGB Variations
Color information
#F0CFBA (or 0xF0CFBA) is known color: Watusi. HEX triplet: F0, CF and BA. RGB value is (240,207,186). Sum of RGB (Red+Green+Blue) = 240+207+186=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFBA is #0F3045. Grayscale: #D6D6D6. Windows color (decimal): -995398 or 12242928. OLE color: 12242928.
HSL color Cylindrical-coordinate representation of color #F0CFBA: hue angle of 23.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0CFBA is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 186 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.06 |
| HSL | 23.33º | 0.64% | 0.84% | - |
| HSV(B) | 23.33º | 0.23% | 0.94% | - |
| XYZ | 67.11 | 66.7 | 55.79 | - |
| YUV | 214.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 186 | 0 | 0.14 | 0.22 | 0.06 | 23.33 | 0.64 | 0.84 |
| Hex | F0 | CF | BA | 0 | E | 16 | 6 | 17 | 40 | 54 |
| Octal | 360 | 317 | 272 | 0 | 16 | 26 | 6 | 27 | 100 | 124 |
| Binary | 11110000 | 11001111 | 10111010 | 0 | 1110 | 10110 | 110 | 10111 | 1000000 | 1010100 |
Color Harmonies of #F0CFBA
Complementary color
Monochromatic Colors of #F0CFBA
Black with #F0CFBA
Text Example
Text Example
White with #F0CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFBA; }
p { color: rgb(240,207,186); }
H1.HeaderClassName
{
color: #F0CFBA;
}
.AnyTagClassName
{
color: #F0CFBA;
}
</style>
background-color css
<style>
a { background-color: #F0CFBA; }
a { background-color: rgb(240,207,186); }
div.DivClassName
{
background-color: #F0CFBA;
}
.BgClassName
{
background-color: #F0CFBA;
}
</style>
border-color css
<style>
span { border-color: #F0CFBA; }
span { border-color: rgb(240,207,186); }
td.TdClassName
{
border-color: #F0CFBA;
}
.TagClassName
{
border-color: #F0CFBA;
}
</style>