Shades of Oasis #FEF0BC
Tints of Oasis #FEF0BC
RGB
CMYK
RGB Variations
Color information
#FEF0BC (or 0xFEF0BC) is known color: Oasis. HEX triplet: FE, F0 and BC. RGB value is (254,240,188). Sum of RGB (Red+Green+Blue) = 254+240+188=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 188 (73.83% from 255 or 27.57% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0BC is #010F43. Grayscale: #EEEEEE. Windows color (decimal): -69444 or 12382462. OLE color: 12382462.
HSL color Cylindrical-coordinate representation of color #FEF0BC: hue angle of 47.27º 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 #FEF0BC is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 188 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.00 |
| HSL | 47.27º | 0.97% | 0.87% | - |
| HSV(B) | 47.27º | 0.26% | 1% | - |
| XYZ | 81.11 | 87.02 | 60.1 | - |
| YUV | 238.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 188 | 0 | 0.06 | 0.26 | 0.00 | 47.27 | 0.97 | 0.87 |
| Hex | FE | F0 | BC | 0 | 6 | 1A | 0 | 2F | 61 | 57 |
| Octal | 376 | 360 | 274 | 0 | 6 | 32 | 0 | 57 | 141 | 127 |
| Binary | 11111110 | 11110000 | 10111100 | 0 | 110 | 11010 | 0 | 101111 | 1100001 | 1010111 |
Color Harmonies of #FEF0BC
Complementary color
Monochromatic Colors of #FEF0BC
Black with #FEF0BC
Text Example
Text Example
White with #FEF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0BC; }
p { color: rgb(254,240,188); }
H1.HeaderClassName
{
color: #FEF0BC;
}
.AnyTagClassName
{
color: #FEF0BC;
}
</style>
background-color css
<style>
a { background-color: #FEF0BC; }
a { background-color: rgb(254,240,188); }
div.DivClassName
{
background-color: #FEF0BC;
}
.BgClassName
{
background-color: #FEF0BC;
}
</style>
border-color css
<style>
span { border-color: #FEF0BC; }
span { border-color: rgb(254,240,188); }
td.TdClassName
{
border-color: #FEF0BC;
}
.TagClassName
{
border-color: #FEF0BC;
}
</style>