Shades of Oasis #FEF2C1
Tints of Oasis #FEF2C1
RGB
CMYK
RGB Variations
Color information
#FEF2C1 (or 0xFEF2C1) is known color: Oasis. HEX triplet: FE, F2 and C1. RGB value is (254,242,193). Sum of RGB (Red+Green+Blue) = 254+242+193=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 193 (75.78% from 255 or 28.01% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C1 is #010D3E. Grayscale: #F0F0F0. Windows color (decimal): -68927 or 12710654. OLE color: 12710654.
HSL color Cylindrical-coordinate representation of color #FEF2C1: hue angle of 48.2º 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 #FEF2C1 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 193 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.00 |
| HSL | 48.2º | 0.97% | 0.88% | - |
| HSV(B) | 48.2º | 0.24% | 1% | - |
| XYZ | 82.25 | 88.43 | 63.18 | - |
| YUV | 240 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 193 | 0 | 0.05 | 0.24 | 0.00 | 48.2 | 0.97 | 0.88 |
| Hex | FE | F2 | C1 | 0 | 5 | 18 | 0 | 30 | 61 | 58 |
| Octal | 376 | 362 | 301 | 0 | 5 | 30 | 0 | 60 | 141 | 130 |
| Binary | 11111110 | 11110010 | 11000001 | 0 | 101 | 11000 | 0 | 110000 | 1100001 | 1011000 |
Color Harmonies of #FEF2C1
Complementary color
Monochromatic Colors of #FEF2C1
Black with #FEF2C1
Text Example
Text Example
White with #FEF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2C1; }
p { color: rgb(254,242,193); }
H1.HeaderClassName
{
color: #FEF2C1;
}
.AnyTagClassName
{
color: #FEF2C1;
}
</style>
background-color css
<style>
a { background-color: #FEF2C1; }
a { background-color: rgb(254,242,193); }
div.DivClassName
{
background-color: #FEF2C1;
}
.BgClassName
{
background-color: #FEF2C1;
}
</style>
border-color css
<style>
span { border-color: #FEF2C1; }
span { border-color: rgb(254,242,193); }
td.TdClassName
{
border-color: #FEF2C1;
}
.TagClassName
{
border-color: #FEF2C1;
}
</style>