Shades of Watusi #F3D0BD
Tints of Watusi #F3D0BD
RGB
CMYK
RGB Variations
Color information
#F3D0BD (or 0xF3D0BD) is known color: Watusi. HEX triplet: F3, D0 and BD. RGB value is (243,208,189). Sum of RGB (Red+Green+Blue) = 243+208+189=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0BD is #0C2F42. Grayscale: #D8D8D8. Windows color (decimal): -798531 or 12439795. OLE color: 12439795.
HSL color Cylindrical-coordinate representation of color #F3D0BD: hue angle of 21.11º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3D0BD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 189 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.05 |
| HSL | 21.11º | 0.69% | 0.85% | - |
| HSV(B) | 21.11º | 0.22% | 0.95% | - |
| XYZ | 68.7 | 67.84 | 57.62 | - |
| YUV | 216.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 189 | 0 | 0.14 | 0.22 | 0.05 | 21.11 | 0.69 | 0.85 |
| Hex | F3 | D0 | BD | 0 | E | 16 | 5 | 15 | 45 | 55 |
| Octal | 363 | 320 | 275 | 0 | 16 | 26 | 5 | 25 | 105 | 125 |
| Binary | 11110011 | 11010000 | 10111101 | 0 | 1110 | 10110 | 101 | 10101 | 1000101 | 1010101 |
Color Harmonies of #F3D0BD
Complementary color
Monochromatic Colors of #F3D0BD
Black with #F3D0BD
Text Example
Text Example
White with #F3D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0BD; }
p { color: rgb(243,208,189); }
H1.HeaderClassName
{
color: #F3D0BD;
}
.AnyTagClassName
{
color: #F3D0BD;
}
</style>
background-color css
<style>
a { background-color: #F3D0BD; }
a { background-color: rgb(243,208,189); }
div.DivClassName
{
background-color: #F3D0BD;
}
.BgClassName
{
background-color: #F3D0BD;
}
</style>
border-color css
<style>
span { border-color: #F3D0BD; }
span { border-color: rgb(243,208,189); }
td.TdClassName
{
border-color: #F3D0BD;
}
.TagClassName
{
border-color: #F3D0BD;
}
</style>