Shades of Watusi #F2D1BB
Tints of Watusi #F2D1BB
RGB
CMYK
RGB Variations
Color information
#F2D1BB (or 0xF2D1BB) is known color: Watusi. HEX triplet: F2, D1 and BB. RGB value is (242,209,187). Sum of RGB (Red+Green+Blue) = 242+209+187=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1BB is #0D2E44. Grayscale: #D8D8D8. Windows color (decimal): -863813 or 12308978. OLE color: 12308978.
HSL color Cylindrical-coordinate representation of color #F2D1BB: hue angle of 24º 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 #F2D1BB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 187 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.05 |
| HSL | 24º | 0.68% | 0.84% | - |
| HSV(B) | 24º | 0.23% | 0.95% | - |
| XYZ | 68.39 | 68.07 | 56.55 | - |
| YUV | 216.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 187 | 0 | 0.14 | 0.23 | 0.05 | 24 | 0.68 | 0.84 |
| Hex | F2 | D1 | BB | 0 | E | 17 | 5 | 18 | 44 | 54 |
| Octal | 362 | 321 | 273 | 0 | 16 | 27 | 5 | 30 | 104 | 124 |
| Binary | 11110010 | 11010001 | 10111011 | 0 | 1110 | 10111 | 101 | 11000 | 1000100 | 1010100 |
Color Harmonies of #F2D1BB
Complementary color
Monochromatic Colors of #F2D1BB
Black with #F2D1BB
Text Example
Text Example
White with #F2D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1BB; }
p { color: rgb(242,209,187); }
H1.HeaderClassName
{
color: #F2D1BB;
}
.AnyTagClassName
{
color: #F2D1BB;
}
</style>
background-color css
<style>
a { background-color: #F2D1BB; }
a { background-color: rgb(242,209,187); }
div.DivClassName
{
background-color: #F2D1BB;
}
.BgClassName
{
background-color: #F2D1BB;
}
</style>
border-color css
<style>
span { border-color: #F2D1BB; }
span { border-color: rgb(242,209,187); }
td.TdClassName
{
border-color: #F2D1BB;
}
.TagClassName
{
border-color: #F2D1BB;
}
</style>