Shades of Watusi #F3C8BA
Tints of Watusi #F3C8BA
RGB
CMYK
RGB Variations
Color information
#F3C8BA (or 0xF3C8BA) is known color: Watusi. HEX triplet: F3, C8 and BA. RGB value is (243,200,186). Sum of RGB (Red+Green+Blue) = 243+200+186=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C8BA is #0C3745. Grayscale: #D3D3D3. Windows color (decimal): -800582 or 12241139. OLE color: 12241139.
HSL color Cylindrical-coordinate representation of color #F3C8BA: hue angle of 14.74º 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 #F3C8BA is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 186 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.05 |
| HSL | 14.74º | 0.7% | 0.84% | - |
| HSV(B) | 14.74º | 0.23% | 0.95% | - |
| XYZ | 66.48 | 63.91 | 55.29 | - |
| YUV | 211.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 186 | 0 | 0.18 | 0.23 | 0.05 | 14.74 | 0.7 | 0.84 |
| Hex | F3 | C8 | BA | 0 | 12 | 17 | 5 | F | 46 | 54 |
| Octal | 363 | 310 | 272 | 0 | 22 | 27 | 5 | 17 | 106 | 124 |
| Binary | 11110011 | 11001000 | 10111010 | 0 | 10010 | 10111 | 101 | 1111 | 1000110 | 1010100 |
Color Harmonies of #F3C8BA
Complementary color
Monochromatic Colors of #F3C8BA
Black with #F3C8BA
Text Example
Text Example
White with #F3C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8BA; }
p { color: rgb(243,200,186); }
H1.HeaderClassName
{
color: #F3C8BA;
}
.AnyTagClassName
{
color: #F3C8BA;
}
</style>
background-color css
<style>
a { background-color: #F3C8BA; }
a { background-color: rgb(243,200,186); }
div.DivClassName
{
background-color: #F3C8BA;
}
.BgClassName
{
background-color: #F3C8BA;
}
</style>
border-color css
<style>
span { border-color: #F3C8BA; }
span { border-color: rgb(243,200,186); }
td.TdClassName
{
border-color: #F3C8BA;
}
.TagClassName
{
border-color: #F3C8BA;
}
</style>