Shades of Oasis #FAECBE
Tints of Oasis #FAECBE
RGB
CMYK
RGB Variations
Color information
#FAECBE (or 0xFAECBE) is known color: Oasis. HEX triplet: FA, EC and BE. RGB value is (250,236,190). Sum of RGB (Red+Green+Blue) = 250+236+190=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 190 (74.61% from 255 or 28.11% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECBE is #051341. Grayscale: #EBEBEB. Windows color (decimal): -332610 or 12512506. OLE color: 12512506.
HSL color Cylindrical-coordinate representation of color #FAECBE: hue angle of 46º 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 #FAECBE is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 190 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.02 |
| HSL | 46º | 0.86% | 0.86% | - |
| HSV(B) | 46º | 0.24% | 0.98% | - |
| XYZ | 78.71 | 84.03 | 60.79 | - |
| YUV | 234.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 190 | 0 | 0.06 | 0.24 | 0.02 | 46 | 0.86 | 0.86 |
| Hex | FA | EC | BE | 0 | 6 | 18 | 2 | 2E | 56 | 56 |
| Octal | 372 | 354 | 276 | 0 | 6 | 30 | 2 | 56 | 126 | 126 |
| Binary | 11111010 | 11101100 | 10111110 | 0 | 110 | 11000 | 10 | 101110 | 1010110 | 1010110 |
Color Harmonies of #FAECBE
Complementary color
Monochromatic Colors of #FAECBE
Black with #FAECBE
Text Example
Text Example
White with #FAECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECBE; }
p { color: rgb(250,236,190); }
H1.HeaderClassName
{
color: #FAECBE;
}
.AnyTagClassName
{
color: #FAECBE;
}
</style>
background-color css
<style>
a { background-color: #FAECBE; }
a { background-color: rgb(250,236,190); }
div.DivClassName
{
background-color: #FAECBE;
}
.BgClassName
{
background-color: #FAECBE;
}
</style>
border-color css
<style>
span { border-color: #FAECBE; }
span { border-color: rgb(250,236,190); }
td.TdClassName
{
border-color: #FAECBE;
}
.TagClassName
{
border-color: #FAECBE;
}
</style>