Shades of Watusi #F3D1B7
Tints of Watusi #F3D1B7
RGB
CMYK
RGB Variations
Color information
#F3D1B7 (or 0xF3D1B7) is known color: Watusi. HEX triplet: F3, D1 and B7. RGB value is (243,209,183). Sum of RGB (Red+Green+Blue) = 243+209+183=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1B7 is #0C2E48. Grayscale: #D8D8D8. Windows color (decimal): -798281 or 12046835. OLE color: 12046835.
HSL color Cylindrical-coordinate representation of color #F3D1B7: hue angle of 26º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3D1B7 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 183 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.05 |
| HSL | 26º | 0.71% | 0.84% | - |
| HSV(B) | 26º | 0.25% | 0.95% | - |
| XYZ | 68.31 | 68.07 | 54.34 | - |
| YUV | 216.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 183 | 0 | 0.14 | 0.25 | 0.05 | 26 | 0.71 | 0.84 |
| Hex | F3 | D1 | B7 | 0 | E | 19 | 5 | 1A | 47 | 54 |
| Octal | 363 | 321 | 267 | 0 | 16 | 31 | 5 | 32 | 107 | 124 |
| Binary | 11110011 | 11010001 | 10110111 | 0 | 1110 | 11001 | 101 | 11010 | 1000111 | 1010100 |
Color Harmonies of #F3D1B7
Complementary color
Monochromatic Colors of #F3D1B7
Black with #F3D1B7
Text Example
Text Example
White with #F3D1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D1B7; }
p { color: rgb(243,209,183); }
H1.HeaderClassName
{
color: #F3D1B7;
}
.AnyTagClassName
{
color: #F3D1B7;
}
</style>
background-color css
<style>
a { background-color: #F3D1B7; }
a { background-color: rgb(243,209,183); }
div.DivClassName
{
background-color: #F3D1B7;
}
.BgClassName
{
background-color: #F3D1B7;
}
</style>
border-color css
<style>
span { border-color: #F3D1B7; }
span { border-color: rgb(243,209,183); }
td.TdClassName
{
border-color: #F3D1B7;
}
.TagClassName
{
border-color: #F3D1B7;
}
</style>