Shades of Oasis #FEF1BC
Tints of Oasis #FEF1BC
RGB
CMYK
RGB Variations
Color information
#FEF1BC (or 0xFEF1BC) is known color: Oasis. HEX triplet: FE, F1 and BC. RGB value is (254,241,188). Sum of RGB (Red+Green+Blue) = 254+241+188=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 188 (73.83% from 255 or 27.53% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1BC is #010E43. Grayscale: #EFEFEF. Windows color (decimal): -69188 or 12382718. OLE color: 12382718.
HSL color Cylindrical-coordinate representation of color #FEF1BC: hue angle of 48.18º 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 #FEF1BC is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 188 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.00 |
| HSL | 48.18º | 0.97% | 0.87% | - |
| HSV(B) | 48.18º | 0.26% | 1% | - |
| XYZ | 81.41 | 87.61 | 60.2 | - |
| YUV | 238.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 188 | 0 | 0.05 | 0.26 | 0.00 | 48.18 | 0.97 | 0.87 |
| Hex | FE | F1 | BC | 0 | 5 | 1A | 0 | 30 | 61 | 57 |
| Octal | 376 | 361 | 274 | 0 | 5 | 32 | 0 | 60 | 141 | 127 |
| Binary | 11111110 | 11110001 | 10111100 | 0 | 101 | 11010 | 0 | 110000 | 1100001 | 1010111 |
Color Harmonies of #FEF1BC
Complementary color
Monochromatic Colors of #FEF1BC
Black with #FEF1BC
Text Example
Text Example
White with #FEF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1BC; }
p { color: rgb(254,241,188); }
H1.HeaderClassName
{
color: #FEF1BC;
}
.AnyTagClassName
{
color: #FEF1BC;
}
</style>
background-color css
<style>
a { background-color: #FEF1BC; }
a { background-color: rgb(254,241,188); }
div.DivClassName
{
background-color: #FEF1BC;
}
.BgClassName
{
background-color: #FEF1BC;
}
</style>
border-color css
<style>
span { border-color: #FEF1BC; }
span { border-color: rgb(254,241,188); }
td.TdClassName
{
border-color: #FEF1BC;
}
.TagClassName
{
border-color: #FEF1BC;
}
</style>