Shades of Oasis #FEF1BA
Tints of Oasis #FEF1BA
RGB
CMYK
RGB Variations
Color information
#FEF1BA (or 0xFEF1BA) is known color: Oasis. HEX triplet: FE, F1 and BA. RGB value is (254,241,186). Sum of RGB (Red+Green+Blue) = 254+241+186=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1BA is #010E45. Grayscale: #EEEEEE. Windows color (decimal): -69190 or 12251646. OLE color: 12251646.
HSL color Cylindrical-coordinate representation of color #FEF1BA: hue angle of 48.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEF1BA is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 186 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.00 |
| HSL | 48.53º | 0.97% | 0.86% | - |
| HSV(B) | 48.53º | 0.27% | 1% | - |
| XYZ | 81.19 | 87.53 | 59.07 | - |
| YUV | 238.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 186 | 0 | 0.05 | 0.27 | 0.00 | 48.53 | 0.97 | 0.86 |
| Hex | FE | F1 | BA | 0 | 5 | 1B | 0 | 31 | 61 | 56 |
| Octal | 376 | 361 | 272 | 0 | 5 | 33 | 0 | 61 | 141 | 126 |
| Binary | 11111110 | 11110001 | 10111010 | 0 | 101 | 11011 | 0 | 110001 | 1100001 | 1010110 |
Color Harmonies of #FEF1BA
Complementary color
Monochromatic Colors of #FEF1BA
Black with #FEF1BA
Text Example
Text Example
White with #FEF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1BA; }
p { color: rgb(254,241,186); }
H1.HeaderClassName
{
color: #FEF1BA;
}
.AnyTagClassName
{
color: #FEF1BA;
}
</style>
background-color css
<style>
a { background-color: #FEF1BA; }
a { background-color: rgb(254,241,186); }
div.DivClassName
{
background-color: #FEF1BA;
}
.BgClassName
{
background-color: #FEF1BA;
}
</style>
border-color css
<style>
span { border-color: #FEF1BA; }
span { border-color: rgb(254,241,186); }
td.TdClassName
{
border-color: #FEF1BA;
}
.TagClassName
{
border-color: #FEF1BA;
}
</style>