Shades of Oasis #FAEECA
Tints of Oasis #FAEECA
RGB
CMYK
RGB Variations
Color information
#FAEECA (or 0xFAEECA) is known color: Oasis. HEX triplet: FA, EE and CA. RGB value is (250,238,202). Sum of RGB (Red+Green+Blue) = 250+238+202=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEECA is #051135. Grayscale: #EDEDED. Windows color (decimal): -332086 or 13299450. OLE color: 13299450.
HSL color Cylindrical-coordinate representation of color #FAEECA: hue angle of 45º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAEECA is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 202 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.02 |
| HSL | 45º | 0.83% | 0.89% | - |
| HSV(B) | 45º | 0.19% | 0.98% | - |
| XYZ | 80.66 | 85.74 | 68.17 | - |
| YUV | 237.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 202 | 0 | 0.05 | 0.19 | 0.02 | 45 | 0.83 | 0.89 |
| Hex | FA | EE | CA | 0 | 5 | 13 | 2 | 2D | 53 | 59 |
| Octal | 372 | 356 | 312 | 0 | 5 | 23 | 2 | 55 | 123 | 131 |
| Binary | 11111010 | 11101110 | 11001010 | 0 | 101 | 10011 | 10 | 101101 | 1010011 | 1011001 |
Color Harmonies of #FAEECA
Complementary color
Monochromatic Colors of #FAEECA
Black with #FAEECA
Text Example
Text Example
White with #FAEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEECA; }
p { color: rgb(250,238,202); }
H1.HeaderClassName
{
color: #FAEECA;
}
.AnyTagClassName
{
color: #FAEECA;
}
</style>
background-color css
<style>
a { background-color: #FAEECA; }
a { background-color: rgb(250,238,202); }
div.DivClassName
{
background-color: #FAEECA;
}
.BgClassName
{
background-color: #FAEECA;
}
</style>
border-color css
<style>
span { border-color: #FAEECA; }
span { border-color: rgb(250,238,202); }
td.TdClassName
{
border-color: #FAEECA;
}
.TagClassName
{
border-color: #FAEECA;
}
</style>