Shades of Watusi #F2D0BB
Tints of Watusi #F2D0BB
RGB
CMYK
RGB Variations
Color information
#F2D0BB (or 0xF2D0BB) is known color: Watusi. HEX triplet: F2, D0 and BB. RGB value is (242,208,187). Sum of RGB (Red+Green+Blue) = 242+208+187=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0BB is #0D2F44. Grayscale: #D7D7D7. Windows color (decimal): -864069 or 12308722. OLE color: 12308722.
HSL color Cylindrical-coordinate representation of color #F2D0BB: hue angle of 22.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2D0BB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 187 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.05 |
| HSL | 22.91º | 0.68% | 0.84% | - |
| HSV(B) | 22.91º | 0.23% | 0.95% | - |
| XYZ | 68.14 | 67.58 | 56.47 | - |
| YUV | 215.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 187 | 0 | 0.14 | 0.23 | 0.05 | 22.91 | 0.68 | 0.84 |
| Hex | F2 | D0 | BB | 0 | E | 17 | 5 | 17 | 44 | 54 |
| Octal | 362 | 320 | 273 | 0 | 16 | 27 | 5 | 27 | 104 | 124 |
| Binary | 11110010 | 11010000 | 10111011 | 0 | 1110 | 10111 | 101 | 10111 | 1000100 | 1010100 |
Color Harmonies of #F2D0BB
Complementary color
Monochromatic Colors of #F2D0BB
Black with #F2D0BB
Text Example
Text Example
White with #F2D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0BB; }
p { color: rgb(242,208,187); }
H1.HeaderClassName
{
color: #F2D0BB;
}
.AnyTagClassName
{
color: #F2D0BB;
}
</style>
background-color css
<style>
a { background-color: #F2D0BB; }
a { background-color: rgb(242,208,187); }
div.DivClassName
{
background-color: #F2D0BB;
}
.BgClassName
{
background-color: #F2D0BB;
}
</style>
border-color css
<style>
span { border-color: #F2D0BB; }
span { border-color: rgb(242,208,187); }
td.TdClassName
{
border-color: #F2D0BB;
}
.TagClassName
{
border-color: #F2D0BB;
}
</style>