Shades of Oasis #FEEAC4
Tints of Oasis #FEEAC4
RGB
CMYK
RGB Variations
Color information
#FEEAC4 (or 0xFEEAC4) is known color: Oasis. HEX triplet: FE, EA and C4. RGB value is (254,234,196). Sum of RGB (Red+Green+Blue) = 254+234+196=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 196 (76.95% from 255 or 28.65% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC4 is #01153B. Grayscale: #EBEBEB. Windows color (decimal): -70972 or 12905214. OLE color: 12905214.
HSL color Cylindrical-coordinate representation of color #FEEAC4: hue angle of 39.31º 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 #FEEAC4 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 196 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.00 |
| HSL | 39.31º | 0.97% | 0.88% | - |
| HSV(B) | 39.31º | 0.23% | 1% | - |
| XYZ | 80.26 | 83.9 | 64.19 | - |
| YUV | 235.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 196 | 0 | 0.08 | 0.23 | 0.00 | 39.31 | 0.97 | 0.88 |
| Hex | FE | EA | C4 | 0 | 8 | 17 | 0 | 27 | 61 | 58 |
| Octal | 376 | 352 | 304 | 0 | 10 | 27 | 0 | 47 | 141 | 130 |
| Binary | 11111110 | 11101010 | 11000100 | 0 | 1000 | 10111 | 0 | 100111 | 1100001 | 1011000 |
Color Harmonies of #FEEAC4
Complementary color
Monochromatic Colors of #FEEAC4
Black with #FEEAC4
Text Example
Text Example
White with #FEEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAC4; }
p { color: rgb(254,234,196); }
H1.HeaderClassName
{
color: #FEEAC4;
}
.AnyTagClassName
{
color: #FEEAC4;
}
</style>
background-color css
<style>
a { background-color: #FEEAC4; }
a { background-color: rgb(254,234,196); }
div.DivClassName
{
background-color: #FEEAC4;
}
.BgClassName
{
background-color: #FEEAC4;
}
</style>
border-color css
<style>
span { border-color: #FEEAC4; }
span { border-color: rgb(254,234,196); }
td.TdClassName
{
border-color: #FEEAC4;
}
.TagClassName
{
border-color: #FEEAC4;
}
</style>