Shades of Watusi #F5CEBA
Tints of Watusi #F5CEBA
RGB
CMYK
RGB Variations
Color information
#F5CEBA (or 0xF5CEBA) is known color: Watusi. HEX triplet: F5, CE and BA. RGB value is (245,206,186). Sum of RGB (Red+Green+Blue) = 245+206+186=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEBA is #0A3145. Grayscale: #D7D7D7. Windows color (decimal): -667974 or 12242677. OLE color: 12242677.
HSL color Cylindrical-coordinate representation of color #F5CEBA: hue angle of 20.34º degrees, saturation: 0.75, 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 #F5CEBA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 186 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.04 |
| HSL | 20.34º | 0.75% | 0.85% | - |
| HSV(B) | 20.34º | 0.24% | 0.96% | - |
| XYZ | 68.59 | 67.1 | 55.79 | - |
| YUV | 215.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 186 | 0 | 0.16 | 0.24 | 0.04 | 20.34 | 0.75 | 0.85 |
| Hex | F5 | CE | BA | 0 | 10 | 18 | 4 | 14 | 4B | 55 |
| Octal | 365 | 316 | 272 | 0 | 20 | 30 | 4 | 24 | 113 | 125 |
| Binary | 11110101 | 11001110 | 10111010 | 0 | 10000 | 11000 | 100 | 10100 | 1001011 | 1010101 |
Color Harmonies of #F5CEBA
Complementary color
Monochromatic Colors of #F5CEBA
Black with #F5CEBA
Text Example
Text Example
White with #F5CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CEBA; }
p { color: rgb(245,206,186); }
H1.HeaderClassName
{
color: #F5CEBA;
}
.AnyTagClassName
{
color: #F5CEBA;
}
</style>
background-color css
<style>
a { background-color: #F5CEBA; }
a { background-color: rgb(245,206,186); }
div.DivClassName
{
background-color: #F5CEBA;
}
.BgClassName
{
background-color: #F5CEBA;
}
</style>
border-color css
<style>
span { border-color: #F5CEBA; }
span { border-color: rgb(245,206,186); }
td.TdClassName
{
border-color: #F5CEBA;
}
.TagClassName
{
border-color: #F5CEBA;
}
</style>