Shades of Oasis #FAEFC9
Tints of Oasis #FAEFC9
RGB
CMYK
RGB Variations
Color information
#FAEFC9 (or 0xFAEFC9) is known color: Oasis. HEX triplet: FA, EF and C9. RGB value is (250,239,201). Sum of RGB (Red+Green+Blue) = 250+239+201=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC9 is #051036. Grayscale: #EEEEEE. Windows color (decimal): -331831 or 13234170. OLE color: 13234170.
HSL color Cylindrical-coordinate representation of color #FAEFC9: hue angle of 46.53º 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 #FAEFC9 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 201 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.02 |
| HSL | 46.53º | 0.83% | 0.88% | - |
| HSV(B) | 46.53º | 0.2% | 0.98% | - |
| XYZ | 80.83 | 86.27 | 67.65 | - |
| YUV | 237.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 201 | 0 | 0.04 | 0.20 | 0.02 | 46.53 | 0.83 | 0.88 |
| Hex | FA | EF | C9 | 0 | 4 | 14 | 2 | 2F | 53 | 58 |
| Octal | 372 | 357 | 311 | 0 | 4 | 24 | 2 | 57 | 123 | 130 |
| Binary | 11111010 | 11101111 | 11001001 | 0 | 100 | 10100 | 10 | 101111 | 1010011 | 1011000 |
Color Harmonies of #FAEFC9
Complementary color
Monochromatic Colors of #FAEFC9
Black with #FAEFC9
Text Example
Text Example
White with #FAEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFC9; }
p { color: rgb(250,239,201); }
H1.HeaderClassName
{
color: #FAEFC9;
}
.AnyTagClassName
{
color: #FAEFC9;
}
</style>
background-color css
<style>
a { background-color: #FAEFC9; }
a { background-color: rgb(250,239,201); }
div.DivClassName
{
background-color: #FAEFC9;
}
.BgClassName
{
background-color: #FAEFC9;
}
</style>
border-color css
<style>
span { border-color: #FAEFC9; }
span { border-color: rgb(250,239,201); }
td.TdClassName
{
border-color: #FAEFC9;
}
.TagClassName
{
border-color: #FAEFC9;
}
</style>