Shades of Watusi #F5CEBD
Tints of Watusi #F5CEBD
RGB
CMYK
RGB Variations
Color information
#F5CEBD (or 0xF5CEBD) is known color: Watusi. HEX triplet: F5, CE and BD. RGB value is (245,206,189). Sum of RGB (Red+Green+Blue) = 245+206+189=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEBD is #0A3142. Grayscale: #D7D7D7. Windows color (decimal): -667971 or 12439285. OLE color: 12439285.
HSL color Cylindrical-coordinate representation of color #F5CEBD: hue angle of 18.21º 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 #F5CEBD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 189 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.04 |
| HSL | 18.21º | 0.74% | 0.85% | - |
| HSV(B) | 18.21º | 0.23% | 0.96% | - |
| XYZ | 68.91 | 67.23 | 57.49 | - |
| YUV | 215.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 189 | 0 | 0.16 | 0.23 | 0.04 | 18.21 | 0.74 | 0.85 |
| Hex | F5 | CE | BD | 0 | 10 | 17 | 4 | 12 | 4A | 55 |
| Octal | 365 | 316 | 275 | 0 | 20 | 27 | 4 | 22 | 112 | 125 |
| Binary | 11110101 | 11001110 | 10111101 | 0 | 10000 | 10111 | 100 | 10010 | 1001010 | 1010101 |
Color Harmonies of #F5CEBD
Complementary color
Monochromatic Colors of #F5CEBD
Black with #F5CEBD
Text Example
Text Example
White with #F5CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CEBD; }
p { color: rgb(245,206,189); }
H1.HeaderClassName
{
color: #F5CEBD;
}
.AnyTagClassName
{
color: #F5CEBD;
}
</style>
background-color css
<style>
a { background-color: #F5CEBD; }
a { background-color: rgb(245,206,189); }
div.DivClassName
{
background-color: #F5CEBD;
}
.BgClassName
{
background-color: #F5CEBD;
}
</style>
border-color css
<style>
span { border-color: #F5CEBD; }
span { border-color: rgb(245,206,189); }
td.TdClassName
{
border-color: #F5CEBD;
}
.TagClassName
{
border-color: #F5CEBD;
}
</style>