Shades of Oasis #FAEEC8
Tints of Oasis #FAEEC8
RGB
CMYK
RGB Variations
Color information
#FAEEC8 (or 0xFAEEC8) is known color: Oasis. HEX triplet: FA, EE and C8. RGB value is (250,238,200). Sum of RGB (Red+Green+Blue) = 250+238+200=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC8 is #051137. Grayscale: #EDEDED. Windows color (decimal): -332088 or 13168378. OLE color: 13168378.
HSL color Cylindrical-coordinate representation of color #FAEEC8: hue angle of 45.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAEEC8 is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 200 | - |
| CMYK | 0 | 0.05 | 0.2 | 0.02 |
| HSL | 45.6º | 0.83% | 0.88% | - |
| HSV(B) | 45.6º | 0.2% | 0.98% | - |
| XYZ | 80.42 | 85.64 | 66.94 | - |
| YUV | 237.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 200 | 0 | 0.05 | 0.2 | 0.02 | 45.6 | 0.83 | 0.88 |
| Hex | FA | EE | C8 | 0 | 5 | 14 | 2 | 2E | 53 | 58 |
| Octal | 372 | 356 | 310 | 0 | 5 | 24 | 2 | 56 | 123 | 130 |
| Binary | 11111010 | 11101110 | 11001000 | 0 | 101 | 10100 | 10 | 101110 | 1010011 | 1011000 |
Color Harmonies of #FAEEC8
Complementary color
Monochromatic Colors of #FAEEC8
Black with #FAEEC8
Text Example
Text Example
White with #FAEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEC8; }
p { color: rgb(250,238,200); }
H1.HeaderClassName
{
color: #FAEEC8;
}
.AnyTagClassName
{
color: #FAEEC8;
}
</style>
background-color css
<style>
a { background-color: #FAEEC8; }
a { background-color: rgb(250,238,200); }
div.DivClassName
{
background-color: #FAEEC8;
}
.BgClassName
{
background-color: #FAEEC8;
}
</style>
border-color css
<style>
span { border-color: #FAEEC8; }
span { border-color: rgb(250,238,200); }
td.TdClassName
{
border-color: #FAEEC8;
}
.TagClassName
{
border-color: #FAEEC8;
}
</style>