Shades of Oasis #FFECC2
Tints of Oasis #FFECC2
RGB
CMYK
RGB Variations
Color information
#FFECC2 (or 0xFFECC2) is known color: Oasis. HEX triplet: FF, EC and C2. RGB value is (255,236,194). Sum of RGB (Red+Green+Blue) = 255+236+194=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC2 is #00133D. Grayscale: #EDEDED. Windows color (decimal): -4926 or 12774655. OLE color: 12774655.
HSL color Cylindrical-coordinate representation of color #FFECC2: hue angle of 41.31º 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 #FFECC2 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 194 | - |
| CMYK | 0 | 0.07 | 0.24 | 0 |
| HSL | 41.31º | 1% | 0.88% | - |
| HSV(B) | 41.31º | 0.24% | 1% | - |
| XYZ | 80.97 | 85.15 | 63.21 | - |
| YUV | 236.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 194 | 0 | 0.07 | 0.24 | 0 | 41.31 | 1 | 0.88 |
| Hex | FF | EC | C2 | 0 | 7 | 18 | 0 | 29 | 64 | 58 |
| Octal | 377 | 354 | 302 | 0 | 7 | 30 | 0 | 51 | 144 | 130 |
| Binary | 11111111 | 11101100 | 11000010 | 0 | 111 | 11000 | 0 | 101001 | 1100100 | 1011000 |
Color Harmonies of #FFECC2
Complementary color
Monochromatic Colors of #FFECC2
Black with #FFECC2
Text Example
Text Example
White with #FFECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECC2; }
p { color: rgb(255,236,194); }
H1.HeaderClassName
{
color: #FFECC2;
}
.AnyTagClassName
{
color: #FFECC2;
}
</style>
background-color css
<style>
a { background-color: #FFECC2; }
a { background-color: rgb(255,236,194); }
div.DivClassName
{
background-color: #FFECC2;
}
.BgClassName
{
background-color: #FFECC2;
}
</style>
border-color css
<style>
span { border-color: #FFECC2; }
span { border-color: rgb(255,236,194); }
td.TdClassName
{
border-color: #FFECC2;
}
.TagClassName
{
border-color: #FFECC2;
}
</style>