Shades of Watusi #F2CEBE
Tints of Watusi #F2CEBE
RGB
CMYK
RGB Variations
Color information
#F2CEBE (or 0xF2CEBE) is known color: Watusi. HEX triplet: F2, CE and BE. RGB value is (242,206,190). Sum of RGB (Red+Green+Blue) = 242+206+190=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEBE is #0D3141. Grayscale: #D7D7D7. Windows color (decimal): -864578 or 12504818. OLE color: 12504818.
HSL color Cylindrical-coordinate representation of color #F2CEBE: hue angle of 18.46º degrees, saturation: 0.67, 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 #F2CEBE is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 190 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.05 |
| HSL | 18.46º | 0.67% | 0.85% | - |
| HSV(B) | 18.46º | 0.21% | 0.95% | - |
| XYZ | 67.98 | 66.74 | 58.01 | - |
| YUV | 214.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 190 | 0 | 0.15 | 0.21 | 0.05 | 18.46 | 0.67 | 0.85 |
| Hex | F2 | CE | BE | 0 | F | 15 | 5 | 12 | 43 | 55 |
| Octal | 362 | 316 | 276 | 0 | 17 | 25 | 5 | 22 | 103 | 125 |
| Binary | 11110010 | 11001110 | 10111110 | 0 | 1111 | 10101 | 101 | 10010 | 1000011 | 1010101 |
Color Harmonies of #F2CEBE
Complementary color
Monochromatic Colors of #F2CEBE
Black with #F2CEBE
Text Example
Text Example
White with #F2CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEBE; }
p { color: rgb(242,206,190); }
H1.HeaderClassName
{
color: #F2CEBE;
}
.AnyTagClassName
{
color: #F2CEBE;
}
</style>
background-color css
<style>
a { background-color: #F2CEBE; }
a { background-color: rgb(242,206,190); }
div.DivClassName
{
background-color: #F2CEBE;
}
.BgClassName
{
background-color: #F2CEBE;
}
</style>
border-color css
<style>
span { border-color: #F2CEBE; }
span { border-color: rgb(242,206,190); }
td.TdClassName
{
border-color: #F2CEBE;
}
.TagClassName
{
border-color: #F2CEBE;
}
</style>