Shades of Watusi #F3D1BD
Tints of Watusi #F3D1BD
RGB
CMYK
RGB Variations
Color information
#F3D1BD (or 0xF3D1BD) is known color: Watusi. HEX triplet: F3, D1 and BD. RGB value is (243,209,189). Sum of RGB (Red+Green+Blue) = 243+209+189=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1BD is #0C2E42. Grayscale: #D8D8D8. Windows color (decimal): -798275 or 12440051. OLE color: 12440051.
HSL color Cylindrical-coordinate representation of color #F3D1BD: hue angle of 22.22º 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 #F3D1BD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 189 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.05 |
| HSL | 22.22º | 0.69% | 0.85% | - |
| HSV(B) | 22.22º | 0.22% | 0.95% | - |
| XYZ | 68.95 | 68.33 | 57.7 | - |
| YUV | 216.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 189 | 0 | 0.14 | 0.22 | 0.05 | 22.22 | 0.69 | 0.85 |
| Hex | F3 | D1 | BD | 0 | E | 16 | 5 | 16 | 45 | 55 |
| Octal | 363 | 321 | 275 | 0 | 16 | 26 | 5 | 26 | 105 | 125 |
| Binary | 11110011 | 11010001 | 10111101 | 0 | 1110 | 10110 | 101 | 10110 | 1000101 | 1010101 |
Color Harmonies of #F3D1BD
Complementary color
Monochromatic Colors of #F3D1BD
Black with #F3D1BD
Text Example
Text Example
White with #F3D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D1BD; }
p { color: rgb(243,209,189); }
H1.HeaderClassName
{
color: #F3D1BD;
}
.AnyTagClassName
{
color: #F3D1BD;
}
</style>
background-color css
<style>
a { background-color: #F3D1BD; }
a { background-color: rgb(243,209,189); }
div.DivClassName
{
background-color: #F3D1BD;
}
.BgClassName
{
background-color: #F3D1BD;
}
</style>
border-color css
<style>
span { border-color: #F3D1BD; }
span { border-color: rgb(243,209,189); }
td.TdClassName
{
border-color: #F3D1BD;
}
.TagClassName
{
border-color: #F3D1BD;
}
</style>