Shades of Watusi #F1C9BD
Tints of Watusi #F1C9BD
RGB
CMYK
RGB Variations
Color information
#F1C9BD (or 0xF1C9BD) is known color: Watusi. HEX triplet: F1, C9 and BD. RGB value is (241,201,189). Sum of RGB (Red+Green+Blue) = 241+201+189=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9BD is #0E3642. Grayscale: #D3D3D3. Windows color (decimal): -931395 or 12438001. OLE color: 12438001.
HSL color Cylindrical-coordinate representation of color #F1C9BD: hue angle of 13.85º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C9BD is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 189 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.05 |
| HSL | 13.85º | 0.65% | 0.84% | - |
| HSV(B) | 13.85º | 0.22% | 0.95% | - |
| XYZ | 66.35 | 64.15 | 57.03 | - |
| YUV | 211.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 189 | 0 | 0.17 | 0.22 | 0.05 | 13.85 | 0.65 | 0.84 |
| Hex | F1 | C9 | BD | 0 | 11 | 16 | 5 | E | 41 | 54 |
| Octal | 361 | 311 | 275 | 0 | 21 | 26 | 5 | 16 | 101 | 124 |
| Binary | 11110001 | 11001001 | 10111101 | 0 | 10001 | 10110 | 101 | 1110 | 1000001 | 1010100 |
Color Harmonies of #F1C9BD
Complementary color
Monochromatic Colors of #F1C9BD
Black with #F1C9BD
Text Example
Text Example
White with #F1C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9BD; }
p { color: rgb(241,201,189); }
H1.HeaderClassName
{
color: #F1C9BD;
}
.AnyTagClassName
{
color: #F1C9BD;
}
</style>
background-color css
<style>
a { background-color: #F1C9BD; }
a { background-color: rgb(241,201,189); }
div.DivClassName
{
background-color: #F1C9BD;
}
.BgClassName
{
background-color: #F1C9BD;
}
</style>
border-color css
<style>
span { border-color: #F1C9BD; }
span { border-color: rgb(241,201,189); }
td.TdClassName
{
border-color: #F1C9BD;
}
.TagClassName
{
border-color: #F1C9BD;
}
</style>