Shades of Oasis #FEF0C1
Tints of Oasis #FEF0C1
RGB
CMYK
RGB Variations
Color information
#FEF0C1 (or 0xFEF0C1) is known color: Oasis. HEX triplet: FE, F0 and C1. RGB value is (254,240,193). Sum of RGB (Red+Green+Blue) = 254+240+193=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 193 (75.78% from 255 or 28.09% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0C1 is #010F3E. Grayscale: #EFEFEF. Windows color (decimal): -69439 or 12710142. OLE color: 12710142.
HSL color Cylindrical-coordinate representation of color #FEF0C1: hue angle of 46.23º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEF0C1 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 193 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.00 |
| HSL | 46.23º | 0.97% | 0.88% | - |
| HSV(B) | 46.23º | 0.24% | 1% | - |
| XYZ | 81.66 | 87.24 | 62.99 | - |
| YUV | 238.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 193 | 0 | 0.06 | 0.24 | 0.00 | 46.23 | 0.97 | 0.88 |
| Hex | FE | F0 | C1 | 0 | 6 | 18 | 0 | 2E | 61 | 58 |
| Octal | 376 | 360 | 301 | 0 | 6 | 30 | 0 | 56 | 141 | 130 |
| Binary | 11111110 | 11110000 | 11000001 | 0 | 110 | 11000 | 0 | 101110 | 1100001 | 1011000 |
Color Harmonies of #FEF0C1
Complementary color
Monochromatic Colors of #FEF0C1
Black with #FEF0C1
Text Example
Text Example
White with #FEF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0C1; }
p { color: rgb(254,240,193); }
H1.HeaderClassName
{
color: #FEF0C1;
}
.AnyTagClassName
{
color: #FEF0C1;
}
</style>
background-color css
<style>
a { background-color: #FEF0C1; }
a { background-color: rgb(254,240,193); }
div.DivClassName
{
background-color: #FEF0C1;
}
.BgClassName
{
background-color: #FEF0C1;
}
</style>
border-color css
<style>
span { border-color: #FEF0C1; }
span { border-color: rgb(254,240,193); }
td.TdClassName
{
border-color: #FEF0C1;
}
.TagClassName
{
border-color: #FEF0C1;
}
</style>