Shades of Oasis #FEF2C8
Tints of Oasis #FEF2C8
RGB
CMYK
RGB Variations
Color information
#FEF2C8 (or 0xFEF2C8) is known color: Oasis. HEX triplet: FE, F2 and C8. RGB value is (254,242,200). Sum of RGB (Red+Green+Blue) = 254+242+200=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 200 (78.52% from 255 or 28.74% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C8 is #010D37. Grayscale: #F0F0F0. Windows color (decimal): -68920 or 13169406. OLE color: 13169406.
HSL color Cylindrical-coordinate representation of color #FEF2C8: hue angle of 46.67º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEF2C8 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 200 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.00 |
| HSL | 46.67º | 0.96% | 0.89% | - |
| HSV(B) | 46.67º | 0.21% | 1% | - |
| XYZ | 83.05 | 88.75 | 67.4 | - |
| YUV | 240.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 200 | 0 | 0.05 | 0.21 | 0.00 | 46.67 | 0.96 | 0.89 |
| Hex | FE | F2 | C8 | 0 | 5 | 15 | 0 | 2F | 60 | 59 |
| Octal | 376 | 362 | 310 | 0 | 5 | 25 | 0 | 57 | 140 | 131 |
| Binary | 11111110 | 11110010 | 11001000 | 0 | 101 | 10101 | 0 | 101111 | 1100000 | 1011001 |
Color Harmonies of #FEF2C8
Complementary color
Monochromatic Colors of #FEF2C8
Black with #FEF2C8
Text Example
Text Example
White with #FEF2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2C8; }
p { color: rgb(254,242,200); }
H1.HeaderClassName
{
color: #FEF2C8;
}
.AnyTagClassName
{
color: #FEF2C8;
}
</style>
background-color css
<style>
a { background-color: #FEF2C8; }
a { background-color: rgb(254,242,200); }
div.DivClassName
{
background-color: #FEF2C8;
}
.BgClassName
{
background-color: #FEF2C8;
}
</style>
border-color css
<style>
span { border-color: #FEF2C8; }
span { border-color: rgb(254,242,200); }
td.TdClassName
{
border-color: #FEF2C8;
}
.TagClassName
{
border-color: #FEF2C8;
}
</style>