Shades of Watusi #F1C9B4
Tints of Watusi #F1C9B4
RGB
CMYK
RGB Variations
Color information
#F1C9B4 (or 0xF1C9B4) is known color: Watusi. HEX triplet: F1, C9 and B4. RGB value is (241,201,180). Sum of RGB (Red+Green+Blue) = 241+201+180=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9B4 is #0E364B. Grayscale: #D2D2D2. Windows color (decimal): -931404 or 11848177. OLE color: 11848177.
HSL color Cylindrical-coordinate representation of color #F1C9B4: hue angle of 20.66º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1C9B4 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 201 | 180 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.05 |
| HSL | 20.66º | 0.69% | 0.83% | - |
| HSV(B) | 20.66º | 0.25% | 0.95% | - |
| XYZ | 65.4 | 63.77 | 52.04 | - |
| YUV | 210.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 180 | 0 | 0.17 | 0.25 | 0.05 | 20.66 | 0.69 | 0.83 |
| Hex | F1 | C9 | B4 | 0 | 11 | 19 | 5 | 15 | 45 | 53 |
| Octal | 361 | 311 | 264 | 0 | 21 | 31 | 5 | 25 | 105 | 123 |
| Binary | 11110001 | 11001001 | 10110100 | 0 | 10001 | 11001 | 101 | 10101 | 1000101 | 1010011 |
Color Harmonies of #F1C9B4
Complementary color
Monochromatic Colors of #F1C9B4
Black with #F1C9B4
Text Example
Text Example
White with #F1C9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9B4; }
p { color: rgb(241,201,180); }
H1.HeaderClassName
{
color: #F1C9B4;
}
.AnyTagClassName
{
color: #F1C9B4;
}
</style>
background-color css
<style>
a { background-color: #F1C9B4; }
a { background-color: rgb(241,201,180); }
div.DivClassName
{
background-color: #F1C9B4;
}
.BgClassName
{
background-color: #F1C9B4;
}
</style>
border-color css
<style>
span { border-color: #F1C9B4; }
span { border-color: rgb(241,201,180); }
td.TdClassName
{
border-color: #F1C9B4;
}
.TagClassName
{
border-color: #F1C9B4;
}
</style>