Shades of Watusi #F2D1BE
Tints of Watusi #F2D1BE
RGB
CMYK
RGB Variations
Color information
#F2D1BE (or 0xF2D1BE) is known color: Watusi. HEX triplet: F2, D1 and BE. RGB value is (242,209,190). Sum of RGB (Red+Green+Blue) = 242+209+190=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1BE is #0D2E41. Grayscale: #D8D8D8. Windows color (decimal): -863810 or 12505586. OLE color: 12505586.
HSL color Cylindrical-coordinate representation of color #F2D1BE: hue angle of 21.92º 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 #F2D1BE is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 190 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.05 |
| HSL | 21.92º | 0.67% | 0.85% | - |
| HSV(B) | 21.92º | 0.21% | 0.95% | - |
| XYZ | 68.71 | 68.2 | 58.26 | - |
| YUV | 216.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 190 | 0 | 0.14 | 0.21 | 0.05 | 21.92 | 0.67 | 0.85 |
| Hex | F2 | D1 | BE | 0 | E | 15 | 5 | 16 | 43 | 55 |
| Octal | 362 | 321 | 276 | 0 | 16 | 25 | 5 | 26 | 103 | 125 |
| Binary | 11110010 | 11010001 | 10111110 | 0 | 1110 | 10101 | 101 | 10110 | 1000011 | 1010101 |
Color Harmonies of #F2D1BE
Complementary color
Monochromatic Colors of #F2D1BE
Black with #F2D1BE
Text Example
Text Example
White with #F2D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1BE; }
p { color: rgb(242,209,190); }
H1.HeaderClassName
{
color: #F2D1BE;
}
.AnyTagClassName
{
color: #F2D1BE;
}
</style>
background-color css
<style>
a { background-color: #F2D1BE; }
a { background-color: rgb(242,209,190); }
div.DivClassName
{
background-color: #F2D1BE;
}
.BgClassName
{
background-color: #F2D1BE;
}
</style>
border-color css
<style>
span { border-color: #F2D1BE; }
span { border-color: rgb(242,209,190); }
td.TdClassName
{
border-color: #F2D1BE;
}
.TagClassName
{
border-color: #F2D1BE;
}
</style>