Shades of Oasis #FEF2C2
Tints of Oasis #FEF2C2
RGB
CMYK
RGB Variations
Color information
#FEF2C2 (or 0xFEF2C2) is known color: Oasis. HEX triplet: FE, F2 and C2. RGB value is (254,242,194). Sum of RGB (Red+Green+Blue) = 254+242+194=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 194 (76.17% from 255 or 28.12% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C2 is #010D3D. Grayscale: #F0F0F0. Windows color (decimal): -68926 or 12776190. OLE color: 12776190.
HSL color Cylindrical-coordinate representation of color #FEF2C2: hue angle of 48º 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 #FEF2C2 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 194 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.00 |
| HSL | 48º | 0.97% | 0.88% | - |
| HSV(B) | 48º | 0.24% | 1% | - |
| XYZ | 82.36 | 88.47 | 63.77 | - |
| YUV | 240.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 194 | 0 | 0.05 | 0.24 | 0.00 | 48 | 0.97 | 0.88 |
| Hex | FE | F2 | C2 | 0 | 5 | 18 | 0 | 30 | 61 | 58 |
| Octal | 376 | 362 | 302 | 0 | 5 | 30 | 0 | 60 | 141 | 130 |
| Binary | 11111110 | 11110010 | 11000010 | 0 | 101 | 11000 | 0 | 110000 | 1100001 | 1011000 |
Color Harmonies of #FEF2C2
Complementary color
Monochromatic Colors of #FEF2C2
Black with #FEF2C2
Text Example
Text Example
White with #FEF2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2C2; }
p { color: rgb(254,242,194); }
H1.HeaderClassName
{
color: #FEF2C2;
}
.AnyTagClassName
{
color: #FEF2C2;
}
</style>
background-color css
<style>
a { background-color: #FEF2C2; }
a { background-color: rgb(254,242,194); }
div.DivClassName
{
background-color: #FEF2C2;
}
.BgClassName
{
background-color: #FEF2C2;
}
</style>
border-color css
<style>
span { border-color: #FEF2C2; }
span { border-color: rgb(254,242,194); }
td.TdClassName
{
border-color: #FEF2C2;
}
.TagClassName
{
border-color: #FEF2C2;
}
</style>