Shades of Oasis #FEEDBE
Tints of Oasis #FEEDBE
RGB
CMYK
RGB Variations
Color information
#FEEDBE (or 0xFEEDBE) is known color: Oasis. HEX triplet: FE, ED and BE. RGB value is (254,237,190). Sum of RGB (Red+Green+Blue) = 254+237+190=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 190 (74.61% from 255 or 27.90% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDBE is #011241. Grayscale: #ECECEC. Windows color (decimal): -70210 or 12512766. OLE color: 12512766.
HSL color Cylindrical-coordinate representation of color #FEEDBE: hue angle of 44.06º 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 #FEEDBE is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 190 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.00 |
| HSL | 44.06º | 0.97% | 0.87% | - |
| HSV(B) | 44.06º | 0.25% | 1% | - |
| XYZ | 80.45 | 85.36 | 60.95 | - |
| YUV | 236.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 190 | 0 | 0.07 | 0.25 | 0.00 | 44.06 | 0.97 | 0.87 |
| Hex | FE | ED | BE | 0 | 7 | 19 | 0 | 2C | 61 | 57 |
| Octal | 376 | 355 | 276 | 0 | 7 | 31 | 0 | 54 | 141 | 127 |
| Binary | 11111110 | 11101101 | 10111110 | 0 | 111 | 11001 | 0 | 101100 | 1100001 | 1010111 |
Color Harmonies of #FEEDBE
Complementary color
Monochromatic Colors of #FEEDBE
Black with #FEEDBE
Text Example
Text Example
White with #FEEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDBE; }
p { color: rgb(254,237,190); }
H1.HeaderClassName
{
color: #FEEDBE;
}
.AnyTagClassName
{
color: #FEEDBE;
}
</style>
background-color css
<style>
a { background-color: #FEEDBE; }
a { background-color: rgb(254,237,190); }
div.DivClassName
{
background-color: #FEEDBE;
}
.BgClassName
{
background-color: #FEEDBE;
}
</style>
border-color css
<style>
span { border-color: #FEEDBE; }
span { border-color: rgb(254,237,190); }
td.TdClassName
{
border-color: #FEEDBE;
}
.TagClassName
{
border-color: #FEEDBE;
}
</style>