Shades of Watusi #F2D0BD
Tints of Watusi #F2D0BD
RGB
CMYK
RGB Variations
Color information
#F2D0BD (or 0xF2D0BD) is known color: Watusi. HEX triplet: F2, D0 and BD. RGB value is (242,208,189). Sum of RGB (Red+Green+Blue) = 242+208+189=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0BD is #0D2F42. Grayscale: #D8D8D8. Windows color (decimal): -864067 or 12439794. OLE color: 12439794.
HSL color Cylindrical-coordinate representation of color #F2D0BD: hue angle of 21.51º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2D0BD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 189 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.05 |
| HSL | 21.51º | 0.67% | 0.85% | - |
| HSV(B) | 21.51º | 0.22% | 0.95% | - |
| XYZ | 68.36 | 67.66 | 57.6 | - |
| YUV | 216 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 189 | 0 | 0.14 | 0.22 | 0.05 | 21.51 | 0.67 | 0.85 |
| Hex | F2 | D0 | BD | 0 | E | 16 | 5 | 16 | 43 | 55 |
| Octal | 362 | 320 | 275 | 0 | 16 | 26 | 5 | 26 | 103 | 125 |
| Binary | 11110010 | 11010000 | 10111101 | 0 | 1110 | 10110 | 101 | 10110 | 1000011 | 1010101 |
Color Harmonies of #F2D0BD
Complementary color
Monochromatic Colors of #F2D0BD
Black with #F2D0BD
Text Example
Text Example
White with #F2D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0BD; }
p { color: rgb(242,208,189); }
H1.HeaderClassName
{
color: #F2D0BD;
}
.AnyTagClassName
{
color: #F2D0BD;
}
</style>
background-color css
<style>
a { background-color: #F2D0BD; }
a { background-color: rgb(242,208,189); }
div.DivClassName
{
background-color: #F2D0BD;
}
.BgClassName
{
background-color: #F2D0BD;
}
</style>
border-color css
<style>
span { border-color: #F2D0BD; }
span { border-color: rgb(242,208,189); }
td.TdClassName
{
border-color: #F2D0BD;
}
.TagClassName
{
border-color: #F2D0BD;
}
</style>