Shades of Oasis #FAEEC0
Tints of Oasis #FAEEC0
RGB
CMYK
RGB Variations
Color information
#FAEEC0 (or 0xFAEEC0) is known color: Oasis. HEX triplet: FA, EE and C0. RGB value is (250,238,192). Sum of RGB (Red+Green+Blue) = 250+238+192=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC0 is #05113F. Grayscale: #ECECEC. Windows color (decimal): -332096 or 12644090. OLE color: 12644090.
HSL color Cylindrical-coordinate representation of color #FAEEC0: hue angle of 47.59º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAEEC0 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 192 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.02 |
| HSL | 47.59º | 0.85% | 0.87% | - |
| HSV(B) | 47.59º | 0.23% | 0.98% | - |
| XYZ | 79.51 | 85.28 | 62.14 | - |
| YUV | 236.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 192 | 0 | 0.05 | 0.23 | 0.02 | 47.59 | 0.85 | 0.87 |
| Hex | FA | EE | C0 | 0 | 5 | 17 | 2 | 30 | 55 | 57 |
| Octal | 372 | 356 | 300 | 0 | 5 | 27 | 2 | 60 | 125 | 127 |
| Binary | 11111010 | 11101110 | 11000000 | 0 | 101 | 10111 | 10 | 110000 | 1010101 | 1010111 |
Color Harmonies of #FAEEC0
Complementary color
Monochromatic Colors of #FAEEC0
Black with #FAEEC0
Text Example
Text Example
White with #FAEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEC0; }
p { color: rgb(250,238,192); }
H1.HeaderClassName
{
color: #FAEEC0;
}
.AnyTagClassName
{
color: #FAEEC0;
}
</style>
background-color css
<style>
a { background-color: #FAEEC0; }
a { background-color: rgb(250,238,192); }
div.DivClassName
{
background-color: #FAEEC0;
}
.BgClassName
{
background-color: #FAEEC0;
}
</style>
border-color css
<style>
span { border-color: #FAEEC0; }
span { border-color: rgb(250,238,192); }
td.TdClassName
{
border-color: #FAEEC0;
}
.TagClassName
{
border-color: #FAEEC0;
}
</style>