Shades of Watusi #F4CEC1
Tints of Watusi #F4CEC1
RGB
CMYK
RGB Variations
Color information
#F4CEC1 (or 0xF4CEC1) is known color: Watusi. HEX triplet: F4, CE and C1. RGB value is (244,206,193). Sum of RGB (Red+Green+Blue) = 244+206+193=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CEC1 is #0B313E. Grayscale: #D7D7D7. Windows color (decimal): -733503 or 12701428. OLE color: 12701428.
HSL color Cylindrical-coordinate representation of color #F4CEC1: hue angle of 15.29º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4CEC1 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 193 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.04 |
| HSL | 15.29º | 0.7% | 0.86% | - |
| HSV(B) | 15.29º | 0.21% | 0.96% | - |
| XYZ | 69.01 | 67.23 | 59.79 | - |
| YUV | 215.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 193 | 0 | 0.16 | 0.21 | 0.04 | 15.29 | 0.7 | 0.86 |
| Hex | F4 | CE | C1 | 0 | 10 | 15 | 4 | F | 46 | 56 |
| Octal | 364 | 316 | 301 | 0 | 20 | 25 | 4 | 17 | 106 | 126 |
| Binary | 11110100 | 11001110 | 11000001 | 0 | 10000 | 10101 | 100 | 1111 | 1000110 | 1010110 |
Color Harmonies of #F4CEC1
Complementary color
Monochromatic Colors of #F4CEC1
Black with #F4CEC1
Text Example
Text Example
White with #F4CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CEC1; }
p { color: rgb(244,206,193); }
H1.HeaderClassName
{
color: #F4CEC1;
}
.AnyTagClassName
{
color: #F4CEC1;
}
</style>
background-color css
<style>
a { background-color: #F4CEC1; }
a { background-color: rgb(244,206,193); }
div.DivClassName
{
background-color: #F4CEC1;
}
.BgClassName
{
background-color: #F4CEC1;
}
</style>
border-color css
<style>
span { border-color: #F4CEC1; }
span { border-color: rgb(244,206,193); }
td.TdClassName
{
border-color: #F4CEC1;
}
.TagClassName
{
border-color: #F4CEC1;
}
</style>