Shades of Oasis #FEF1C0
Tints of Oasis #FEF1C0
RGB
CMYK
RGB Variations
Color information
#FEF1C0 (or 0xFEF1C0) is known color: Oasis. HEX triplet: FE, F1 and C0. RGB value is (254,241,192). Sum of RGB (Red+Green+Blue) = 254+241+192=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 192 (75.39% from 255 or 27.95% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1C0 is #010E3F. Grayscale: #EFEFEF. Windows color (decimal): -69184 or 12644862. OLE color: 12644862.
HSL color Cylindrical-coordinate representation of color #FEF1C0: hue angle of 47.42º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEF1C0 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 192 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.00 |
| HSL | 47.42º | 0.97% | 0.87% | - |
| HSV(B) | 47.42º | 0.24% | 1% | - |
| XYZ | 81.84 | 87.79 | 62.5 | - |
| YUV | 239.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 192 | 0 | 0.05 | 0.24 | 0.00 | 47.42 | 0.97 | 0.87 |
| Hex | FE | F1 | C0 | 0 | 5 | 18 | 0 | 2F | 61 | 57 |
| Octal | 376 | 361 | 300 | 0 | 5 | 30 | 0 | 57 | 141 | 127 |
| Binary | 11111110 | 11110001 | 11000000 | 0 | 101 | 11000 | 0 | 101111 | 1100001 | 1010111 |
Color Harmonies of #FEF1C0
Complementary color
Monochromatic Colors of #FEF1C0
Black with #FEF1C0
Text Example
Text Example
White with #FEF1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1C0; }
p { color: rgb(254,241,192); }
H1.HeaderClassName
{
color: #FEF1C0;
}
.AnyTagClassName
{
color: #FEF1C0;
}
</style>
background-color css
<style>
a { background-color: #FEF1C0; }
a { background-color: rgb(254,241,192); }
div.DivClassName
{
background-color: #FEF1C0;
}
.BgClassName
{
background-color: #FEF1C0;
}
</style>
border-color css
<style>
span { border-color: #FEF1C0; }
span { border-color: rgb(254,241,192); }
td.TdClassName
{
border-color: #FEF1C0;
}
.TagClassName
{
border-color: #FEF1C0;
}
</style>