Shades of Oasis #FEF1C8
Tints of Oasis #FEF1C8
RGB
CMYK
RGB Variations
Color information
#FEF1C8 (or 0xFEF1C8) is known color: Oasis. HEX triplet: FE, F1 and C8. RGB value is (254,241,200). Sum of RGB (Red+Green+Blue) = 254+241+200=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 200 (78.52% from 255 or 28.78% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1C8 is #010E37. Grayscale: #F0F0F0. Windows color (decimal): -69176 or 13169150. OLE color: 13169150.
HSL color Cylindrical-coordinate representation of color #FEF1C8: hue angle of 45.56º 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 #FEF1C8 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 200 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.00 |
| HSL | 45.56º | 0.96% | 0.89% | - |
| HSV(B) | 45.56º | 0.21% | 1% | - |
| XYZ | 82.75 | 88.15 | 67.3 | - |
| YUV | 240.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 200 | 0 | 0.05 | 0.21 | 0.00 | 45.56 | 0.96 | 0.89 |
| Hex | FE | F1 | C8 | 0 | 5 | 15 | 0 | 2E | 60 | 59 |
| Octal | 376 | 361 | 310 | 0 | 5 | 25 | 0 | 56 | 140 | 131 |
| Binary | 11111110 | 11110001 | 11001000 | 0 | 101 | 10101 | 0 | 101110 | 1100000 | 1011001 |
Color Harmonies of #FEF1C8
Complementary color
Monochromatic Colors of #FEF1C8
Black with #FEF1C8
Text Example
Text Example
White with #FEF1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1C8; }
p { color: rgb(254,241,200); }
H1.HeaderClassName
{
color: #FEF1C8;
}
.AnyTagClassName
{
color: #FEF1C8;
}
</style>
background-color css
<style>
a { background-color: #FEF1C8; }
a { background-color: rgb(254,241,200); }
div.DivClassName
{
background-color: #FEF1C8;
}
.BgClassName
{
background-color: #FEF1C8;
}
</style>
border-color css
<style>
span { border-color: #FEF1C8; }
span { border-color: rgb(254,241,200); }
td.TdClassName
{
border-color: #FEF1C8;
}
.TagClassName
{
border-color: #FEF1C8;
}
</style>