Shades of Oasis #FEF2C5
Tints of Oasis #FEF2C5
RGB
CMYK
RGB Variations
Color information
#FEF2C5 (or 0xFEF2C5) is known color: Oasis. HEX triplet: FE, F2 and C5. RGB value is (254,242,197). Sum of RGB (Red+Green+Blue) = 254+242+197=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 197 (77.34% from 255 or 28.43% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C5 is #010D3A. Grayscale: #F0F0F0. Windows color (decimal): -68923 or 12972798. OLE color: 12972798.
HSL color Cylindrical-coordinate representation of color #FEF2C5: hue angle of 47.37º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEF2C5 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 197 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.00 |
| HSL | 47.37º | 0.97% | 0.88% | - |
| HSV(B) | 47.37º | 0.22% | 1% | - |
| XYZ | 82.7 | 88.61 | 65.57 | - |
| YUV | 240.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 197 | 0 | 0.05 | 0.22 | 0.00 | 47.37 | 0.97 | 0.88 |
| Hex | FE | F2 | C5 | 0 | 5 | 16 | 0 | 2F | 61 | 58 |
| Octal | 376 | 362 | 305 | 0 | 5 | 26 | 0 | 57 | 141 | 130 |
| Binary | 11111110 | 11110010 | 11000101 | 0 | 101 | 10110 | 0 | 101111 | 1100001 | 1011000 |
Color Harmonies of #FEF2C5
Complementary color
Monochromatic Colors of #FEF2C5
Black with #FEF2C5
Text Example
Text Example
White with #FEF2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2C5; }
p { color: rgb(254,242,197); }
H1.HeaderClassName
{
color: #FEF2C5;
}
.AnyTagClassName
{
color: #FEF2C5;
}
</style>
background-color css
<style>
a { background-color: #FEF2C5; }
a { background-color: rgb(254,242,197); }
div.DivClassName
{
background-color: #FEF2C5;
}
.BgClassName
{
background-color: #FEF2C5;
}
</style>
border-color css
<style>
span { border-color: #FEF2C5; }
span { border-color: rgb(254,242,197); }
td.TdClassName
{
border-color: #FEF2C5;
}
.TagClassName
{
border-color: #FEF2C5;
}
</style>