Shades of Oasis #FFEABF
Tints of Oasis #FFEABF
RGB
CMYK
RGB Variations
Color information
#FFEABF (or 0xFFEABF) is known color: Oasis. HEX triplet: FF, EA and BF. RGB value is (255,234,191). Sum of RGB (Red+Green+Blue) = 255+234+191=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 191 (75% from 255 or 28.09% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEABF is #001540. Grayscale: #EBEBEB. Windows color (decimal): -5441 or 12577535. OLE color: 12577535.
HSL color Cylindrical-coordinate representation of color #FFEABF: hue angle of 40.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFEABF is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 191 | - |
| CMYK | 0 | 0.08 | 0.25 | 0 |
| HSL | 40.31º | 1% | 0.87% | - |
| HSV(B) | 40.31º | 0.25% | 1% | - |
| XYZ | 80.07 | 83.87 | 61.26 | - |
| YUV | 235.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 191 | 0 | 0.08 | 0.25 | 0 | 40.31 | 1 | 0.87 |
| Hex | FF | EA | BF | 0 | 8 | 19 | 0 | 28 | 64 | 57 |
| Octal | 377 | 352 | 277 | 0 | 10 | 31 | 0 | 50 | 144 | 127 |
| Binary | 11111111 | 11101010 | 10111111 | 0 | 1000 | 11001 | 0 | 101000 | 1100100 | 1010111 |
Color Harmonies of #FFEABF
Complementary color
Monochromatic Colors of #FFEABF
Black with #FFEABF
Text Example
Text Example
White with #FFEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEABF; }
p { color: rgb(255,234,191); }
H1.HeaderClassName
{
color: #FFEABF;
}
.AnyTagClassName
{
color: #FFEABF;
}
</style>
background-color css
<style>
a { background-color: #FFEABF; }
a { background-color: rgb(255,234,191); }
div.DivClassName
{
background-color: #FFEABF;
}
.BgClassName
{
background-color: #FFEABF;
}
</style>
border-color css
<style>
span { border-color: #FFEABF; }
span { border-color: rgb(255,234,191); }
td.TdClassName
{
border-color: #FFEABF;
}
.TagClassName
{
border-color: #FFEABF;
}
</style>