Shades of Watusi #F5CBB7
Tints of Watusi #F5CBB7
RGB
CMYK
RGB Variations
Color information
#F5CBB7 (or 0xF5CBB7) is known color: Watusi. HEX triplet: F5, CB and B7. RGB value is (245,203,183). Sum of RGB (Red+Green+Blue) = 245+203+183=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBB7 is #0A3448. Grayscale: #D5D5D5. Windows color (decimal): -668745 or 12045301. OLE color: 12045301.
HSL color Cylindrical-coordinate representation of color #F5CBB7: hue angle of 19.35º 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 #F5CBB7 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 183 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.04 |
| HSL | 19.35º | 0.76% | 0.84% | - |
| HSV(B) | 19.35º | 0.25% | 0.96% | - |
| XYZ | 67.56 | 65.54 | 53.89 | - |
| YUV | 213.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 183 | 0 | 0.17 | 0.25 | 0.04 | 19.35 | 0.76 | 0.84 |
| Hex | F5 | CB | B7 | 0 | 11 | 19 | 4 | 13 | 4C | 54 |
| Octal | 365 | 313 | 267 | 0 | 21 | 31 | 4 | 23 | 114 | 124 |
| Binary | 11110101 | 11001011 | 10110111 | 0 | 10001 | 11001 | 100 | 10011 | 1001100 | 1010100 |
Color Harmonies of #F5CBB7
Complementary color
Monochromatic Colors of #F5CBB7
Black with #F5CBB7
Text Example
Text Example
White with #F5CBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CBB7; }
p { color: rgb(245,203,183); }
H1.HeaderClassName
{
color: #F5CBB7;
}
.AnyTagClassName
{
color: #F5CBB7;
}
</style>
background-color css
<style>
a { background-color: #F5CBB7; }
a { background-color: rgb(245,203,183); }
div.DivClassName
{
background-color: #F5CBB7;
}
.BgClassName
{
background-color: #F5CBB7;
}
</style>
border-color css
<style>
span { border-color: #F5CBB7; }
span { border-color: rgb(245,203,183); }
td.TdClassName
{
border-color: #F5CBB7;
}
.TagClassName
{
border-color: #F5CBB7;
}
</style>