Shades of Watusi #F1D0C3
Tints of Watusi #F1D0C3
RGB
CMYK
RGB Variations
Color information
#F1D0C3 (or 0xF1D0C3) is known color: Watusi. HEX triplet: F1, D0 and C3. RGB value is (241,208,195). Sum of RGB (Red+Green+Blue) = 241+208+195=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0C3 is #0E2F3C. Grayscale: #D8D8D8. Windows color (decimal): -929597 or 12833009. OLE color: 12833009.
HSL color Cylindrical-coordinate representation of color #F1D0C3: hue angle of 16.96º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1D0C3 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 195 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.05 |
| HSL | 16.96º | 0.62% | 0.85% | - |
| HSV(B) | 16.96º | 0.19% | 0.95% | - |
| XYZ | 68.68 | 67.75 | 61.09 | - |
| YUV | 216.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 195 | 0 | 0.14 | 0.19 | 0.05 | 16.96 | 0.62 | 0.85 |
| Hex | F1 | D0 | C3 | 0 | E | 13 | 5 | 11 | 3E | 55 |
| Octal | 361 | 320 | 303 | 0 | 16 | 23 | 5 | 21 | 76 | 125 |
| Binary | 11110001 | 11010000 | 11000011 | 0 | 1110 | 10011 | 101 | 10001 | 111110 | 1010101 |
Color Harmonies of #F1D0C3
Complementary color
Monochromatic Colors of #F1D0C3
Black with #F1D0C3
Text Example
Text Example
White with #F1D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0C3; }
p { color: rgb(241,208,195); }
H1.HeaderClassName
{
color: #F1D0C3;
}
.AnyTagClassName
{
color: #F1D0C3;
}
</style>
background-color css
<style>
a { background-color: #F1D0C3; }
a { background-color: rgb(241,208,195); }
div.DivClassName
{
background-color: #F1D0C3;
}
.BgClassName
{
background-color: #F1D0C3;
}
</style>
border-color css
<style>
span { border-color: #F1D0C3; }
span { border-color: rgb(241,208,195); }
td.TdClassName
{
border-color: #F1D0C3;
}
.TagClassName
{
border-color: #F1D0C3;
}
</style>