Shades of Watusi #F5CDB7
Tints of Watusi #F5CDB7
RGB
CMYK
RGB Variations
Color information
#F5CDB7 (or 0xF5CDB7) is known color: Watusi. HEX triplet: F5, CD and B7. RGB value is (245,205,183). Sum of RGB (Red+Green+Blue) = 245+205+183=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CDB7 is #0A3248. Grayscale: #D6D6D6. Windows color (decimal): -668233 or 12045813. OLE color: 12045813.
HSL color Cylindrical-coordinate representation of color #F5CDB7: hue angle of 21.29º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5CDB7 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 205 | 183 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.04 |
| HSL | 21.29º | 0.76% | 0.84% | - |
| HSV(B) | 21.29º | 0.25% | 0.96% | - |
| XYZ | 68.03 | 66.49 | 54.05 | - |
| YUV | 214.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 205 | 183 | 0 | 0.16 | 0.25 | 0.04 | 21.29 | 0.76 | 0.84 |
| Hex | F5 | CD | B7 | 0 | 10 | 19 | 4 | 15 | 4C | 54 |
| Octal | 365 | 315 | 267 | 0 | 20 | 31 | 4 | 25 | 114 | 124 |
| Binary | 11110101 | 11001101 | 10110111 | 0 | 10000 | 11001 | 100 | 10101 | 1001100 | 1010100 |
Color Harmonies of #F5CDB7
Complementary color
Monochromatic Colors of #F5CDB7
Black with #F5CDB7
Text Example
Text Example
White with #F5CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CDB7; }
p { color: rgb(245,205,183); }
H1.HeaderClassName
{
color: #F5CDB7;
}
.AnyTagClassName
{
color: #F5CDB7;
}
</style>
background-color css
<style>
a { background-color: #F5CDB7; }
a { background-color: rgb(245,205,183); }
div.DivClassName
{
background-color: #F5CDB7;
}
.BgClassName
{
background-color: #F5CDB7;
}
</style>
border-color css
<style>
span { border-color: #F5CDB7; }
span { border-color: rgb(245,205,183); }
td.TdClassName
{
border-color: #F5CDB7;
}
.TagClassName
{
border-color: #F5CDB7;
}
</style>