Shades of Oasis #FEEFC2
Tints of Oasis #FEEFC2
RGB
CMYK
RGB Variations
Color information
#FEEFC2 (or 0xFEEFC2) is known color: Oasis. HEX triplet: FE, EF and C2. RGB value is (254,239,194). Sum of RGB (Red+Green+Blue) = 254+239+194=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 194 (76.17% from 255 or 28.24% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC2 is #01103D. Grayscale: #EEEEEE. Windows color (decimal): -69694 or 12775422. OLE color: 12775422.
HSL color Cylindrical-coordinate representation of color #FEEFC2: hue angle of 45º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEEFC2 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 194 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.00 |
| HSL | 45º | 0.97% | 0.88% | - |
| HSV(B) | 45º | 0.24% | 1% | - |
| XYZ | 81.48 | 86.7 | 63.48 | - |
| YUV | 238.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 194 | 0 | 0.06 | 0.24 | 0.00 | 45 | 0.97 | 0.88 |
| Hex | FE | EF | C2 | 0 | 6 | 18 | 0 | 2D | 61 | 58 |
| Octal | 376 | 357 | 302 | 0 | 6 | 30 | 0 | 55 | 141 | 130 |
| Binary | 11111110 | 11101111 | 11000010 | 0 | 110 | 11000 | 0 | 101101 | 1100001 | 1011000 |
Color Harmonies of #FEEFC2
Complementary color
Monochromatic Colors of #FEEFC2
Black with #FEEFC2
Text Example
Text Example
White with #FEEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFC2; }
p { color: rgb(254,239,194); }
H1.HeaderClassName
{
color: #FEEFC2;
}
.AnyTagClassName
{
color: #FEEFC2;
}
</style>
background-color css
<style>
a { background-color: #FEEFC2; }
a { background-color: rgb(254,239,194); }
div.DivClassName
{
background-color: #FEEFC2;
}
.BgClassName
{
background-color: #FEEFC2;
}
</style>
border-color css
<style>
span { border-color: #FEEFC2; }
span { border-color: rgb(254,239,194); }
td.TdClassName
{
border-color: #FEEFC2;
}
.TagClassName
{
border-color: #FEEFC2;
}
</style>