Shades of Watusi #F2CEC0
Tints of Watusi #F2CEC0
RGB
CMYK
RGB Variations
Color information
#F2CEC0 (or 0xF2CEC0) is known color: Watusi. HEX triplet: F2, CE and C0. RGB value is (242,206,192). Sum of RGB (Red+Green+Blue) = 242+206+192=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEC0 is #0D313F. Grayscale: #D7D7D7. Windows color (decimal): -864576 or 12635890. OLE color: 12635890.
HSL color Cylindrical-coordinate representation of color #F2CEC0: hue angle of 16.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2CEC0 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 192 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.05 |
| HSL | 16.8º | 0.66% | 0.85% | - |
| HSV(B) | 16.8º | 0.21% | 0.95% | - |
| XYZ | 68.2 | 66.83 | 59.17 | - |
| YUV | 215.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 192 | 0 | 0.15 | 0.21 | 0.05 | 16.8 | 0.66 | 0.85 |
| Hex | F2 | CE | C0 | 0 | F | 15 | 5 | 11 | 42 | 55 |
| Octal | 362 | 316 | 300 | 0 | 17 | 25 | 5 | 21 | 102 | 125 |
| Binary | 11110010 | 11001110 | 11000000 | 0 | 1111 | 10101 | 101 | 10001 | 1000010 | 1010101 |
Color Harmonies of #F2CEC0
Complementary color
Monochromatic Colors of #F2CEC0
Black with #F2CEC0
Text Example
Text Example
White with #F2CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEC0; }
p { color: rgb(242,206,192); }
H1.HeaderClassName
{
color: #F2CEC0;
}
.AnyTagClassName
{
color: #F2CEC0;
}
</style>
background-color css
<style>
a { background-color: #F2CEC0; }
a { background-color: rgb(242,206,192); }
div.DivClassName
{
background-color: #F2CEC0;
}
.BgClassName
{
background-color: #F2CEC0;
}
</style>
border-color css
<style>
span { border-color: #F2CEC0; }
span { border-color: rgb(242,206,192); }
td.TdClassName
{
border-color: #F2CEC0;
}
.TagClassName
{
border-color: #F2CEC0;
}
</style>