Shades of Watusi #F5CABB
Tints of Watusi #F5CABB
RGB
CMYK
RGB Variations
Color information
#F5CABB (or 0xF5CABB) is known color: Watusi. HEX triplet: F5, CA and BB. RGB value is (245,202,187). Sum of RGB (Red+Green+Blue) = 245+202+187=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CABB is #0A3544. Grayscale: #D5D5D5. Windows color (decimal): -668997 or 12307189. OLE color: 12307189.
HSL color Cylindrical-coordinate representation of color #F5CABB: hue angle of 15.52º degrees, saturation: 0.74, 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 #F5CABB is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 187 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.04 |
| HSL | 15.52º | 0.74% | 0.85% | - |
| HSV(B) | 15.52º | 0.24% | 0.96% | - |
| XYZ | 67.75 | 65.24 | 56.04 | - |
| YUV | 213.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 187 | 0 | 0.18 | 0.24 | 0.04 | 15.52 | 0.74 | 0.85 |
| Hex | F5 | CA | BB | 0 | 12 | 18 | 4 | 10 | 4A | 55 |
| Octal | 365 | 312 | 273 | 0 | 22 | 30 | 4 | 20 | 112 | 125 |
| Binary | 11110101 | 11001010 | 10111011 | 0 | 10010 | 11000 | 100 | 10000 | 1001010 | 1010101 |
Color Harmonies of #F5CABB
Complementary color
Monochromatic Colors of #F5CABB
Black with #F5CABB
Text Example
Text Example
White with #F5CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CABB; }
p { color: rgb(245,202,187); }
H1.HeaderClassName
{
color: #F5CABB;
}
.AnyTagClassName
{
color: #F5CABB;
}
</style>
background-color css
<style>
a { background-color: #F5CABB; }
a { background-color: rgb(245,202,187); }
div.DivClassName
{
background-color: #F5CABB;
}
.BgClassName
{
background-color: #F5CABB;
}
</style>
border-color css
<style>
span { border-color: #F5CABB; }
span { border-color: rgb(245,202,187); }
td.TdClassName
{
border-color: #F5CABB;
}
.TagClassName
{
border-color: #F5CABB;
}
</style>