Shades of Oasis #FEE9C1
Tints of Oasis #FEE9C1
RGB
CMYK
RGB Variations
Color information
#FEE9C1 (or 0xFEE9C1) is known color: Oasis. HEX triplet: FE, E9 and C1. RGB value is (254,233,193). Sum of RGB (Red+Green+Blue) = 254+233+193=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 193 (75.78% from 255 or 28.38% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9C1 is #01163E. Grayscale: #EAEAEA. Windows color (decimal): -71231 or 12708350. OLE color: 12708350.
HSL color Cylindrical-coordinate representation of color #FEE9C1: hue angle of 39.34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEE9C1 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 193 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.00 |
| HSL | 39.34º | 0.97% | 0.88% | - |
| HSV(B) | 39.34º | 0.24% | 1% | - |
| XYZ | 79.64 | 83.2 | 62.31 | - |
| YUV | 234.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 193 | 0 | 0.08 | 0.24 | 0.00 | 39.34 | 0.97 | 0.88 |
| Hex | FE | E9 | C1 | 0 | 8 | 18 | 0 | 27 | 61 | 58 |
| Octal | 376 | 351 | 301 | 0 | 10 | 30 | 0 | 47 | 141 | 130 |
| Binary | 11111110 | 11101001 | 11000001 | 0 | 1000 | 11000 | 0 | 100111 | 1100001 | 1011000 |
Color Harmonies of #FEE9C1
Complementary color
Monochromatic Colors of #FEE9C1
Black with #FEE9C1
Text Example
Text Example
White with #FEE9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9C1; }
p { color: rgb(254,233,193); }
H1.HeaderClassName
{
color: #FEE9C1;
}
.AnyTagClassName
{
color: #FEE9C1;
}
</style>
background-color css
<style>
a { background-color: #FEE9C1; }
a { background-color: rgb(254,233,193); }
div.DivClassName
{
background-color: #FEE9C1;
}
.BgClassName
{
background-color: #FEE9C1;
}
</style>
border-color css
<style>
span { border-color: #FEE9C1; }
span { border-color: rgb(254,233,193); }
td.TdClassName
{
border-color: #FEE9C1;
}
.TagClassName
{
border-color: #FEE9C1;
}
</style>