Shades of Oasis #FFEFC6
Tints of Oasis #FFEFC6
RGB
CMYK
RGB Variations
Color information
#FFEFC6 (or 0xFFEFC6) is known color: Oasis. HEX triplet: FF, EF and C6. RGB value is (255,239,198). Sum of RGB (Red+Green+Blue) = 255+239+198=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 198 (77.73% from 255 or 28.61% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFC6 is #001039. Grayscale: #EFEFEF. Windows color (decimal): -4154 or 13037567. OLE color: 13037567.
HSL color Cylindrical-coordinate representation of color #FFEFC6: hue angle of 43.16º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFEFC6 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 198 | - |
| CMYK | 0 | 0.06 | 0.22 | 0 |
| HSL | 43.16º | 1% | 0.89% | - |
| HSV(B) | 43.16º | 0.22% | 1% | - |
| XYZ | 82.3 | 87.07 | 65.89 | - |
| YUV | 239.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 198 | 0 | 0.06 | 0.22 | 0 | 43.16 | 1 | 0.89 |
| Hex | FF | EF | C6 | 0 | 6 | 16 | 0 | 2B | 64 | 59 |
| Octal | 377 | 357 | 306 | 0 | 6 | 26 | 0 | 53 | 144 | 131 |
| Binary | 11111111 | 11101111 | 11000110 | 0 | 110 | 10110 | 0 | 101011 | 1100100 | 1011001 |
Color Harmonies of #FFEFC6
Complementary color
Monochromatic Colors of #FFEFC6
Black with #FFEFC6
Text Example
Text Example
White with #FFEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFC6; }
p { color: rgb(255,239,198); }
H1.HeaderClassName
{
color: #FFEFC6;
}
.AnyTagClassName
{
color: #FFEFC6;
}
</style>
background-color css
<style>
a { background-color: #FFEFC6; }
a { background-color: rgb(255,239,198); }
div.DivClassName
{
background-color: #FFEFC6;
}
.BgClassName
{
background-color: #FFEFC6;
}
</style>
border-color css
<style>
span { border-color: #FFEFC6; }
span { border-color: rgb(255,239,198); }
td.TdClassName
{
border-color: #FFEFC6;
}
.TagClassName
{
border-color: #FFEFC6;
}
</style>