Shades of Oasis #FFEEC2
Tints of Oasis #FFEEC2
RGB
CMYK
RGB Variations
Color information
#FFEEC2 (or 0xFFEEC2) is known color: Oasis. HEX triplet: FF, EE and C2. RGB value is (255,238,194). Sum of RGB (Red+Green+Blue) = 255+238+194=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 194 (76.17% from 255 or 28.24% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC2 is #00113D. Grayscale: #EEEEEE. Windows color (decimal): -4414 or 12775167. OLE color: 12775167.
HSL color Cylindrical-coordinate representation of color #FFEEC2: hue angle of 43.28º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFEEC2 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 194 | - |
| CMYK | 0 | 0.07 | 0.24 | 0 |
| HSL | 43.28º | 1% | 0.88% | - |
| HSV(B) | 43.28º | 0.24% | 1% | - |
| XYZ | 81.55 | 86.3 | 63.4 | - |
| YUV | 238.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 194 | 0 | 0.07 | 0.24 | 0 | 43.28 | 1 | 0.88 |
| Hex | FF | EE | C2 | 0 | 7 | 18 | 0 | 2B | 64 | 58 |
| Octal | 377 | 356 | 302 | 0 | 7 | 30 | 0 | 53 | 144 | 130 |
| Binary | 11111111 | 11101110 | 11000010 | 0 | 111 | 11000 | 0 | 101011 | 1100100 | 1011000 |
Color Harmonies of #FFEEC2
Complementary color
Monochromatic Colors of #FFEEC2
Black with #FFEEC2
Text Example
Text Example
White with #FFEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEC2; }
p { color: rgb(255,238,194); }
H1.HeaderClassName
{
color: #FFEEC2;
}
.AnyTagClassName
{
color: #FFEEC2;
}
</style>
background-color css
<style>
a { background-color: #FFEEC2; }
a { background-color: rgb(255,238,194); }
div.DivClassName
{
background-color: #FFEEC2;
}
.BgClassName
{
background-color: #FFEEC2;
}
</style>
border-color css
<style>
span { border-color: #FFEEC2; }
span { border-color: rgb(255,238,194); }
td.TdClassName
{
border-color: #FFEEC2;
}
.TagClassName
{
border-color: #FFEEC2;
}
</style>