Shades of Oasis #FEF2C6
Tints of Oasis #FEF2C6
RGB
CMYK
RGB Variations
Color information
#FEF2C6 (or 0xFEF2C6) is known color: Oasis. HEX triplet: FE, F2 and C6. RGB value is (254,242,198). Sum of RGB (Red+Green+Blue) = 254+242+198=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 198 (77.73% from 255 or 28.53% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C6 is #010D39. Grayscale: #F0F0F0. Windows color (decimal): -68922 or 13038334. OLE color: 13038334.
HSL color Cylindrical-coordinate representation of color #FEF2C6: hue angle of 47.14º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEF2C6 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 198 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.00 |
| HSL | 47.14º | 0.97% | 0.89% | - |
| HSV(B) | 47.14º | 0.22% | 1% | - |
| XYZ | 82.82 | 88.65 | 66.17 | - |
| YUV | 240.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 198 | 0 | 0.05 | 0.22 | 0.00 | 47.14 | 0.97 | 0.89 |
| Hex | FE | F2 | C6 | 0 | 5 | 16 | 0 | 2F | 61 | 59 |
| Octal | 376 | 362 | 306 | 0 | 5 | 26 | 0 | 57 | 141 | 131 |
| Binary | 11111110 | 11110010 | 11000110 | 0 | 101 | 10110 | 0 | 101111 | 1100001 | 1011001 |
Color Harmonies of #FEF2C6
Complementary color
Monochromatic Colors of #FEF2C6
Black with #FEF2C6
Text Example
Text Example
White with #FEF2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2C6; }
p { color: rgb(254,242,198); }
H1.HeaderClassName
{
color: #FEF2C6;
}
.AnyTagClassName
{
color: #FEF2C6;
}
</style>
background-color css
<style>
a { background-color: #FEF2C6; }
a { background-color: rgb(254,242,198); }
div.DivClassName
{
background-color: #FEF2C6;
}
.BgClassName
{
background-color: #FEF2C6;
}
</style>
border-color css
<style>
span { border-color: #FEF2C6; }
span { border-color: rgb(254,242,198); }
td.TdClassName
{
border-color: #FEF2C6;
}
.TagClassName
{
border-color: #FEF2C6;
}
</style>