Shades of Oasis #FAEAC5
Tints of Oasis #FAEAC5
RGB
CMYK
RGB Variations
Color information
#FAEAC5 (or 0xFAEAC5) is known color: Oasis. HEX triplet: FA, EA and C5. RGB value is (250,234,197). Sum of RGB (Red+Green+Blue) = 250+234+197=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 197 (77.34% from 255 or 28.93% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAC5 is #05153A. Grayscale: #EAEAEA. Windows color (decimal): -333115 or 12970746. OLE color: 12970746.
HSL color Cylindrical-coordinate representation of color #FAEAC5: hue angle of 41.89º 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 #FAEAC5 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 197 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.02 |
| HSL | 41.89º | 0.84% | 0.88% | - |
| HSV(B) | 41.89º | 0.21% | 0.98% | - |
| XYZ | 78.93 | 83.2 | 64.72 | - |
| YUV | 234.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 197 | 0 | 0.06 | 0.21 | 0.02 | 41.89 | 0.84 | 0.88 |
| Hex | FA | EA | C5 | 0 | 6 | 15 | 2 | 2A | 54 | 58 |
| Octal | 372 | 352 | 305 | 0 | 6 | 25 | 2 | 52 | 124 | 130 |
| Binary | 11111010 | 11101010 | 11000101 | 0 | 110 | 10101 | 10 | 101010 | 1010100 | 1011000 |
Color Harmonies of #FAEAC5
Complementary color
Monochromatic Colors of #FAEAC5
Black with #FAEAC5
Text Example
Text Example
White with #FAEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAC5; }
p { color: rgb(250,234,197); }
H1.HeaderClassName
{
color: #FAEAC5;
}
.AnyTagClassName
{
color: #FAEAC5;
}
</style>
background-color css
<style>
a { background-color: #FAEAC5; }
a { background-color: rgb(250,234,197); }
div.DivClassName
{
background-color: #FAEAC5;
}
.BgClassName
{
background-color: #FAEAC5;
}
</style>
border-color css
<style>
span { border-color: #FAEAC5; }
span { border-color: rgb(250,234,197); }
td.TdClassName
{
border-color: #FAEAC5;
}
.TagClassName
{
border-color: #FAEAC5;
}
</style>