Shades of Oasis #FEEFC9
Tints of Oasis #FEEFC9
RGB
CMYK
RGB Variations
Color information
#FEEFC9 (or 0xFEEFC9) is known color: Oasis. HEX triplet: FE, EF and C9. RGB value is (254,239,201). Sum of RGB (Red+Green+Blue) = 254+239+201=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 201 (78.91% from 255 or 28.96% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC9 is #011036. Grayscale: #EFEFEF. Windows color (decimal): -69687 or 13234174. OLE color: 13234174.
HSL color Cylindrical-coordinate representation of color #FEEFC9: hue angle of 43.02º 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 #FEEFC9 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 201 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.00 |
| HSL | 43.02º | 0.96% | 0.89% | - |
| HSV(B) | 43.02º | 0.21% | 1% | - |
| XYZ | 82.28 | 87.02 | 67.72 | - |
| YUV | 239.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 201 | 0 | 0.06 | 0.21 | 0.00 | 43.02 | 0.96 | 0.89 |
| Hex | FE | EF | C9 | 0 | 6 | 15 | 0 | 2B | 60 | 59 |
| Octal | 376 | 357 | 311 | 0 | 6 | 25 | 0 | 53 | 140 | 131 |
| Binary | 11111110 | 11101111 | 11001001 | 0 | 110 | 10101 | 0 | 101011 | 1100000 | 1011001 |
Color Harmonies of #FEEFC9
Complementary color
Monochromatic Colors of #FEEFC9
Black with #FEEFC9
Text Example
Text Example
White with #FEEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFC9; }
p { color: rgb(254,239,201); }
H1.HeaderClassName
{
color: #FEEFC9;
}
.AnyTagClassName
{
color: #FEEFC9;
}
</style>
background-color css
<style>
a { background-color: #FEEFC9; }
a { background-color: rgb(254,239,201); }
div.DivClassName
{
background-color: #FEEFC9;
}
.BgClassName
{
background-color: #FEEFC9;
}
</style>
border-color css
<style>
span { border-color: #FEEFC9; }
span { border-color: rgb(254,239,201); }
td.TdClassName
{
border-color: #FEEFC9;
}
.TagClassName
{
border-color: #FEEFC9;
}
</style>