Shades of Oasis #FFEECA
Tints of Oasis #FFEECA
RGB
CMYK
RGB Variations
Color information
#FFEECA (or 0xFFEECA) is known color: Oasis. HEX triplet: FF, EE and CA. RGB value is (255,238,202). Sum of RGB (Red+Green+Blue) = 255+238+202=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEECA is #001135. Grayscale: #EFEFEF. Windows color (decimal): -4406 or 13299455. OLE color: 13299455.
HSL color Cylindrical-coordinate representation of color #FFEECA: hue angle of 40.75º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFEECA is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 202 | - |
| CMYK | 0 | 0.07 | 0.21 | 0 |
| HSL | 40.75º | 1% | 0.9% | - |
| HSV(B) | 40.75º | 0.21% | 1% | - |
| XYZ | 82.48 | 86.67 | 68.26 | - |
| YUV | 238.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 202 | 0 | 0.07 | 0.21 | 0 | 40.75 | 1 | 0.9 |
| Hex | FF | EE | CA | 0 | 7 | 15 | 0 | 29 | 64 | 5A |
| Octal | 377 | 356 | 312 | 0 | 7 | 25 | 0 | 51 | 144 | 132 |
| Binary | 11111111 | 11101110 | 11001010 | 0 | 111 | 10101 | 0 | 101001 | 1100100 | 1011010 |
Color Harmonies of #FFEECA
Complementary color
Monochromatic Colors of #FFEECA
Black with #FFEECA
Text Example
Text Example
White with #FFEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEECA; }
p { color: rgb(255,238,202); }
H1.HeaderClassName
{
color: #FFEECA;
}
.AnyTagClassName
{
color: #FFEECA;
}
</style>
background-color css
<style>
a { background-color: #FFEECA; }
a { background-color: rgb(255,238,202); }
div.DivClassName
{
background-color: #FFEECA;
}
.BgClassName
{
background-color: #FFEECA;
}
</style>
border-color css
<style>
span { border-color: #FFEECA; }
span { border-color: rgb(255,238,202); }
td.TdClassName
{
border-color: #FFEECA;
}
.TagClassName
{
border-color: #FFEECA;
}
</style>