Shades of Watusi #F3C5B9
Tints of Watusi #F3C5B9
RGB
CMYK
RGB Variations
Color information
#F3C5B9 (or 0xF3C5B9) is known color: Watusi. HEX triplet: F3, C5 and B9. RGB value is (243,197,185). Sum of RGB (Red+Green+Blue) = 243+197+185=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C5B9 is #0C3A46. Grayscale: #D1D1D1. Windows color (decimal): -801351 or 12174835. OLE color: 12174835.
HSL color Cylindrical-coordinate representation of color #F3C5B9: hue angle of 12.41º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3C5B9 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 197 | 185 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.05 |
| HSL | 12.41º | 0.71% | 0.84% | - |
| HSV(B) | 12.41º | 0.24% | 0.95% | - |
| XYZ | 65.69 | 62.49 | 54.5 | - |
| YUV | 209.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 197 | 185 | 0 | 0.19 | 0.24 | 0.05 | 12.41 | 0.71 | 0.84 |
| Hex | F3 | C5 | B9 | 0 | 13 | 18 | 5 | C | 47 | 54 |
| Octal | 363 | 305 | 271 | 0 | 23 | 30 | 5 | 14 | 107 | 124 |
| Binary | 11110011 | 11000101 | 10111001 | 0 | 10011 | 11000 | 101 | 1100 | 1000111 | 1010100 |
Color Harmonies of #F3C5B9
Complementary color
Monochromatic Colors of #F3C5B9
Black with #F3C5B9
Text Example
Text Example
White with #F3C5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C5B9; }
p { color: rgb(243,197,185); }
H1.HeaderClassName
{
color: #F3C5B9;
}
.AnyTagClassName
{
color: #F3C5B9;
}
</style>
background-color css
<style>
a { background-color: #F3C5B9; }
a { background-color: rgb(243,197,185); }
div.DivClassName
{
background-color: #F3C5B9;
}
.BgClassName
{
background-color: #F3C5B9;
}
</style>
border-color css
<style>
span { border-color: #F3C5B9; }
span { border-color: rgb(243,197,185); }
td.TdClassName
{
border-color: #F3C5B9;
}
.TagClassName
{
border-color: #F3C5B9;
}
</style>