Shades of Oasis #FEEDBD
Tints of Oasis #FEEDBD
RGB
CMYK
RGB Variations
Color information
#FEEDBD (or 0xFEEDBD) is known color: Oasis. HEX triplet: FE, ED and BD. RGB value is (254,237,189). Sum of RGB (Red+Green+Blue) = 254+237+189=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDBD is #011242. Grayscale: #ECECEC. Windows color (decimal): -70211 or 12447230. OLE color: 12447230.
HSL color Cylindrical-coordinate representation of color #FEEDBD: hue angle of 44.31º 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 #FEEDBD is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 189 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.00 |
| HSL | 44.31º | 0.97% | 0.87% | - |
| HSV(B) | 44.31º | 0.26% | 1% | - |
| XYZ | 80.34 | 85.31 | 60.38 | - |
| YUV | 236.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 189 | 0 | 0.07 | 0.26 | 0.00 | 44.31 | 0.97 | 0.87 |
| Hex | FE | ED | BD | 0 | 7 | 1A | 0 | 2C | 61 | 57 |
| Octal | 376 | 355 | 275 | 0 | 7 | 32 | 0 | 54 | 141 | 127 |
| Binary | 11111110 | 11101101 | 10111101 | 0 | 111 | 11010 | 0 | 101100 | 1100001 | 1010111 |
Color Harmonies of #FEEDBD
Complementary color
Monochromatic Colors of #FEEDBD
Black with #FEEDBD
Text Example
Text Example
White with #FEEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDBD; }
p { color: rgb(254,237,189); }
H1.HeaderClassName
{
color: #FEEDBD;
}
.AnyTagClassName
{
color: #FEEDBD;
}
</style>
background-color css
<style>
a { background-color: #FEEDBD; }
a { background-color: rgb(254,237,189); }
div.DivClassName
{
background-color: #FEEDBD;
}
.BgClassName
{
background-color: #FEEDBD;
}
</style>
border-color css
<style>
span { border-color: #FEEDBD; }
span { border-color: rgb(254,237,189); }
td.TdClassName
{
border-color: #FEEDBD;
}
.TagClassName
{
border-color: #FEEDBD;
}
</style>