Shades of Oasis #FEEAC0
Tints of Oasis #FEEAC0
RGB
CMYK
RGB Variations
Color information
#FEEAC0 (or 0xFEEAC0) is known color: Oasis. HEX triplet: FE, EA and C0. RGB value is (254,234,192). Sum of RGB (Red+Green+Blue) = 254+234+192=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC0 is #01153F. Grayscale: #EBEBEB. Windows color (decimal): -70976 or 12643070. OLE color: 12643070.
HSL color Cylindrical-coordinate representation of color #FEEAC0: hue angle of 40.65º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEEAC0 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 192 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.00 |
| HSL | 40.65º | 0.97% | 0.87% | - |
| HSV(B) | 40.65º | 0.24% | 1% | - |
| XYZ | 79.81 | 83.72 | 61.82 | - |
| YUV | 235.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 192 | 0 | 0.08 | 0.24 | 0.00 | 40.65 | 0.97 | 0.87 |
| Hex | FE | EA | C0 | 0 | 8 | 18 | 0 | 29 | 61 | 57 |
| Octal | 376 | 352 | 300 | 0 | 10 | 30 | 0 | 51 | 141 | 127 |
| Binary | 11111110 | 11101010 | 11000000 | 0 | 1000 | 11000 | 0 | 101001 | 1100001 | 1010111 |
Color Harmonies of #FEEAC0
Complementary color
Monochromatic Colors of #FEEAC0
Black with #FEEAC0
Text Example
Text Example
White with #FEEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAC0; }
p { color: rgb(254,234,192); }
H1.HeaderClassName
{
color: #FEEAC0;
}
.AnyTagClassName
{
color: #FEEAC0;
}
</style>
background-color css
<style>
a { background-color: #FEEAC0; }
a { background-color: rgb(254,234,192); }
div.DivClassName
{
background-color: #FEEAC0;
}
.BgClassName
{
background-color: #FEEAC0;
}
</style>
border-color css
<style>
span { border-color: #FEEAC0; }
span { border-color: rgb(254,234,192); }
td.TdClassName
{
border-color: #FEEAC0;
}
.TagClassName
{
border-color: #FEEAC0;
}
</style>