Shades of Oasis #FAEBC5
Tints of Oasis #FAEBC5
RGB
CMYK
RGB Variations
Color information
#FAEBC5 (or 0xFAEBC5) is known color: Oasis. HEX triplet: FA, EB and C5. RGB value is (250,235,197). Sum of RGB (Red+Green+Blue) = 250+235+197=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 197 (77.34% from 255 or 28.89% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC5 is #05143A. Grayscale: #EBEBEB. Windows color (decimal): -332859 or 12971002. OLE color: 12971002.
HSL color Cylindrical-coordinate representation of color #FAEBC5: hue angle of 43.02º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAEBC5 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 197 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.02 |
| HSL | 43.02º | 0.84% | 0.88% | - |
| HSV(B) | 43.02º | 0.21% | 0.98% | - |
| XYZ | 79.21 | 83.77 | 64.82 | - |
| YUV | 235.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 197 | 0 | 0.06 | 0.21 | 0.02 | 43.02 | 0.84 | 0.88 |
| Hex | FA | EB | C5 | 0 | 6 | 15 | 2 | 2B | 54 | 58 |
| Octal | 372 | 353 | 305 | 0 | 6 | 25 | 2 | 53 | 124 | 130 |
| Binary | 11111010 | 11101011 | 11000101 | 0 | 110 | 10101 | 10 | 101011 | 1010100 | 1011000 |
Color Harmonies of #FAEBC5
Complementary color
Monochromatic Colors of #FAEBC5
Black with #FAEBC5
Text Example
Text Example
White with #FAEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBC5; }
p { color: rgb(250,235,197); }
H1.HeaderClassName
{
color: #FAEBC5;
}
.AnyTagClassName
{
color: #FAEBC5;
}
</style>
background-color css
<style>
a { background-color: #FAEBC5; }
a { background-color: rgb(250,235,197); }
div.DivClassName
{
background-color: #FAEBC5;
}
.BgClassName
{
background-color: #FAEBC5;
}
</style>
border-color css
<style>
span { border-color: #FAEBC5; }
span { border-color: rgb(250,235,197); }
td.TdClassName
{
border-color: #FAEBC5;
}
.TagClassName
{
border-color: #FAEBC5;
}
</style>