Shades of Watusi #F2D1BD
Tints of Watusi #F2D1BD
RGB
CMYK
RGB Variations
Color information
#F2D1BD (or 0xF2D1BD) is known color: Watusi. HEX triplet: F2, D1 and BD. RGB value is (242,209,189). Sum of RGB (Red+Green+Blue) = 242+209+189=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1BD is #0D2E42. Grayscale: #D8D8D8. Windows color (decimal): -863811 or 12440050. OLE color: 12440050.
HSL color Cylindrical-coordinate representation of color #F2D1BD: hue angle of 22.64º 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 #F2D1BD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 189 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.05 |
| HSL | 22.64º | 0.67% | 0.85% | - |
| HSV(B) | 22.64º | 0.22% | 0.95% | - |
| XYZ | 68.6 | 68.15 | 57.68 | - |
| YUV | 216.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 189 | 0 | 0.14 | 0.22 | 0.05 | 22.64 | 0.67 | 0.85 |
| Hex | F2 | D1 | BD | 0 | E | 16 | 5 | 17 | 43 | 55 |
| Octal | 362 | 321 | 275 | 0 | 16 | 26 | 5 | 27 | 103 | 125 |
| Binary | 11110010 | 11010001 | 10111101 | 0 | 1110 | 10110 | 101 | 10111 | 1000011 | 1010101 |
Color Harmonies of #F2D1BD
Complementary color
Monochromatic Colors of #F2D1BD
Black with #F2D1BD
Text Example
Text Example
White with #F2D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1BD; }
p { color: rgb(242,209,189); }
H1.HeaderClassName
{
color: #F2D1BD;
}
.AnyTagClassName
{
color: #F2D1BD;
}
</style>
background-color css
<style>
a { background-color: #F2D1BD; }
a { background-color: rgb(242,209,189); }
div.DivClassName
{
background-color: #F2D1BD;
}
.BgClassName
{
background-color: #F2D1BD;
}
</style>
border-color css
<style>
span { border-color: #F2D1BD; }
span { border-color: rgb(242,209,189); }
td.TdClassName
{
border-color: #F2D1BD;
}
.TagClassName
{
border-color: #F2D1BD;
}
</style>