Shades of Watusi #F5C7BA
Tints of Watusi #F5C7BA
RGB
CMYK
RGB Variations
Color information
#F5C7BA (or 0xF5C7BA) is known color: Watusi. HEX triplet: F5, C7 and BA. RGB value is (245,199,186). Sum of RGB (Red+Green+Blue) = 245+199+186=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C7BA is #0A3845. Grayscale: #D3D3D3. Windows color (decimal): -669766 or 12240885. OLE color: 12240885.
HSL color Cylindrical-coordinate representation of color #F5C7BA: hue angle of 13.22º 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 #F5C7BA is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 186 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.04 |
| HSL | 13.22º | 0.75% | 0.85% | - |
| HSV(B) | 13.22º | 0.24% | 0.96% | - |
| XYZ | 66.94 | 63.8 | 55.24 | - |
| YUV | 211.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 186 | 0 | 0.19 | 0.24 | 0.04 | 13.22 | 0.75 | 0.85 |
| Hex | F5 | C7 | BA | 0 | 13 | 18 | 4 | D | 4B | 55 |
| Octal | 365 | 307 | 272 | 0 | 23 | 30 | 4 | 15 | 113 | 125 |
| Binary | 11110101 | 11000111 | 10111010 | 0 | 10011 | 11000 | 100 | 1101 | 1001011 | 1010101 |
Color Harmonies of #F5C7BA
Complementary color
Monochromatic Colors of #F5C7BA
Black with #F5C7BA
Text Example
Text Example
White with #F5C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C7BA; }
p { color: rgb(245,199,186); }
H1.HeaderClassName
{
color: #F5C7BA;
}
.AnyTagClassName
{
color: #F5C7BA;
}
</style>
background-color css
<style>
a { background-color: #F5C7BA; }
a { background-color: rgb(245,199,186); }
div.DivClassName
{
background-color: #F5C7BA;
}
.BgClassName
{
background-color: #F5C7BA;
}
</style>
border-color css
<style>
span { border-color: #F5C7BA; }
span { border-color: rgb(245,199,186); }
td.TdClassName
{
border-color: #F5C7BA;
}
.TagClassName
{
border-color: #F5C7BA;
}
</style>