Shades of Watusi #F6CEBE
Tints of Watusi #F6CEBE
RGB
CMYK
RGB Variations
Color information
#F6CEBE (or 0xF6CEBE) is known color: Watusi. HEX triplet: F6, CE and BE. RGB value is (246,206,190). Sum of RGB (Red+Green+Blue) = 246+206+190=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEBE is #093141. Grayscale: #D8D8D8. Windows color (decimal): -602434 or 12504822. OLE color: 12504822.
HSL color Cylindrical-coordinate representation of color #F6CEBE: hue angle of 17.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6CEBE is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 190 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.04 |
| HSL | 17.14º | 0.76% | 0.85% | - |
| HSV(B) | 17.14º | 0.23% | 0.96% | - |
| XYZ | 69.37 | 67.45 | 58.08 | - |
| YUV | 216.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 190 | 0 | 0.16 | 0.23 | 0.04 | 17.14 | 0.76 | 0.85 |
| Hex | F6 | CE | BE | 0 | 10 | 17 | 4 | 11 | 4C | 55 |
| Octal | 366 | 316 | 276 | 0 | 20 | 27 | 4 | 21 | 114 | 125 |
| Binary | 11110110 | 11001110 | 10111110 | 0 | 10000 | 10111 | 100 | 10001 | 1001100 | 1010101 |
Color Harmonies of #F6CEBE
Complementary color
Monochromatic Colors of #F6CEBE
Black with #F6CEBE
Text Example
Text Example
White with #F6CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CEBE; }
p { color: rgb(246,206,190); }
H1.HeaderClassName
{
color: #F6CEBE;
}
.AnyTagClassName
{
color: #F6CEBE;
}
</style>
background-color css
<style>
a { background-color: #F6CEBE; }
a { background-color: rgb(246,206,190); }
div.DivClassName
{
background-color: #F6CEBE;
}
.BgClassName
{
background-color: #F6CEBE;
}
</style>
border-color css
<style>
span { border-color: #F6CEBE; }
span { border-color: rgb(246,206,190); }
td.TdClassName
{
border-color: #F6CEBE;
}
.TagClassName
{
border-color: #F6CEBE;
}
</style>