Shades of Oasis #FFEEC3
Tints of Oasis #FFEEC3
RGB
CMYK
RGB Variations
Color information
#FFEEC3 (or 0xFFEEC3) is known color: Oasis. HEX triplet: FF, EE and C3. RGB value is (255,238,195). Sum of RGB (Red+Green+Blue) = 255+238+195=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 195 (76.56% from 255 or 28.34% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC3 is #00113C. Grayscale: #EEEEEE. Windows color (decimal): -4413 or 12840703. OLE color: 12840703.
HSL color Cylindrical-coordinate representation of color #FFEEC3: hue angle of 43º 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 #FFEEC3 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 195 | - |
| CMYK | 0 | 0.07 | 0.24 | 0 |
| HSL | 43º | 1% | 0.88% | - |
| HSV(B) | 43º | 0.24% | 1% | - |
| XYZ | 81.66 | 86.35 | 63.99 | - |
| YUV | 238.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 195 | 0 | 0.07 | 0.24 | 0 | 43 | 1 | 0.88 |
| Hex | FF | EE | C3 | 0 | 7 | 18 | 0 | 2B | 64 | 58 |
| Octal | 377 | 356 | 303 | 0 | 7 | 30 | 0 | 53 | 144 | 130 |
| Binary | 11111111 | 11101110 | 11000011 | 0 | 111 | 11000 | 0 | 101011 | 1100100 | 1011000 |
Color Harmonies of #FFEEC3
Complementary color
Monochromatic Colors of #FFEEC3
Black with #FFEEC3
Text Example
Text Example
White with #FFEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEC3; }
p { color: rgb(255,238,195); }
H1.HeaderClassName
{
color: #FFEEC3;
}
.AnyTagClassName
{
color: #FFEEC3;
}
</style>
background-color css
<style>
a { background-color: #FFEEC3; }
a { background-color: rgb(255,238,195); }
div.DivClassName
{
background-color: #FFEEC3;
}
.BgClassName
{
background-color: #FFEEC3;
}
</style>
border-color css
<style>
span { border-color: #FFEEC3; }
span { border-color: rgb(255,238,195); }
td.TdClassName
{
border-color: #FFEEC3;
}
.TagClassName
{
border-color: #FFEEC3;
}
</style>