Shades of Watusi #F5C9BA
Tints of Watusi #F5C9BA
RGB
CMYK
RGB Variations
Color information
#F5C9BA (or 0xF5C9BA) is known color: Watusi. HEX triplet: F5, C9 and BA. RGB value is (245,201,186). Sum of RGB (Red+Green+Blue) = 245+201+186=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9BA is #0A3645. Grayscale: #D4D4D4. Windows color (decimal): -669254 or 12241397. OLE color: 12241397.
HSL color Cylindrical-coordinate representation of color #F5C9BA: hue angle of 15.25º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5C9BA is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 186 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.04 |
| HSL | 15.25º | 0.75% | 0.85% | - |
| HSV(B) | 15.25º | 0.24% | 0.96% | - |
| XYZ | 67.41 | 64.73 | 55.4 | - |
| YUV | 212.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 186 | 0 | 0.18 | 0.24 | 0.04 | 15.25 | 0.75 | 0.85 |
| Hex | F5 | C9 | BA | 0 | 12 | 18 | 4 | F | 4B | 55 |
| Octal | 365 | 311 | 272 | 0 | 22 | 30 | 4 | 17 | 113 | 125 |
| Binary | 11110101 | 11001001 | 10111010 | 0 | 10010 | 11000 | 100 | 1111 | 1001011 | 1010101 |
Color Harmonies of #F5C9BA
Complementary color
Monochromatic Colors of #F5C9BA
Black with #F5C9BA
Text Example
Text Example
White with #F5C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C9BA; }
p { color: rgb(245,201,186); }
H1.HeaderClassName
{
color: #F5C9BA;
}
.AnyTagClassName
{
color: #F5C9BA;
}
</style>
background-color css
<style>
a { background-color: #F5C9BA; }
a { background-color: rgb(245,201,186); }
div.DivClassName
{
background-color: #F5C9BA;
}
.BgClassName
{
background-color: #F5C9BA;
}
</style>
border-color css
<style>
span { border-color: #F5C9BA; }
span { border-color: rgb(245,201,186); }
td.TdClassName
{
border-color: #F5C9BA;
}
.TagClassName
{
border-color: #F5C9BA;
}
</style>