Shades of Watusi #F5CAB7
Tints of Watusi #F5CAB7
RGB
CMYK
RGB Variations
Color information
#F5CAB7 (or 0xF5CAB7) is known color: Watusi. HEX triplet: F5, CA and B7. RGB value is (245,202,183). Sum of RGB (Red+Green+Blue) = 245+202+183=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 183 (71.88% from 255 or 29.05% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CAB7 is #0A3548. Grayscale: #D4D4D4. Windows color (decimal): -669001 or 12045045. OLE color: 12045045.
HSL color Cylindrical-coordinate representation of color #F5CAB7: hue angle of 18.39º 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 #F5CAB7 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 183 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.04 |
| HSL | 18.39º | 0.76% | 0.84% | - |
| HSV(B) | 18.39º | 0.25% | 0.96% | - |
| XYZ | 67.32 | 65.07 | 53.81 | - |
| YUV | 212.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 183 | 0 | 0.18 | 0.25 | 0.04 | 18.39 | 0.76 | 0.84 |
| Hex | F5 | CA | B7 | 0 | 12 | 19 | 4 | 12 | 4C | 54 |
| Octal | 365 | 312 | 267 | 0 | 22 | 31 | 4 | 22 | 114 | 124 |
| Binary | 11110101 | 11001010 | 10110111 | 0 | 10010 | 11001 | 100 | 10010 | 1001100 | 1010100 |
Color Harmonies of #F5CAB7
Complementary color
Monochromatic Colors of #F5CAB7
Black with #F5CAB7
Text Example
Text Example
White with #F5CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CAB7; }
p { color: rgb(245,202,183); }
H1.HeaderClassName
{
color: #F5CAB7;
}
.AnyTagClassName
{
color: #F5CAB7;
}
</style>
background-color css
<style>
a { background-color: #F5CAB7; }
a { background-color: rgb(245,202,183); }
div.DivClassName
{
background-color: #F5CAB7;
}
.BgClassName
{
background-color: #F5CAB7;
}
</style>
border-color css
<style>
span { border-color: #F5CAB7; }
span { border-color: rgb(245,202,183); }
td.TdClassName
{
border-color: #F5CAB7;
}
.TagClassName
{
border-color: #F5CAB7;
}
</style>