Shades of Oasis #FEE9C0
Tints of Oasis #FEE9C0
RGB
CMYK
RGB Variations
Color information
#FEE9C0 (or 0xFEE9C0) is known color: Oasis. HEX triplet: FE, E9 and C0. RGB value is (254,233,192). Sum of RGB (Red+Green+Blue) = 254+233+192=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9C0 is #01163F. Grayscale: #EAEAEA. Windows color (decimal): -71232 or 12642814. OLE color: 12642814.
HSL color Cylindrical-coordinate representation of color #FEE9C0: hue angle of 39.68º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEE9C0 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 192 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.00 |
| HSL | 39.68º | 0.97% | 0.87% | - |
| HSV(B) | 39.68º | 0.24% | 1% | - |
| XYZ | 79.53 | 83.15 | 61.73 | - |
| YUV | 234.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 192 | 0 | 0.08 | 0.24 | 0.00 | 39.68 | 0.97 | 0.87 |
| Hex | FE | E9 | C0 | 0 | 8 | 18 | 0 | 28 | 61 | 57 |
| Octal | 376 | 351 | 300 | 0 | 10 | 30 | 0 | 50 | 141 | 127 |
| Binary | 11111110 | 11101001 | 11000000 | 0 | 1000 | 11000 | 0 | 101000 | 1100001 | 1010111 |
Color Harmonies of #FEE9C0
Complementary color
Monochromatic Colors of #FEE9C0
Black with #FEE9C0
Text Example
Text Example
White with #FEE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9C0; }
p { color: rgb(254,233,192); }
H1.HeaderClassName
{
color: #FEE9C0;
}
.AnyTagClassName
{
color: #FEE9C0;
}
</style>
background-color css
<style>
a { background-color: #FEE9C0; }
a { background-color: rgb(254,233,192); }
div.DivClassName
{
background-color: #FEE9C0;
}
.BgClassName
{
background-color: #FEE9C0;
}
</style>
border-color css
<style>
span { border-color: #FEE9C0; }
span { border-color: rgb(254,233,192); }
td.TdClassName
{
border-color: #FEE9C0;
}
.TagClassName
{
border-color: #FEE9C0;
}
</style>