Shades of Watusi #F2D2BB
Tints of Watusi #F2D2BB
RGB
CMYK
RGB Variations
Color information
#F2D2BB (or 0xF2D2BB) is known color: Watusi. HEX triplet: F2, D2 and BB. RGB value is (242,210,187). Sum of RGB (Red+Green+Blue) = 242+210+187=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D2BB is #0D2D44. Grayscale: #D9D9D9. Windows color (decimal): -863557 or 12309234. OLE color: 12309234.
HSL color Cylindrical-coordinate representation of color #F2D2BB: hue angle of 25.09º 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 #F2D2BB is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 187 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.05 |
| HSL | 25.09º | 0.68% | 0.84% | - |
| HSV(B) | 25.09º | 0.23% | 0.95% | - |
| XYZ | 68.63 | 68.56 | 56.63 | - |
| YUV | 216.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 187 | 0 | 0.13 | 0.23 | 0.05 | 25.09 | 0.68 | 0.84 |
| Hex | F2 | D2 | BB | 0 | D | 17 | 5 | 19 | 44 | 54 |
| Octal | 362 | 322 | 273 | 0 | 15 | 27 | 5 | 31 | 104 | 124 |
| Binary | 11110010 | 11010010 | 10111011 | 0 | 1101 | 10111 | 101 | 11001 | 1000100 | 1010100 |
Color Harmonies of #F2D2BB
Complementary color
Monochromatic Colors of #F2D2BB
Black with #F2D2BB
Text Example
Text Example
White with #F2D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2BB; }
p { color: rgb(242,210,187); }
H1.HeaderClassName
{
color: #F2D2BB;
}
.AnyTagClassName
{
color: #F2D2BB;
}
</style>
background-color css
<style>
a { background-color: #F2D2BB; }
a { background-color: rgb(242,210,187); }
div.DivClassName
{
background-color: #F2D2BB;
}
.BgClassName
{
background-color: #F2D2BB;
}
</style>
border-color css
<style>
span { border-color: #F2D2BB; }
span { border-color: rgb(242,210,187); }
td.TdClassName
{
border-color: #F2D2BB;
}
.TagClassName
{
border-color: #F2D2BB;
}
</style>