Shades of Oasis #FFEBC2
Tints of Oasis #FFEBC2
RGB
CMYK
RGB Variations
Color information
#FFEBC2 (or 0xFFEBC2) is known color: Oasis. HEX triplet: FF, EB and C2. RGB value is (255,235,194). Sum of RGB (Red+Green+Blue) = 255+235+194=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBC2 is #00143D. Grayscale: #ECECEC. Windows color (decimal): -5182 or 12774399. OLE color: 12774399.
HSL color Cylindrical-coordinate representation of color #FFEBC2: hue angle of 40.33º 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 #FFEBC2 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 194 | - |
| CMYK | 0 | 0.08 | 0.24 | 0 |
| HSL | 40.33º | 1% | 0.88% | - |
| HSV(B) | 40.33º | 0.24% | 1% | - |
| XYZ | 80.69 | 84.57 | 63.11 | - |
| YUV | 236.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 194 | 0 | 0.08 | 0.24 | 0 | 40.33 | 1 | 0.88 |
| Hex | FF | EB | C2 | 0 | 8 | 18 | 0 | 28 | 64 | 58 |
| Octal | 377 | 353 | 302 | 0 | 10 | 30 | 0 | 50 | 144 | 130 |
| Binary | 11111111 | 11101011 | 11000010 | 0 | 1000 | 11000 | 0 | 101000 | 1100100 | 1011000 |
Color Harmonies of #FFEBC2
Complementary color
Monochromatic Colors of #FFEBC2
Black with #FFEBC2
Text Example
Text Example
White with #FFEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBC2; }
p { color: rgb(255,235,194); }
H1.HeaderClassName
{
color: #FFEBC2;
}
.AnyTagClassName
{
color: #FFEBC2;
}
</style>
background-color css
<style>
a { background-color: #FFEBC2; }
a { background-color: rgb(255,235,194); }
div.DivClassName
{
background-color: #FFEBC2;
}
.BgClassName
{
background-color: #FFEBC2;
}
</style>
border-color css
<style>
span { border-color: #FFEBC2; }
span { border-color: rgb(255,235,194); }
td.TdClassName
{
border-color: #FFEBC2;
}
.TagClassName
{
border-color: #FFEBC2;
}
</style>