Shades of Oasis #FAEDBE
Tints of Oasis #FAEDBE
RGB
CMYK
RGB Variations
Color information
#FAEDBE (or 0xFAEDBE) is known color: Oasis. HEX triplet: FA, ED and BE. RGB value is (250,237,190). Sum of RGB (Red+Green+Blue) = 250+237+190=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 190 (74.61% from 255 or 28.06% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDBE is #051241. Grayscale: #EBEBEB. Windows color (decimal): -332354 or 12512762. OLE color: 12512762.
HSL color Cylindrical-coordinate representation of color #FAEDBE: hue angle of 47º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAEDBE is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 190 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.02 |
| HSL | 47º | 0.86% | 0.86% | - |
| HSV(B) | 47º | 0.24% | 0.98% | - |
| XYZ | 79 | 84.61 | 60.88 | - |
| YUV | 235.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 190 | 0 | 0.05 | 0.24 | 0.02 | 47 | 0.86 | 0.86 |
| Hex | FA | ED | BE | 0 | 5 | 18 | 2 | 2F | 56 | 56 |
| Octal | 372 | 355 | 276 | 0 | 5 | 30 | 2 | 57 | 126 | 126 |
| Binary | 11111010 | 11101101 | 10111110 | 0 | 101 | 11000 | 10 | 101111 | 1010110 | 1010110 |
Color Harmonies of #FAEDBE
Complementary color
Monochromatic Colors of #FAEDBE
Black with #FAEDBE
Text Example
Text Example
White with #FAEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDBE; }
p { color: rgb(250,237,190); }
H1.HeaderClassName
{
color: #FAEDBE;
}
.AnyTagClassName
{
color: #FAEDBE;
}
</style>
background-color css
<style>
a { background-color: #FAEDBE; }
a { background-color: rgb(250,237,190); }
div.DivClassName
{
background-color: #FAEDBE;
}
.BgClassName
{
background-color: #FAEDBE;
}
</style>
border-color css
<style>
span { border-color: #FAEDBE; }
span { border-color: rgb(250,237,190); }
td.TdClassName
{
border-color: #FAEDBE;
}
.TagClassName
{
border-color: #FAEDBE;
}
</style>