Shades of Oasis #FEEAC1
Tints of Oasis #FEEAC1
RGB
CMYK
RGB Variations
Color information
#FEEAC1 (or 0xFEEAC1) is known color: Oasis. HEX triplet: FE, EA and C1. RGB value is (254,234,193). Sum of RGB (Red+Green+Blue) = 254+234+193=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 193 (75.78% from 255 or 28.34% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC1 is #01153E. Grayscale: #EBEBEB. Windows color (decimal): -70975 or 12708606. OLE color: 12708606.
HSL color Cylindrical-coordinate representation of color #FEEAC1: hue angle of 40.33º 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 #FEEAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 193 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.00 |
| HSL | 40.33º | 0.97% | 0.88% | - |
| HSV(B) | 40.33º | 0.24% | 1% | - |
| XYZ | 79.92 | 83.77 | 62.41 | - |
| YUV | 235.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 193 | 0 | 0.08 | 0.24 | 0.00 | 40.33 | 0.97 | 0.88 |
| Hex | FE | EA | C1 | 0 | 8 | 18 | 0 | 28 | 61 | 58 |
| Octal | 376 | 352 | 301 | 0 | 10 | 30 | 0 | 50 | 141 | 130 |
| Binary | 11111110 | 11101010 | 11000001 | 0 | 1000 | 11000 | 0 | 101000 | 1100001 | 1011000 |
Color Harmonies of #FEEAC1
Complementary color
Monochromatic Colors of #FEEAC1
Black with #FEEAC1
Text Example
Text Example
White with #FEEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAC1; }
p { color: rgb(254,234,193); }
H1.HeaderClassName
{
color: #FEEAC1;
}
.AnyTagClassName
{
color: #FEEAC1;
}
</style>
background-color css
<style>
a { background-color: #FEEAC1; }
a { background-color: rgb(254,234,193); }
div.DivClassName
{
background-color: #FEEAC1;
}
.BgClassName
{
background-color: #FEEAC1;
}
</style>
border-color css
<style>
span { border-color: #FEEAC1; }
span { border-color: rgb(254,234,193); }
td.TdClassName
{
border-color: #FEEAC1;
}
.TagClassName
{
border-color: #FEEAC1;
}
</style>