Shades of Oasis #FEF2CA
Tints of Oasis #FEF2CA
RGB
CMYK
RGB Variations
Color information
#FEF2CA (or 0xFEF2CA) is known color: Oasis. HEX triplet: FE, F2 and CA. RGB value is (254,242,202). Sum of RGB (Red+Green+Blue) = 254+242+202=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2CA is #010D35. Grayscale: #F1F1F1. Windows color (decimal): -68918 or 13300478. OLE color: 13300478.
HSL color Cylindrical-coordinate representation of color #FEF2CA: hue angle of 46.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEF2CA is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 202 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.00 |
| HSL | 46.15º | 0.96% | 0.89% | - |
| HSV(B) | 46.15º | 0.2% | 1% | - |
| XYZ | 83.29 | 88.84 | 68.64 | - |
| YUV | 241.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 202 | 0 | 0.05 | 0.20 | 0.00 | 46.15 | 0.96 | 0.89 |
| Hex | FE | F2 | CA | 0 | 5 | 14 | 0 | 2E | 60 | 59 |
| Octal | 376 | 362 | 312 | 0 | 5 | 24 | 0 | 56 | 140 | 131 |
| Binary | 11111110 | 11110010 | 11001010 | 0 | 101 | 10100 | 0 | 101110 | 1100000 | 1011001 |
Color Harmonies of #FEF2CA
Complementary color
Monochromatic Colors of #FEF2CA
Black with #FEF2CA
Text Example
Text Example
White with #FEF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2CA; }
p { color: rgb(254,242,202); }
H1.HeaderClassName
{
color: #FEF2CA;
}
.AnyTagClassName
{
color: #FEF2CA;
}
</style>
background-color css
<style>
a { background-color: #FEF2CA; }
a { background-color: rgb(254,242,202); }
div.DivClassName
{
background-color: #FEF2CA;
}
.BgClassName
{
background-color: #FEF2CA;
}
</style>
border-color css
<style>
span { border-color: #FEF2CA; }
span { border-color: rgb(254,242,202); }
td.TdClassName
{
border-color: #FEF2CA;
}
.TagClassName
{
border-color: #FEF2CA;
}
</style>