Shades of Watusi #F2CEBB
Tints of Watusi #F2CEBB
RGB
CMYK
RGB Variations
Color information
#F2CEBB (or 0xF2CEBB) is known color: Watusi. HEX triplet: F2, CE and BB. RGB value is (242,206,187). Sum of RGB (Red+Green+Blue) = 242+206+187=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEBB is #0D3144. Grayscale: #D6D6D6. Windows color (decimal): -864581 or 12308210. OLE color: 12308210.
HSL color Cylindrical-coordinate representation of color #F2CEBB: hue angle of 20.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2CEBB is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 187 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.05 |
| HSL | 20.73º | 0.68% | 0.84% | - |
| HSV(B) | 20.73º | 0.23% | 0.95% | - |
| XYZ | 67.66 | 66.61 | 56.3 | - |
| YUV | 214.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 187 | 0 | 0.15 | 0.23 | 0.05 | 20.73 | 0.68 | 0.84 |
| Hex | F2 | CE | BB | 0 | F | 17 | 5 | 15 | 44 | 54 |
| Octal | 362 | 316 | 273 | 0 | 17 | 27 | 5 | 25 | 104 | 124 |
| Binary | 11110010 | 11001110 | 10111011 | 0 | 1111 | 10111 | 101 | 10101 | 1000100 | 1010100 |
Color Harmonies of #F2CEBB
Complementary color
Monochromatic Colors of #F2CEBB
Black with #F2CEBB
Text Example
Text Example
White with #F2CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEBB; }
p { color: rgb(242,206,187); }
H1.HeaderClassName
{
color: #F2CEBB;
}
.AnyTagClassName
{
color: #F2CEBB;
}
</style>
background-color css
<style>
a { background-color: #F2CEBB; }
a { background-color: rgb(242,206,187); }
div.DivClassName
{
background-color: #F2CEBB;
}
.BgClassName
{
background-color: #F2CEBB;
}
</style>
border-color css
<style>
span { border-color: #F2CEBB; }
span { border-color: rgb(242,206,187); }
td.TdClassName
{
border-color: #F2CEBB;
}
.TagClassName
{
border-color: #F2CEBB;
}
</style>