Shades of Watusi #F2CEBC
Tints of Watusi #F2CEBC
RGB
CMYK
RGB Variations
Color information
#F2CEBC (or 0xF2CEBC) is known color: Watusi. HEX triplet: F2, CE and BC. RGB value is (242,206,188). Sum of RGB (Red+Green+Blue) = 242+206+188=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEBC is #0D3143. Grayscale: #D6D6D6. Windows color (decimal): -864580 or 12373746. OLE color: 12373746.
HSL color Cylindrical-coordinate representation of color #F2CEBC: hue angle of 20º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2CEBC is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 188 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.05 |
| HSL | 20º | 0.68% | 0.84% | - |
| HSV(B) | 20º | 0.22% | 0.95% | - |
| XYZ | 67.77 | 66.65 | 56.87 | - |
| YUV | 214.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 188 | 0 | 0.15 | 0.22 | 0.05 | 20 | 0.68 | 0.84 |
| Hex | F2 | CE | BC | 0 | F | 16 | 5 | 14 | 44 | 54 |
| Octal | 362 | 316 | 274 | 0 | 17 | 26 | 5 | 24 | 104 | 124 |
| Binary | 11110010 | 11001110 | 10111100 | 0 | 1111 | 10110 | 101 | 10100 | 1000100 | 1010100 |
Color Harmonies of #F2CEBC
Complementary color
Monochromatic Colors of #F2CEBC
Black with #F2CEBC
Text Example
Text Example
White with #F2CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEBC; }
p { color: rgb(242,206,188); }
H1.HeaderClassName
{
color: #F2CEBC;
}
.AnyTagClassName
{
color: #F2CEBC;
}
</style>
background-color css
<style>
a { background-color: #F2CEBC; }
a { background-color: rgb(242,206,188); }
div.DivClassName
{
background-color: #F2CEBC;
}
.BgClassName
{
background-color: #F2CEBC;
}
</style>
border-color css
<style>
span { border-color: #F2CEBC; }
span { border-color: rgb(242,206,188); }
td.TdClassName
{
border-color: #F2CEBC;
}
.TagClassName
{
border-color: #F2CEBC;
}
</style>