Shades of Oasis #FEE9BD
Tints of Oasis #FEE9BD
RGB
CMYK
RGB Variations
Color information
#FEE9BD (or 0xFEE9BD) is known color: Oasis. HEX triplet: FE, E9 and BD. RGB value is (254,233,189). Sum of RGB (Red+Green+Blue) = 254+233+189=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9BD is #011642. Grayscale: #EAEAEA. Windows color (decimal): -71235 or 12446206. OLE color: 12446206.
HSL color Cylindrical-coordinate representation of color #FEE9BD: hue angle of 40.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE9BD is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 189 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.00 |
| HSL | 40.62º | 0.97% | 0.87% | - |
| HSV(B) | 40.62º | 0.26% | 1% | - |
| XYZ | 79.2 | 83.02 | 59.99 | - |
| YUV | 234.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 189 | 0 | 0.08 | 0.26 | 0.00 | 40.62 | 0.97 | 0.87 |
| Hex | FE | E9 | BD | 0 | 8 | 1A | 0 | 29 | 61 | 57 |
| Octal | 376 | 351 | 275 | 0 | 10 | 32 | 0 | 51 | 141 | 127 |
| Binary | 11111110 | 11101001 | 10111101 | 0 | 1000 | 11010 | 0 | 101001 | 1100001 | 1010111 |
Color Harmonies of #FEE9BD
Complementary color
Monochromatic Colors of #FEE9BD
Black with #FEE9BD
Text Example
Text Example
White with #FEE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9BD; }
p { color: rgb(254,233,189); }
H1.HeaderClassName
{
color: #FEE9BD;
}
.AnyTagClassName
{
color: #FEE9BD;
}
</style>
background-color css
<style>
a { background-color: #FEE9BD; }
a { background-color: rgb(254,233,189); }
div.DivClassName
{
background-color: #FEE9BD;
}
.BgClassName
{
background-color: #FEE9BD;
}
</style>
border-color css
<style>
span { border-color: #FEE9BD; }
span { border-color: rgb(254,233,189); }
td.TdClassName
{
border-color: #FEE9BD;
}
.TagClassName
{
border-color: #FEE9BD;
}
</style>