Shades of Watusi #F2CEBD
Tints of Watusi #F2CEBD
RGB
CMYK
RGB Variations
Color information
#F2CEBD (or 0xF2CEBD) is known color: Watusi. HEX triplet: F2, CE and BD. RGB value is (242,206,189). Sum of RGB (Red+Green+Blue) = 242+206+189=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEBD is #0D3142. Grayscale: #D6D6D6. Windows color (decimal): -864579 or 12439282. OLE color: 12439282.
HSL color Cylindrical-coordinate representation of color #F2CEBD: hue angle of 19.25º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2CEBD is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 189 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.05 |
| HSL | 19.25º | 0.67% | 0.85% | - |
| HSV(B) | 19.25º | 0.22% | 0.95% | - |
| XYZ | 67.87 | 66.69 | 57.44 | - |
| YUV | 214.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 189 | 0 | 0.15 | 0.22 | 0.05 | 19.25 | 0.67 | 0.85 |
| Hex | F2 | CE | BD | 0 | F | 16 | 5 | 13 | 43 | 55 |
| Octal | 362 | 316 | 275 | 0 | 17 | 26 | 5 | 23 | 103 | 125 |
| Binary | 11110010 | 11001110 | 10111101 | 0 | 1111 | 10110 | 101 | 10011 | 1000011 | 1010101 |
Color Harmonies of #F2CEBD
Complementary color
Monochromatic Colors of #F2CEBD
Black with #F2CEBD
Text Example
Text Example
White with #F2CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEBD; }
p { color: rgb(242,206,189); }
H1.HeaderClassName
{
color: #F2CEBD;
}
.AnyTagClassName
{
color: #F2CEBD;
}
</style>
background-color css
<style>
a { background-color: #F2CEBD; }
a { background-color: rgb(242,206,189); }
div.DivClassName
{
background-color: #F2CEBD;
}
.BgClassName
{
background-color: #F2CEBD;
}
</style>
border-color css
<style>
span { border-color: #F2CEBD; }
span { border-color: rgb(242,206,189); }
td.TdClassName
{
border-color: #F2CEBD;
}
.TagClassName
{
border-color: #F2CEBD;
}
</style>