Shades of Watusi #F3D0BA
Tints of Watusi #F3D0BA
RGB
CMYK
RGB Variations
Color information
#F3D0BA (or 0xF3D0BA) is known color: Watusi. HEX triplet: F3, D0 and BA. RGB value is (243,208,186). Sum of RGB (Red+Green+Blue) = 243+208+186=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0BA is #0C2F45. Grayscale: #D8D8D8. Windows color (decimal): -798534 or 12243187. OLE color: 12243187.
HSL color Cylindrical-coordinate representation of color #F3D0BA: hue angle of 23.16º 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 #F3D0BA is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 186 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.05 |
| HSL | 23.16º | 0.7% | 0.84% | - |
| HSV(B) | 23.16º | 0.23% | 0.95% | - |
| XYZ | 68.38 | 67.71 | 55.92 | - |
| YUV | 215.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 186 | 0 | 0.14 | 0.23 | 0.05 | 23.16 | 0.7 | 0.84 |
| Hex | F3 | D0 | BA | 0 | E | 17 | 5 | 17 | 46 | 54 |
| Octal | 363 | 320 | 272 | 0 | 16 | 27 | 5 | 27 | 106 | 124 |
| Binary | 11110011 | 11010000 | 10111010 | 0 | 1110 | 10111 | 101 | 10111 | 1000110 | 1010100 |
Color Harmonies of #F3D0BA
Complementary color
Monochromatic Colors of #F3D0BA
Black with #F3D0BA
Text Example
Text Example
White with #F3D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0BA; }
p { color: rgb(243,208,186); }
H1.HeaderClassName
{
color: #F3D0BA;
}
.AnyTagClassName
{
color: #F3D0BA;
}
</style>
background-color css
<style>
a { background-color: #F3D0BA; }
a { background-color: rgb(243,208,186); }
div.DivClassName
{
background-color: #F3D0BA;
}
.BgClassName
{
background-color: #F3D0BA;
}
</style>
border-color css
<style>
span { border-color: #F3D0BA; }
span { border-color: rgb(243,208,186); }
td.TdClassName
{
border-color: #F3D0BA;
}
.TagClassName
{
border-color: #F3D0BA;
}
</style>