Shades of Oasis #FAE9BF
Tints of Oasis #FAE9BF
RGB
CMYK
RGB Variations
Color information
#FAE9BF (or 0xFAE9BF) is known color: Oasis. HEX triplet: FA, E9 and BF. RGB value is (250,233,191). Sum of RGB (Red+Green+Blue) = 250+233+191=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 191 (75% from 255 or 28.34% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9BF is #051640. Grayscale: #E9E9E9. Windows color (decimal): -333377 or 12577274. OLE color: 12577274.
HSL color Cylindrical-coordinate representation of color #FAE9BF: hue angle of 42.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAE9BF is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 191 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.02 |
| HSL | 42.71º | 0.86% | 0.86% | - |
| HSV(B) | 42.71º | 0.24% | 0.98% | - |
| XYZ | 77.97 | 82.36 | 61.08 | - |
| YUV | 233.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 191 | 0 | 0.07 | 0.24 | 0.02 | 42.71 | 0.86 | 0.86 |
| Hex | FA | E9 | BF | 0 | 7 | 18 | 2 | 2B | 56 | 56 |
| Octal | 372 | 351 | 277 | 0 | 7 | 30 | 2 | 53 | 126 | 126 |
| Binary | 11111010 | 11101001 | 10111111 | 0 | 111 | 11000 | 10 | 101011 | 1010110 | 1010110 |
Color Harmonies of #FAE9BF
Complementary color
Monochromatic Colors of #FAE9BF
Black with #FAE9BF
Text Example
Text Example
White with #FAE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9BF; }
p { color: rgb(250,233,191); }
H1.HeaderClassName
{
color: #FAE9BF;
}
.AnyTagClassName
{
color: #FAE9BF;
}
</style>
background-color css
<style>
a { background-color: #FAE9BF; }
a { background-color: rgb(250,233,191); }
div.DivClassName
{
background-color: #FAE9BF;
}
.BgClassName
{
background-color: #FAE9BF;
}
</style>
border-color css
<style>
span { border-color: #FAE9BF; }
span { border-color: rgb(250,233,191); }
td.TdClassName
{
border-color: #FAE9BF;
}
.TagClassName
{
border-color: #FAE9BF;
}
</style>