Shades of Oasis #FFECC6
Tints of Oasis #FFECC6
RGB
CMYK
RGB Variations
Color information
#FFECC6 (or 0xFFECC6) is known color: Oasis. HEX triplet: FF, EC and C6. RGB value is (255,236,198). Sum of RGB (Red+Green+Blue) = 255+236+198=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 198 (77.73% from 255 or 28.74% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC6 is #001339. Grayscale: #EDEDED. Windows color (decimal): -4922 or 13036799. OLE color: 13036799.
HSL color Cylindrical-coordinate representation of color #FFECC6: hue angle of 40º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFECC6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 198 | - |
| CMYK | 0 | 0.07 | 0.22 | 0 |
| HSL | 40º | 1% | 0.89% | - |
| HSV(B) | 40º | 0.22% | 1% | - |
| XYZ | 81.43 | 85.33 | 65.6 | - |
| YUV | 237.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 198 | 0 | 0.07 | 0.22 | 0 | 40 | 1 | 0.89 |
| Hex | FF | EC | C6 | 0 | 7 | 16 | 0 | 28 | 64 | 59 |
| Octal | 377 | 354 | 306 | 0 | 7 | 26 | 0 | 50 | 144 | 131 |
| Binary | 11111111 | 11101100 | 11000110 | 0 | 111 | 10110 | 0 | 101000 | 1100100 | 1011001 |
Color Harmonies of #FFECC6
Complementary color
Monochromatic Colors of #FFECC6
Black with #FFECC6
Text Example
Text Example
White with #FFECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECC6; }
p { color: rgb(255,236,198); }
H1.HeaderClassName
{
color: #FFECC6;
}
.AnyTagClassName
{
color: #FFECC6;
}
</style>
background-color css
<style>
a { background-color: #FFECC6; }
a { background-color: rgb(255,236,198); }
div.DivClassName
{
background-color: #FFECC6;
}
.BgClassName
{
background-color: #FFECC6;
}
</style>
border-color css
<style>
span { border-color: #FFECC6; }
span { border-color: rgb(255,236,198); }
td.TdClassName
{
border-color: #FFECC6;
}
.TagClassName
{
border-color: #FFECC6;
}
</style>