Shades of Oasis #FEEFC7
Tints of Oasis #FEEFC7
RGB
CMYK
RGB Variations
Color information
#FEEFC7 (or 0xFEEFC7) is known color: Oasis. HEX triplet: FE, EF and C7. RGB value is (254,239,199). Sum of RGB (Red+Green+Blue) = 254+239+199=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 199 (78.12% from 255 or 28.76% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC7 is #011038. Grayscale: #EFEFEF. Windows color (decimal): -69689 or 13103102. OLE color: 13103102.
HSL color Cylindrical-coordinate representation of color #FEEFC7: hue angle of 43.64º 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 #FEEFC7 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 199 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.00 |
| HSL | 43.64º | 0.96% | 0.89% | - |
| HSV(B) | 43.64º | 0.22% | 1% | - |
| XYZ | 82.05 | 86.93 | 66.49 | - |
| YUV | 238.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 199 | 0 | 0.06 | 0.22 | 0.00 | 43.64 | 0.96 | 0.89 |
| Hex | FE | EF | C7 | 0 | 6 | 16 | 0 | 2C | 60 | 59 |
| Octal | 376 | 357 | 307 | 0 | 6 | 26 | 0 | 54 | 140 | 131 |
| Binary | 11111110 | 11101111 | 11000111 | 0 | 110 | 10110 | 0 | 101100 | 1100000 | 1011001 |
Color Harmonies of #FEEFC7
Complementary color
Monochromatic Colors of #FEEFC7
Black with #FEEFC7
Text Example
Text Example
White with #FEEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFC7; }
p { color: rgb(254,239,199); }
H1.HeaderClassName
{
color: #FEEFC7;
}
.AnyTagClassName
{
color: #FEEFC7;
}
</style>
background-color css
<style>
a { background-color: #FEEFC7; }
a { background-color: rgb(254,239,199); }
div.DivClassName
{
background-color: #FEEFC7;
}
.BgClassName
{
background-color: #FEEFC7;
}
</style>
border-color css
<style>
span { border-color: #FEEFC7; }
span { border-color: rgb(254,239,199); }
td.TdClassName
{
border-color: #FEEFC7;
}
.TagClassName
{
border-color: #FEEFC7;
}
</style>