Shades of Watusi #F3C9BA
Tints of Watusi #F3C9BA
RGB
CMYK
RGB Variations
Color information
#F3C9BA (or 0xF3C9BA) is known color: Watusi. HEX triplet: F3, C9 and BA. RGB value is (243,201,186). Sum of RGB (Red+Green+Blue) = 243+201+186=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9BA is #0C3645. Grayscale: #D3D3D3. Windows color (decimal): -800326 or 12241395. OLE color: 12241395.
HSL color Cylindrical-coordinate representation of color #F3C9BA: hue angle of 15.79º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C9BA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 186 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.05 |
| HSL | 15.79º | 0.7% | 0.84% | - |
| HSV(B) | 15.79º | 0.23% | 0.95% | - |
| XYZ | 66.71 | 64.37 | 55.36 | - |
| YUV | 211.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 186 | 0 | 0.17 | 0.23 | 0.05 | 15.79 | 0.7 | 0.84 |
| Hex | F3 | C9 | BA | 0 | 11 | 17 | 5 | 10 | 46 | 54 |
| Octal | 363 | 311 | 272 | 0 | 21 | 27 | 5 | 20 | 106 | 124 |
| Binary | 11110011 | 11001001 | 10111010 | 0 | 10001 | 10111 | 101 | 10000 | 1000110 | 1010100 |
Color Harmonies of #F3C9BA
Complementary color
Monochromatic Colors of #F3C9BA
Black with #F3C9BA
Text Example
Text Example
White with #F3C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9BA; }
p { color: rgb(243,201,186); }
H1.HeaderClassName
{
color: #F3C9BA;
}
.AnyTagClassName
{
color: #F3C9BA;
}
</style>
background-color css
<style>
a { background-color: #F3C9BA; }
a { background-color: rgb(243,201,186); }
div.DivClassName
{
background-color: #F3C9BA;
}
.BgClassName
{
background-color: #F3C9BA;
}
</style>
border-color css
<style>
span { border-color: #F3C9BA; }
span { border-color: rgb(243,201,186); }
td.TdClassName
{
border-color: #F3C9BA;
}
.TagClassName
{
border-color: #F3C9BA;
}
</style>