Shades of Oasis #FFEBC6
Tints of Oasis #FFEBC6
RGB
CMYK
RGB Variations
Color information
#FFEBC6 (or 0xFFEBC6) is known color: Oasis. HEX triplet: FF, EB and C6. RGB value is (255,235,198). Sum of RGB (Red+Green+Blue) = 255+235+198=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 198 (77.73% from 255 or 28.78% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBC6 is #001439. Grayscale: #ECECEC. Windows color (decimal): -5178 or 13036543. OLE color: 13036543.
HSL color Cylindrical-coordinate representation of color #FFEBC6: hue angle of 38.95º 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 #FFEBC6 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 198 | - |
| CMYK | 0 | 0.08 | 0.22 | 0 |
| HSL | 38.95º | 1% | 0.89% | - |
| HSV(B) | 38.95º | 0.22% | 1% | - |
| XYZ | 81.14 | 84.75 | 65.51 | - |
| YUV | 236.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 198 | 0 | 0.08 | 0.22 | 0 | 38.95 | 1 | 0.89 |
| Hex | FF | EB | C6 | 0 | 8 | 16 | 0 | 27 | 64 | 59 |
| Octal | 377 | 353 | 306 | 0 | 10 | 26 | 0 | 47 | 144 | 131 |
| Binary | 11111111 | 11101011 | 11000110 | 0 | 1000 | 10110 | 0 | 100111 | 1100100 | 1011001 |
Color Harmonies of #FFEBC6
Complementary color
Monochromatic Colors of #FFEBC6
Black with #FFEBC6
Text Example
Text Example
White with #FFEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBC6; }
p { color: rgb(255,235,198); }
H1.HeaderClassName
{
color: #FFEBC6;
}
.AnyTagClassName
{
color: #FFEBC6;
}
</style>
background-color css
<style>
a { background-color: #FFEBC6; }
a { background-color: rgb(255,235,198); }
div.DivClassName
{
background-color: #FFEBC6;
}
.BgClassName
{
background-color: #FFEBC6;
}
</style>
border-color css
<style>
span { border-color: #FFEBC6; }
span { border-color: rgb(255,235,198); }
td.TdClassName
{
border-color: #FFEBC6;
}
.TagClassName
{
border-color: #FFEBC6;
}
</style>