Shades of Watusi #F5CCBC
Tints of Watusi #F5CCBC
RGB
CMYK
RGB Variations
Color information
#F5CCBC (or 0xF5CCBC) is known color: Watusi. HEX triplet: F5, CC and BC. RGB value is (245,204,188). Sum of RGB (Red+Green+Blue) = 245+204+188=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCBC is #0A3343. Grayscale: #D6D6D6. Windows color (decimal): -668484 or 12373237. OLE color: 12373237.
HSL color Cylindrical-coordinate representation of color #F5CCBC: hue angle of 16.84º 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 #F5CCBC is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 188 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.04 |
| HSL | 16.84º | 0.74% | 0.85% | - |
| HSV(B) | 16.84º | 0.23% | 0.96% | - |
| XYZ | 68.33 | 66.23 | 56.76 | - |
| YUV | 214.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 188 | 0 | 0.17 | 0.23 | 0.04 | 16.84 | 0.74 | 0.85 |
| Hex | F5 | CC | BC | 0 | 11 | 17 | 4 | 11 | 4A | 55 |
| Octal | 365 | 314 | 274 | 0 | 21 | 27 | 4 | 21 | 112 | 125 |
| Binary | 11110101 | 11001100 | 10111100 | 0 | 10001 | 10111 | 100 | 10001 | 1001010 | 1010101 |
Color Harmonies of #F5CCBC
Complementary color
Monochromatic Colors of #F5CCBC
Black with #F5CCBC
Text Example
Text Example
White with #F5CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CCBC; }
p { color: rgb(245,204,188); }
H1.HeaderClassName
{
color: #F5CCBC;
}
.AnyTagClassName
{
color: #F5CCBC;
}
</style>
background-color css
<style>
a { background-color: #F5CCBC; }
a { background-color: rgb(245,204,188); }
div.DivClassName
{
background-color: #F5CCBC;
}
.BgClassName
{
background-color: #F5CCBC;
}
</style>
border-color css
<style>
span { border-color: #F5CCBC; }
span { border-color: rgb(245,204,188); }
td.TdClassName
{
border-color: #F5CCBC;
}
.TagClassName
{
border-color: #F5CCBC;
}
</style>