Shades of Watusi #F2D0BE
Tints of Watusi #F2D0BE
RGB
CMYK
RGB Variations
Color information
#F2D0BE (or 0xF2D0BE) is known color: Watusi. HEX triplet: F2, D0 and BE. RGB value is (242,208,190). Sum of RGB (Red+Green+Blue) = 242+208+190=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0BE is #0D2F41. Grayscale: #D8D8D8. Windows color (decimal): -864066 or 12505330. OLE color: 12505330.
HSL color Cylindrical-coordinate representation of color #F2D0BE: hue angle of 20.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2D0BE is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 190 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.05 |
| HSL | 20.77º | 0.67% | 0.85% | - |
| HSV(B) | 20.77º | 0.21% | 0.95% | - |
| XYZ | 68.47 | 67.71 | 58.18 | - |
| YUV | 216.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 190 | 0 | 0.14 | 0.21 | 0.05 | 20.77 | 0.67 | 0.85 |
| Hex | F2 | D0 | BE | 0 | E | 15 | 5 | 15 | 43 | 55 |
| Octal | 362 | 320 | 276 | 0 | 16 | 25 | 5 | 25 | 103 | 125 |
| Binary | 11110010 | 11010000 | 10111110 | 0 | 1110 | 10101 | 101 | 10101 | 1000011 | 1010101 |
Color Harmonies of #F2D0BE
Complementary color
Monochromatic Colors of #F2D0BE
Black with #F2D0BE
Text Example
Text Example
White with #F2D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0BE; }
p { color: rgb(242,208,190); }
H1.HeaderClassName
{
color: #F2D0BE;
}
.AnyTagClassName
{
color: #F2D0BE;
}
</style>
background-color css
<style>
a { background-color: #F2D0BE; }
a { background-color: rgb(242,208,190); }
div.DivClassName
{
background-color: #F2D0BE;
}
.BgClassName
{
background-color: #F2D0BE;
}
</style>
border-color css
<style>
span { border-color: #F2D0BE; }
span { border-color: rgb(242,208,190); }
td.TdClassName
{
border-color: #F2D0BE;
}
.TagClassName
{
border-color: #F2D0BE;
}
</style>