Shades of Watusi #F8CEBA
Tints of Watusi #F8CEBA
RGB
CMYK
RGB Variations
Color information
#F8CEBA (or 0xF8CEBA) is known color: Watusi. HEX triplet: F8, CE and BA. RGB value is (248,206,186). Sum of RGB (Red+Green+Blue) = 248+206+186=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEBA is #073145. Grayscale: #D8D8D8. Windows color (decimal): -471366 or 12242680. OLE color: 12242680.
HSL color Cylindrical-coordinate representation of color #F8CEBA: hue angle of 19.35º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8CEBA is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 186 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.03 |
| HSL | 19.35º | 0.82% | 0.85% | - |
| HSV(B) | 19.35º | 0.25% | 0.97% | - |
| XYZ | 69.65 | 67.64 | 55.84 | - |
| YUV | 216.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 186 | 0 | 0.17 | 0.25 | 0.03 | 19.35 | 0.82 | 0.85 |
| Hex | F8 | CE | BA | 0 | 11 | 19 | 3 | 13 | 52 | 55 |
| Octal | 370 | 316 | 272 | 0 | 21 | 31 | 3 | 23 | 122 | 125 |
| Binary | 11111000 | 11001110 | 10111010 | 0 | 10001 | 11001 | 11 | 10011 | 1010010 | 1010101 |
Color Harmonies of #F8CEBA
Complementary color
Monochromatic Colors of #F8CEBA
Black with #F8CEBA
Text Example
Text Example
White with #F8CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEBA; }
p { color: rgb(248,206,186); }
H1.HeaderClassName
{
color: #F8CEBA;
}
.AnyTagClassName
{
color: #F8CEBA;
}
</style>
background-color css
<style>
a { background-color: #F8CEBA; }
a { background-color: rgb(248,206,186); }
div.DivClassName
{
background-color: #F8CEBA;
}
.BgClassName
{
background-color: #F8CEBA;
}
</style>
border-color css
<style>
span { border-color: #F8CEBA; }
span { border-color: rgb(248,206,186); }
td.TdClassName
{
border-color: #F8CEBA;
}
.TagClassName
{
border-color: #F8CEBA;
}
</style>