Shades of Oasis #FEEBC0
Tints of Oasis #FEEBC0
RGB
CMYK
RGB Variations
Color information
#FEEBC0 (or 0xFEEBC0) is known color: Oasis. HEX triplet: FE, EB and C0. RGB value is (254,235,192). Sum of RGB (Red+Green+Blue) = 254+235+192=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC0 is #01143F. Grayscale: #EBEBEB. Windows color (decimal): -70720 or 12643326. OLE color: 12643326.
HSL color Cylindrical-coordinate representation of color #FEEBC0: hue angle of 41.61º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEEBC0 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 192 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.00 |
| HSL | 41.61º | 0.97% | 0.87% | - |
| HSV(B) | 41.61º | 0.24% | 1% | - |
| XYZ | 80.1 | 84.29 | 61.92 | - |
| YUV | 235.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 192 | 0 | 0.07 | 0.24 | 0.00 | 41.61 | 0.97 | 0.87 |
| Hex | FE | EB | C0 | 0 | 7 | 18 | 0 | 2A | 61 | 57 |
| Octal | 376 | 353 | 300 | 0 | 7 | 30 | 0 | 52 | 141 | 127 |
| Binary | 11111110 | 11101011 | 11000000 | 0 | 111 | 11000 | 0 | 101010 | 1100001 | 1010111 |
Color Harmonies of #FEEBC0
Complementary color
Monochromatic Colors of #FEEBC0
Black with #FEEBC0
Text Example
Text Example
White with #FEEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBC0; }
p { color: rgb(254,235,192); }
H1.HeaderClassName
{
color: #FEEBC0;
}
.AnyTagClassName
{
color: #FEEBC0;
}
</style>
background-color css
<style>
a { background-color: #FEEBC0; }
a { background-color: rgb(254,235,192); }
div.DivClassName
{
background-color: #FEEBC0;
}
.BgClassName
{
background-color: #FEEBC0;
}
</style>
border-color css
<style>
span { border-color: #FEEBC0; }
span { border-color: rgb(254,235,192); }
td.TdClassName
{
border-color: #FEEBC0;
}
.TagClassName
{
border-color: #FEEBC0;
}
</style>