Shades of Oasis #FEEAC2
Tints of Oasis #FEEAC2
RGB
CMYK
RGB Variations
Color information
#FEEAC2 (or 0xFEEAC2) is known color: Oasis. HEX triplet: FE, EA and C2. RGB value is (254,234,194). Sum of RGB (Red+Green+Blue) = 254+234+194=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 194 (76.17% from 255 or 28.45% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC2 is #01153D. Grayscale: #EBEBEB. Windows color (decimal): -70974 or 12774142. OLE color: 12774142.
HSL color Cylindrical-coordinate representation of color #FEEAC2: hue angle of 40º 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 #FEEAC2 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 194 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.00 |
| HSL | 40º | 0.97% | 0.88% | - |
| HSV(B) | 40º | 0.24% | 1% | - |
| XYZ | 80.03 | 83.81 | 63 | - |
| YUV | 235.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 194 | 0 | 0.08 | 0.24 | 0.00 | 40 | 0.97 | 0.88 |
| Hex | FE | EA | C2 | 0 | 8 | 18 | 0 | 28 | 61 | 58 |
| Octal | 376 | 352 | 302 | 0 | 10 | 30 | 0 | 50 | 141 | 130 |
| Binary | 11111110 | 11101010 | 11000010 | 0 | 1000 | 11000 | 0 | 101000 | 1100001 | 1011000 |
Color Harmonies of #FEEAC2
Complementary color
Monochromatic Colors of #FEEAC2
Black with #FEEAC2
Text Example
Text Example
White with #FEEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAC2; }
p { color: rgb(254,234,194); }
H1.HeaderClassName
{
color: #FEEAC2;
}
.AnyTagClassName
{
color: #FEEAC2;
}
</style>
background-color css
<style>
a { background-color: #FEEAC2; }
a { background-color: rgb(254,234,194); }
div.DivClassName
{
background-color: #FEEAC2;
}
.BgClassName
{
background-color: #FEEAC2;
}
</style>
border-color css
<style>
span { border-color: #FEEAC2; }
span { border-color: rgb(254,234,194); }
td.TdClassName
{
border-color: #FEEAC2;
}
.TagClassName
{
border-color: #FEEAC2;
}
</style>