Shades of Oasis #FDEDBE
Tints of Oasis #FDEDBE
RGB
CMYK
RGB Variations
Color information
#FDEDBE (or 0xFDEDBE) is known color: Oasis. HEX triplet: FD, ED and BE. RGB value is (253,237,190). Sum of RGB (Red+Green+Blue) = 253+237+190=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 190 (74.61% from 255 or 27.94% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDBE is #021241. Grayscale: #ECECEC. Windows color (decimal): -135746 or 12512765. OLE color: 12512765.
HSL color Cylindrical-coordinate representation of color #FDEDBE: hue angle of 44.76º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDEDBE is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 190 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.01 |
| HSL | 44.76º | 0.94% | 0.87% | - |
| HSV(B) | 44.76º | 0.25% | 0.99% | - |
| XYZ | 80.09 | 85.17 | 60.93 | - |
| YUV | 236.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 190 | 0 | 0.06 | 0.25 | 0.01 | 44.76 | 0.94 | 0.87 |
| Hex | FD | ED | BE | 0 | 6 | 19 | 1 | 2D | 5E | 57 |
| Octal | 375 | 355 | 276 | 0 | 6 | 31 | 1 | 55 | 136 | 127 |
| Binary | 11111101 | 11101101 | 10111110 | 0 | 110 | 11001 | 1 | 101101 | 1011110 | 1010111 |
Color Harmonies of #FDEDBE
Complementary color
Monochromatic Colors of #FDEDBE
Black with #FDEDBE
Text Example
Text Example
White with #FDEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDBE; }
p { color: rgb(253,237,190); }
H1.HeaderClassName
{
color: #FDEDBE;
}
.AnyTagClassName
{
color: #FDEDBE;
}
</style>
background-color css
<style>
a { background-color: #FDEDBE; }
a { background-color: rgb(253,237,190); }
div.DivClassName
{
background-color: #FDEDBE;
}
.BgClassName
{
background-color: #FDEDBE;
}
</style>
border-color css
<style>
span { border-color: #FDEDBE; }
span { border-color: rgb(253,237,190); }
td.TdClassName
{
border-color: #FDEDBE;
}
.TagClassName
{
border-color: #FDEDBE;
}
</style>