Shades of Oasis #FEEEBD
Tints of Oasis #FEEEBD
RGB
CMYK
RGB Variations
Color information
#FEEEBD (or 0xFEEEBD) is known color: Oasis. HEX triplet: FE, EE and BD. RGB value is (254,238,189). Sum of RGB (Red+Green+Blue) = 254+238+189=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBD is #011142. Grayscale: #EDEDED. Windows color (decimal): -69955 or 12447486. OLE color: 12447486.
HSL color Cylindrical-coordinate representation of color #FEEEBD: hue angle of 45.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEEEBD is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 189 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.00 |
| HSL | 45.23º | 0.97% | 0.87% | - |
| HSV(B) | 45.23º | 0.26% | 1% | - |
| XYZ | 80.63 | 85.89 | 60.47 | - |
| YUV | 237.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 189 | 0 | 0.06 | 0.26 | 0.00 | 45.23 | 0.97 | 0.87 |
| Hex | FE | EE | BD | 0 | 6 | 1A | 0 | 2D | 61 | 57 |
| Octal | 376 | 356 | 275 | 0 | 6 | 32 | 0 | 55 | 141 | 127 |
| Binary | 11111110 | 11101110 | 10111101 | 0 | 110 | 11010 | 0 | 101101 | 1100001 | 1010111 |
Color Harmonies of #FEEEBD
Complementary color
Monochromatic Colors of #FEEEBD
Black with #FEEEBD
Text Example
Text Example
White with #FEEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEBD; }
p { color: rgb(254,238,189); }
H1.HeaderClassName
{
color: #FEEEBD;
}
.AnyTagClassName
{
color: #FEEEBD;
}
</style>
background-color css
<style>
a { background-color: #FEEEBD; }
a { background-color: rgb(254,238,189); }
div.DivClassName
{
background-color: #FEEEBD;
}
.BgClassName
{
background-color: #FEEEBD;
}
</style>
border-color css
<style>
span { border-color: #FEEEBD; }
span { border-color: rgb(254,238,189); }
td.TdClassName
{
border-color: #FEEEBD;
}
.TagClassName
{
border-color: #FEEEBD;
}
</style>