Shades of Oasis #FEEFC4
Tints of Oasis #FEEFC4
RGB
CMYK
RGB Variations
Color information
#FEEFC4 (or 0xFEEFC4) is known color: Oasis. HEX triplet: FE, EF and C4. RGB value is (254,239,196). Sum of RGB (Red+Green+Blue) = 254+239+196=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 196 (76.95% from 255 or 28.45% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC4 is #01103B. Grayscale: #EEEEEE. Windows color (decimal): -69692 or 12906494. OLE color: 12906494.
HSL color Cylindrical-coordinate representation of color #FEEFC4: hue angle of 44.48º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEEFC4 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 196 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.00 |
| HSL | 44.48º | 0.97% | 0.88% | - |
| HSV(B) | 44.48º | 0.23% | 1% | - |
| XYZ | 81.7 | 86.79 | 64.67 | - |
| YUV | 238.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 196 | 0 | 0.06 | 0.23 | 0.00 | 44.48 | 0.97 | 0.88 |
| Hex | FE | EF | C4 | 0 | 6 | 17 | 0 | 2C | 61 | 58 |
| Octal | 376 | 357 | 304 | 0 | 6 | 27 | 0 | 54 | 141 | 130 |
| Binary | 11111110 | 11101111 | 11000100 | 0 | 110 | 10111 | 0 | 101100 | 1100001 | 1011000 |
Color Harmonies of #FEEFC4
Complementary color
Monochromatic Colors of #FEEFC4
Black with #FEEFC4
Text Example
Text Example
White with #FEEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFC4; }
p { color: rgb(254,239,196); }
H1.HeaderClassName
{
color: #FEEFC4;
}
.AnyTagClassName
{
color: #FEEFC4;
}
</style>
background-color css
<style>
a { background-color: #FEEFC4; }
a { background-color: rgb(254,239,196); }
div.DivClassName
{
background-color: #FEEFC4;
}
.BgClassName
{
background-color: #FEEFC4;
}
</style>
border-color css
<style>
span { border-color: #FEEFC4; }
span { border-color: rgb(254,239,196); }
td.TdClassName
{
border-color: #FEEFC4;
}
.TagClassName
{
border-color: #FEEFC4;
}
</style>