Shades of Oasis #FEEEBE
Tints of Oasis #FEEEBE
RGB
CMYK
RGB Variations
Color information
#FEEEBE (or 0xFEEEBE) is known color: Oasis. HEX triplet: FE, EE and BE. RGB value is (254,238,190). Sum of RGB (Red+Green+Blue) = 254+238+190=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBE is #011141. Grayscale: #EDEDED. Windows color (decimal): -69954 or 12513022. OLE color: 12513022.
HSL color Cylindrical-coordinate representation of color #FEEEBE: hue angle of 45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEEEBE is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 190 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.00 |
| HSL | 45º | 0.97% | 0.87% | - |
| HSV(B) | 45º | 0.25% | 1% | - |
| XYZ | 80.74 | 85.94 | 61.05 | - |
| YUV | 237.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 190 | 0 | 0.06 | 0.25 | 0.00 | 45 | 0.97 | 0.87 |
| Hex | FE | EE | BE | 0 | 6 | 19 | 0 | 2D | 61 | 57 |
| Octal | 376 | 356 | 276 | 0 | 6 | 31 | 0 | 55 | 141 | 127 |
| Binary | 11111110 | 11101110 | 10111110 | 0 | 110 | 11001 | 0 | 101101 | 1100001 | 1010111 |
Color Harmonies of #FEEEBE
Complementary color
Monochromatic Colors of #FEEEBE
Black with #FEEEBE
Text Example
Text Example
White with #FEEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEBE; }
p { color: rgb(254,238,190); }
H1.HeaderClassName
{
color: #FEEEBE;
}
.AnyTagClassName
{
color: #FEEEBE;
}
</style>
background-color css
<style>
a { background-color: #FEEEBE; }
a { background-color: rgb(254,238,190); }
div.DivClassName
{
background-color: #FEEEBE;
}
.BgClassName
{
background-color: #FEEEBE;
}
</style>
border-color css
<style>
span { border-color: #FEEEBE; }
span { border-color: rgb(254,238,190); }
td.TdClassName
{
border-color: #FEEEBE;
}
.TagClassName
{
border-color: #FEEEBE;
}
</style>