Shades of Watusi #F5CDBA
Tints of Watusi #F5CDBA
RGB
CMYK
RGB Variations
Color information
#F5CDBA (or 0xF5CDBA) is known color: Watusi. HEX triplet: F5, CD and BA. RGB value is (245,205,186). Sum of RGB (Red+Green+Blue) = 245+205+186=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDBA is #0A3245. Grayscale: #D6D6D6. Windows color (decimal): -668230 or 12242421. OLE color: 12242421.
HSL color Cylindrical-coordinate representation of color #F5CDBA: hue angle of 19.32º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5CDBA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 186 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.04 |
| HSL | 19.32º | 0.75% | 0.85% | - |
| HSV(B) | 19.32º | 0.24% | 0.96% | - |
| XYZ | 68.35 | 66.62 | 55.71 | - |
| YUV | 214.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 186 | 0 | 0.16 | 0.24 | 0.04 | 19.32 | 0.75 | 0.85 |
| Hex | F5 | CD | BA | 0 | 10 | 18 | 4 | 13 | 4B | 55 |
| Octal | 365 | 315 | 272 | 0 | 20 | 30 | 4 | 23 | 113 | 125 |
| Binary | 11110101 | 11001101 | 10111010 | 0 | 10000 | 11000 | 100 | 10011 | 1001011 | 1010101 |
Color Harmonies of #F5CDBA
Complementary color
Monochromatic Colors of #F5CDBA
Black with #F5CDBA
Text Example
Text Example
White with #F5CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDBA; }
p { color: rgb(245,205,186); }
H1.HeaderClassName
{
color: #F5CDBA;
}
.AnyTagClassName
{
color: #F5CDBA;
}
</style>
background-color css
<style>
a { background-color: #F5CDBA; }
a { background-color: rgb(245,205,186); }
div.DivClassName
{
background-color: #F5CDBA;
}
.BgClassName
{
background-color: #F5CDBA;
}
</style>
border-color css
<style>
span { border-color: #F5CDBA; }
span { border-color: rgb(245,205,186); }
td.TdClassName
{
border-color: #F5CDBA;
}
.TagClassName
{
border-color: #F5CDBA;
}
</style>