Shades of Oasis #FFECC1
Tints of Oasis #FFECC1
RGB
CMYK
RGB Variations
Color information
#FFECC1 (or 0xFFECC1) is known color: Oasis. HEX triplet: FF, EC and C1. RGB value is (255,236,193). Sum of RGB (Red+Green+Blue) = 255+236+193=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC1 is #00133E. Grayscale: #ECECEC. Windows color (decimal): -4927 or 12709119. OLE color: 12709119.
HSL color Cylindrical-coordinate representation of color #FFECC1: hue angle of 41.61º 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 #FFECC1 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 193 | - |
| CMYK | 0 | 0.07 | 0.24 | 0 |
| HSL | 41.61º | 1% | 0.88% | - |
| HSV(B) | 41.61º | 0.24% | 1% | - |
| XYZ | 80.86 | 85.1 | 62.62 | - |
| YUV | 236.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 193 | 0 | 0.07 | 0.24 | 0 | 41.61 | 1 | 0.88 |
| Hex | FF | EC | C1 | 0 | 7 | 18 | 0 | 2A | 64 | 58 |
| Octal | 377 | 354 | 301 | 0 | 7 | 30 | 0 | 52 | 144 | 130 |
| Binary | 11111111 | 11101100 | 11000001 | 0 | 111 | 11000 | 0 | 101010 | 1100100 | 1011000 |
Color Harmonies of #FFECC1
Complementary color
Monochromatic Colors of #FFECC1
Black with #FFECC1
Text Example
Text Example
White with #FFECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECC1; }
p { color: rgb(255,236,193); }
H1.HeaderClassName
{
color: #FFECC1;
}
.AnyTagClassName
{
color: #FFECC1;
}
</style>
background-color css
<style>
a { background-color: #FFECC1; }
a { background-color: rgb(255,236,193); }
div.DivClassName
{
background-color: #FFECC1;
}
.BgClassName
{
background-color: #FFECC1;
}
</style>
border-color css
<style>
span { border-color: #FFECC1; }
span { border-color: rgb(255,236,193); }
td.TdClassName
{
border-color: #FFECC1;
}
.TagClassName
{
border-color: #FFECC1;
}
</style>