Shades of Watusi #F5D0BD
Tints of Watusi #F5D0BD
RGB
CMYK
RGB Variations
Color information
#F5D0BD (or 0xF5D0BD) is known color: Watusi. HEX triplet: F5, D0 and BD. RGB value is (245,208,189). Sum of RGB (Red+Green+Blue) = 245+208+189=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D0BD is #0A2F42. Grayscale: #D9D9D9. Windows color (decimal): -667459 or 12439797. OLE color: 12439797.
HSL color Cylindrical-coordinate representation of color #F5D0BD: hue angle of 20.36º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5D0BD is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 189 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.04 |
| HSL | 20.36º | 0.74% | 0.85% | - |
| HSV(B) | 20.36º | 0.23% | 0.96% | - |
| XYZ | 69.4 | 68.2 | 57.65 | - |
| YUV | 216.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 189 | 0 | 0.15 | 0.23 | 0.04 | 20.36 | 0.74 | 0.85 |
| Hex | F5 | D0 | BD | 0 | F | 17 | 4 | 14 | 4A | 55 |
| Octal | 365 | 320 | 275 | 0 | 17 | 27 | 4 | 24 | 112 | 125 |
| Binary | 11110101 | 11010000 | 10111101 | 0 | 1111 | 10111 | 100 | 10100 | 1001010 | 1010101 |
Color Harmonies of #F5D0BD
Complementary color
Monochromatic Colors of #F5D0BD
Black with #F5D0BD
Text Example
Text Example
White with #F5D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D0BD; }
p { color: rgb(245,208,189); }
H1.HeaderClassName
{
color: #F5D0BD;
}
.AnyTagClassName
{
color: #F5D0BD;
}
</style>
background-color css
<style>
a { background-color: #F5D0BD; }
a { background-color: rgb(245,208,189); }
div.DivClassName
{
background-color: #F5D0BD;
}
.BgClassName
{
background-color: #F5D0BD;
}
</style>
border-color css
<style>
span { border-color: #F5D0BD; }
span { border-color: rgb(245,208,189); }
td.TdClassName
{
border-color: #F5D0BD;
}
.TagClassName
{
border-color: #F5D0BD;
}
</style>