Shades of Watusi #F1CEBA
Tints of Watusi #F1CEBA
RGB
CMYK
RGB Variations
Color information
#F1CEBA (or 0xF1CEBA) is known color: Watusi. HEX triplet: F1, CE and BA. RGB value is (241,206,186). Sum of RGB (Red+Green+Blue) = 241+206+186=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEBA is #0E3145. Grayscale: #D6D6D6. Windows color (decimal): -930118 or 12242673. OLE color: 12242673.
HSL color Cylindrical-coordinate representation of color #F1CEBA: hue angle of 21.82º degrees, saturation: 0.66, 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 #F1CEBA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 186 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.05 |
| HSL | 21.82º | 0.66% | 0.84% | - |
| HSV(B) | 21.82º | 0.23% | 0.95% | - |
| XYZ | 67.21 | 66.39 | 55.73 | - |
| YUV | 214.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 186 | 0 | 0.15 | 0.23 | 0.05 | 21.82 | 0.66 | 0.84 |
| Hex | F1 | CE | BA | 0 | F | 17 | 5 | 16 | 42 | 54 |
| Octal | 361 | 316 | 272 | 0 | 17 | 27 | 5 | 26 | 102 | 124 |
| Binary | 11110001 | 11001110 | 10111010 | 0 | 1111 | 10111 | 101 | 10110 | 1000010 | 1010100 |
Color Harmonies of #F1CEBA
Complementary color
Monochromatic Colors of #F1CEBA
Black with #F1CEBA
Text Example
Text Example
White with #F1CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CEBA; }
p { color: rgb(241,206,186); }
H1.HeaderClassName
{
color: #F1CEBA;
}
.AnyTagClassName
{
color: #F1CEBA;
}
</style>
background-color css
<style>
a { background-color: #F1CEBA; }
a { background-color: rgb(241,206,186); }
div.DivClassName
{
background-color: #F1CEBA;
}
.BgClassName
{
background-color: #F1CEBA;
}
</style>
border-color css
<style>
span { border-color: #F1CEBA; }
span { border-color: rgb(241,206,186); }
td.TdClassName
{
border-color: #F1CEBA;
}
.TagClassName
{
border-color: #F1CEBA;
}
</style>