Shades of Oasis #FEF0BE
Tints of Oasis #FEF0BE
RGB
CMYK
RGB Variations
Color information
#FEF0BE (or 0xFEF0BE) is known color: Oasis. HEX triplet: FE, F0 and BE. RGB value is (254,240,190). Sum of RGB (Red+Green+Blue) = 254+240+190=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0BE is #010F41. Grayscale: #EEEEEE. Windows color (decimal): -69442 or 12513534. OLE color: 12513534.
HSL color Cylindrical-coordinate representation of color #FEF0BE: hue angle of 46.88º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEF0BE is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 190 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.00 |
| HSL | 46.88º | 0.97% | 0.87% | - |
| HSV(B) | 46.88º | 0.25% | 1% | - |
| XYZ | 81.33 | 87.11 | 61.24 | - |
| YUV | 238.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 190 | 0 | 0.06 | 0.25 | 0.00 | 46.88 | 0.97 | 0.87 |
| Hex | FE | F0 | BE | 0 | 6 | 19 | 0 | 2F | 61 | 57 |
| Octal | 376 | 360 | 276 | 0 | 6 | 31 | 0 | 57 | 141 | 127 |
| Binary | 11111110 | 11110000 | 10111110 | 0 | 110 | 11001 | 0 | 101111 | 1100001 | 1010111 |
Color Harmonies of #FEF0BE
Complementary color
Monochromatic Colors of #FEF0BE
Black with #FEF0BE
Text Example
Text Example
White with #FEF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0BE; }
p { color: rgb(254,240,190); }
H1.HeaderClassName
{
color: #FEF0BE;
}
.AnyTagClassName
{
color: #FEF0BE;
}
</style>
background-color css
<style>
a { background-color: #FEF0BE; }
a { background-color: rgb(254,240,190); }
div.DivClassName
{
background-color: #FEF0BE;
}
.BgClassName
{
background-color: #FEF0BE;
}
</style>
border-color css
<style>
span { border-color: #FEF0BE; }
span { border-color: rgb(254,240,190); }
td.TdClassName
{
border-color: #FEF0BE;
}
.TagClassName
{
border-color: #FEF0BE;
}
</style>