Shades of Watusi #F1D2C1
Tints of Watusi #F1D2C1
RGB
CMYK
RGB Variations
Color information
#F1D2C1 (or 0xF1D2C1) is known color: Watusi. HEX triplet: F1, D2 and C1. RGB value is (241,210,193). Sum of RGB (Red+Green+Blue) = 241+210+193=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2C1 is #0E2D3E. Grayscale: #D9D9D9. Windows color (decimal): -929087 or 12702449. OLE color: 12702449.
HSL color Cylindrical-coordinate representation of color #F1D2C1: hue angle of 21.25º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1D2C1 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 193 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.05 |
| HSL | 21.25º | 0.63% | 0.85% | - |
| HSV(B) | 21.25º | 0.2% | 0.95% | - |
| XYZ | 68.95 | 68.64 | 60.07 | - |
| YUV | 217.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 193 | 0 | 0.13 | 0.20 | 0.05 | 21.25 | 0.63 | 0.85 |
| Hex | F1 | D2 | C1 | 0 | D | 14 | 5 | 15 | 3F | 55 |
| Octal | 361 | 322 | 301 | 0 | 15 | 24 | 5 | 25 | 77 | 125 |
| Binary | 11110001 | 11010010 | 11000001 | 0 | 1101 | 10100 | 101 | 10101 | 111111 | 1010101 |
Color Harmonies of #F1D2C1
Complementary color
Monochromatic Colors of #F1D2C1
Black with #F1D2C1
Text Example
Text Example
White with #F1D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2C1; }
p { color: rgb(241,210,193); }
H1.HeaderClassName
{
color: #F1D2C1;
}
.AnyTagClassName
{
color: #F1D2C1;
}
</style>
background-color css
<style>
a { background-color: #F1D2C1; }
a { background-color: rgb(241,210,193); }
div.DivClassName
{
background-color: #F1D2C1;
}
.BgClassName
{
background-color: #F1D2C1;
}
</style>
border-color css
<style>
span { border-color: #F1D2C1; }
span { border-color: rgb(241,210,193); }
td.TdClassName
{
border-color: #F1D2C1;
}
.TagClassName
{
border-color: #F1D2C1;
}
</style>