Shades of Watusi #F2D1BF
Tints of Watusi #F2D1BF
RGB
CMYK
RGB Variations
Color information
#F2D1BF (or 0xF2D1BF) is known color: Watusi. HEX triplet: F2, D1 and BF. RGB value is (242,209,191). Sum of RGB (Red+Green+Blue) = 242+209+191=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1BF is #0D2E40. Grayscale: #D8D8D8. Windows color (decimal): -863809 or 12571122. OLE color: 12571122.
HSL color Cylindrical-coordinate representation of color #F2D1BF: hue angle of 21.18º degrees, saturation: 0.66, 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 #F2D1BF is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 191 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.05 |
| HSL | 21.18º | 0.66% | 0.85% | - |
| HSV(B) | 21.18º | 0.21% | 0.95% | - |
| XYZ | 68.82 | 68.24 | 58.83 | - |
| YUV | 216.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 191 | 0 | 0.14 | 0.21 | 0.05 | 21.18 | 0.66 | 0.85 |
| Hex | F2 | D1 | BF | 0 | E | 15 | 5 | 15 | 42 | 55 |
| Octal | 362 | 321 | 277 | 0 | 16 | 25 | 5 | 25 | 102 | 125 |
| Binary | 11110010 | 11010001 | 10111111 | 0 | 1110 | 10101 | 101 | 10101 | 1000010 | 1010101 |
Color Harmonies of #F2D1BF
Complementary color
Monochromatic Colors of #F2D1BF
Black with #F2D1BF
Text Example
Text Example
White with #F2D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1BF; }
p { color: rgb(242,209,191); }
H1.HeaderClassName
{
color: #F2D1BF;
}
.AnyTagClassName
{
color: #F2D1BF;
}
</style>
background-color css
<style>
a { background-color: #F2D1BF; }
a { background-color: rgb(242,209,191); }
div.DivClassName
{
background-color: #F2D1BF;
}
.BgClassName
{
background-color: #F2D1BF;
}
</style>
border-color css
<style>
span { border-color: #F2D1BF; }
span { border-color: rgb(242,209,191); }
td.TdClassName
{
border-color: #F2D1BF;
}
.TagClassName
{
border-color: #F2D1BF;
}
</style>