Shades of Oasis #FEEEC7
Tints of Oasis #FEEEC7
RGB
CMYK
RGB Variations
Color information
#FEEEC7 (or 0xFEEEC7) is known color: Oasis. HEX triplet: FE, EE and C7. RGB value is (254,238,199). Sum of RGB (Red+Green+Blue) = 254+238+199=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 199 (78.12% from 255 or 28.80% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEC7 is #011138. Grayscale: #EEEEEE. Windows color (decimal): -69945 or 13102846. OLE color: 13102846.
HSL color Cylindrical-coordinate representation of color #FEEEC7: hue angle of 42.55º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEEEC7 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 199 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.00 |
| HSL | 42.55º | 0.96% | 0.89% | - |
| HSV(B) | 42.55º | 0.22% | 1% | - |
| XYZ | 81.76 | 86.34 | 66.39 | - |
| YUV | 238.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 199 | 0 | 0.06 | 0.22 | 0.00 | 42.55 | 0.96 | 0.89 |
| Hex | FE | EE | C7 | 0 | 6 | 16 | 0 | 2B | 60 | 59 |
| Octal | 376 | 356 | 307 | 0 | 6 | 26 | 0 | 53 | 140 | 131 |
| Binary | 11111110 | 11101110 | 11000111 | 0 | 110 | 10110 | 0 | 101011 | 1100000 | 1011001 |
Color Harmonies of #FEEEC7
Complementary color
Monochromatic Colors of #FEEEC7
Black with #FEEEC7
Text Example
Text Example
White with #FEEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEC7; }
p { color: rgb(254,238,199); }
H1.HeaderClassName
{
color: #FEEEC7;
}
.AnyTagClassName
{
color: #FEEEC7;
}
</style>
background-color css
<style>
a { background-color: #FEEEC7; }
a { background-color: rgb(254,238,199); }
div.DivClassName
{
background-color: #FEEEC7;
}
.BgClassName
{
background-color: #FEEEC7;
}
</style>
border-color css
<style>
span { border-color: #FEEEC7; }
span { border-color: rgb(254,238,199); }
td.TdClassName
{
border-color: #FEEEC7;
}
.TagClassName
{
border-color: #FEEEC7;
}
</style>