Shades of Watusi #F3C7BA
Tints of Watusi #F3C7BA
RGB
CMYK
RGB Variations
Color information
#F3C7BA (or 0xF3C7BA) is known color: Watusi. HEX triplet: F3, C7 and BA. RGB value is (243,199,186). Sum of RGB (Red+Green+Blue) = 243+199+186=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7BA is #0C3845. Grayscale: #D2D2D2. Windows color (decimal): -800838 or 12240883. OLE color: 12240883.
HSL color Cylindrical-coordinate representation of color #F3C7BA: hue angle of 13.68º 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 #F3C7BA is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 186 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.05 |
| HSL | 13.68º | 0.7% | 0.84% | - |
| HSV(B) | 13.68º | 0.23% | 0.95% | - |
| XYZ | 66.25 | 63.45 | 55.21 | - |
| YUV | 210.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 186 | 0 | 0.18 | 0.23 | 0.05 | 13.68 | 0.7 | 0.84 |
| Hex | F3 | C7 | BA | 0 | 12 | 17 | 5 | E | 46 | 54 |
| Octal | 363 | 307 | 272 | 0 | 22 | 27 | 5 | 16 | 106 | 124 |
| Binary | 11110011 | 11000111 | 10111010 | 0 | 10010 | 10111 | 101 | 1110 | 1000110 | 1010100 |
Color Harmonies of #F3C7BA
Complementary color
Monochromatic Colors of #F3C7BA
Black with #F3C7BA
Text Example
Text Example
White with #F3C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7BA; }
p { color: rgb(243,199,186); }
H1.HeaderClassName
{
color: #F3C7BA;
}
.AnyTagClassName
{
color: #F3C7BA;
}
</style>
background-color css
<style>
a { background-color: #F3C7BA; }
a { background-color: rgb(243,199,186); }
div.DivClassName
{
background-color: #F3C7BA;
}
.BgClassName
{
background-color: #F3C7BA;
}
</style>
border-color css
<style>
span { border-color: #F3C7BA; }
span { border-color: rgb(243,199,186); }
td.TdClassName
{
border-color: #F3C7BA;
}
.TagClassName
{
border-color: #F3C7BA;
}
</style>