Shades of Oasis #FFEEC6
Tints of Oasis #FFEEC6
RGB
CMYK
RGB Variations
Color information
#FFEEC6 (or 0xFFEEC6) is known color: Oasis. HEX triplet: FF, EE and C6. RGB value is (255,238,198). Sum of RGB (Red+Green+Blue) = 255+238+198=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 198 (77.73% from 255 or 28.65% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC6 is #001139. Grayscale: #EEEEEE. Windows color (decimal): -4410 or 13037311. OLE color: 13037311.
HSL color Cylindrical-coordinate representation of color #FFEEC6: hue angle of 42.11º 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 #FFEEC6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 198 | - |
| CMYK | 0 | 0.07 | 0.22 | 0 |
| HSL | 42.11º | 1% | 0.89% | - |
| HSV(B) | 42.11º | 0.22% | 1% | - |
| XYZ | 82.01 | 86.49 | 65.8 | - |
| YUV | 238.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 198 | 0 | 0.07 | 0.22 | 0 | 42.11 | 1 | 0.89 |
| Hex | FF | EE | C6 | 0 | 7 | 16 | 0 | 2A | 64 | 59 |
| Octal | 377 | 356 | 306 | 0 | 7 | 26 | 0 | 52 | 144 | 131 |
| Binary | 11111111 | 11101110 | 11000110 | 0 | 111 | 10110 | 0 | 101010 | 1100100 | 1011001 |
Color Harmonies of #FFEEC6
Complementary color
Monochromatic Colors of #FFEEC6
Black with #FFEEC6
Text Example
Text Example
White with #FFEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEC6; }
p { color: rgb(255,238,198); }
H1.HeaderClassName
{
color: #FFEEC6;
}
.AnyTagClassName
{
color: #FFEEC6;
}
</style>
background-color css
<style>
a { background-color: #FFEEC6; }
a { background-color: rgb(255,238,198); }
div.DivClassName
{
background-color: #FFEEC6;
}
.BgClassName
{
background-color: #FFEEC6;
}
</style>
border-color css
<style>
span { border-color: #FFEEC6; }
span { border-color: rgb(255,238,198); }
td.TdClassName
{
border-color: #FFEEC6;
}
.TagClassName
{
border-color: #FFEEC6;
}
</style>