Shades of Oasis #FFECC3
Tints of Oasis #FFECC3
RGB
CMYK
RGB Variations
Color information
#FFECC3 (or 0xFFECC3) is known color: Oasis. HEX triplet: FF, EC and C3. RGB value is (255,236,195). Sum of RGB (Red+Green+Blue) = 255+236+195=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 195 (76.56% from 255 or 28.43% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC3 is #00133C. Grayscale: #EDEDED. Windows color (decimal): -4925 or 12840191. OLE color: 12840191.
HSL color Cylindrical-coordinate representation of color #FFECC3: hue angle of 41º 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 #FFECC3 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 195 | - |
| CMYK | 0 | 0.07 | 0.24 | 0 |
| HSL | 41º | 1% | 0.88% | - |
| HSV(B) | 41º | 0.24% | 1% | - |
| XYZ | 81.09 | 85.19 | 63.8 | - |
| YUV | 237.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 195 | 0 | 0.07 | 0.24 | 0 | 41 | 1 | 0.88 |
| Hex | FF | EC | C3 | 0 | 7 | 18 | 0 | 29 | 64 | 58 |
| Octal | 377 | 354 | 303 | 0 | 7 | 30 | 0 | 51 | 144 | 130 |
| Binary | 11111111 | 11101100 | 11000011 | 0 | 111 | 11000 | 0 | 101001 | 1100100 | 1011000 |
Color Harmonies of #FFECC3
Complementary color
Monochromatic Colors of #FFECC3
Black with #FFECC3
Text Example
Text Example
White with #FFECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECC3; }
p { color: rgb(255,236,195); }
H1.HeaderClassName
{
color: #FFECC3;
}
.AnyTagClassName
{
color: #FFECC3;
}
</style>
background-color css
<style>
a { background-color: #FFECC3; }
a { background-color: rgb(255,236,195); }
div.DivClassName
{
background-color: #FFECC3;
}
.BgClassName
{
background-color: #FFECC3;
}
</style>
border-color css
<style>
span { border-color: #FFECC3; }
span { border-color: rgb(255,236,195); }
td.TdClassName
{
border-color: #FFECC3;
}
.TagClassName
{
border-color: #FFECC3;
}
</style>