Shades of Oasis #FEF1CA
Tints of Oasis #FEF1CA
RGB
CMYK
RGB Variations
Color information
#FEF1CA (or 0xFEF1CA) is known color: Oasis. HEX triplet: FE, F1 and CA. RGB value is (254,241,202). Sum of RGB (Red+Green+Blue) = 254+241+202=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1CA is #010E35. Grayscale: #F0F0F0. Windows color (decimal): -69174 or 13300222. OLE color: 13300222.
HSL color Cylindrical-coordinate representation of color #FEF1CA: hue angle of 45º 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 #FEF1CA is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 202 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.00 |
| HSL | 45º | 0.96% | 0.89% | - |
| HSV(B) | 45º | 0.2% | 1% | - |
| XYZ | 82.99 | 88.25 | 68.54 | - |
| YUV | 240.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 202 | 0 | 0.05 | 0.20 | 0.00 | 45 | 0.96 | 0.89 |
| Hex | FE | F1 | CA | 0 | 5 | 14 | 0 | 2D | 60 | 59 |
| Octal | 376 | 361 | 312 | 0 | 5 | 24 | 0 | 55 | 140 | 131 |
| Binary | 11111110 | 11110001 | 11001010 | 0 | 101 | 10100 | 0 | 101101 | 1100000 | 1011001 |
Color Harmonies of #FEF1CA
Complementary color
Monochromatic Colors of #FEF1CA
Black with #FEF1CA
Text Example
Text Example
White with #FEF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1CA; }
p { color: rgb(254,241,202); }
H1.HeaderClassName
{
color: #FEF1CA;
}
.AnyTagClassName
{
color: #FEF1CA;
}
</style>
background-color css
<style>
a { background-color: #FEF1CA; }
a { background-color: rgb(254,241,202); }
div.DivClassName
{
background-color: #FEF1CA;
}
.BgClassName
{
background-color: #FEF1CA;
}
</style>
border-color css
<style>
span { border-color: #FEF1CA; }
span { border-color: rgb(254,241,202); }
td.TdClassName
{
border-color: #FEF1CA;
}
.TagClassName
{
border-color: #FEF1CA;
}
</style>