Shades of Watusi #F5CDBC
Tints of Watusi #F5CDBC
RGB
CMYK
RGB Variations
Color information
#F5CDBC (or 0xF5CDBC) is known color: Watusi. HEX triplet: F5, CD and BC. RGB value is (245,205,188). Sum of RGB (Red+Green+Blue) = 245+205+188=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDBC is #0A3243. Grayscale: #D7D7D7. Windows color (decimal): -668228 or 12373493. OLE color: 12373493.
HSL color Cylindrical-coordinate representation of color #F5CDBC: hue angle of 17.89º 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 #F5CDBC is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 188 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.04 |
| HSL | 17.89º | 0.74% | 0.85% | - |
| HSV(B) | 17.89º | 0.23% | 0.96% | - |
| XYZ | 68.56 | 66.71 | 56.84 | - |
| YUV | 215.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 188 | 0 | 0.16 | 0.23 | 0.04 | 17.89 | 0.74 | 0.85 |
| Hex | F5 | CD | BC | 0 | 10 | 17 | 4 | 12 | 4A | 55 |
| Octal | 365 | 315 | 274 | 0 | 20 | 27 | 4 | 22 | 112 | 125 |
| Binary | 11110101 | 11001101 | 10111100 | 0 | 10000 | 10111 | 100 | 10010 | 1001010 | 1010101 |
Color Harmonies of #F5CDBC
Complementary color
Monochromatic Colors of #F5CDBC
Black with #F5CDBC
Text Example
Text Example
White with #F5CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDBC; }
p { color: rgb(245,205,188); }
H1.HeaderClassName
{
color: #F5CDBC;
}
.AnyTagClassName
{
color: #F5CDBC;
}
</style>
background-color css
<style>
a { background-color: #F5CDBC; }
a { background-color: rgb(245,205,188); }
div.DivClassName
{
background-color: #F5CDBC;
}
.BgClassName
{
background-color: #F5CDBC;
}
</style>
border-color css
<style>
span { border-color: #F5CDBC; }
span { border-color: rgb(245,205,188); }
td.TdClassName
{
border-color: #F5CDBC;
}
.TagClassName
{
border-color: #F5CDBC;
}
</style>