Shades of Oasis #FAEABF
Tints of Oasis #FAEABF
RGB
CMYK
RGB Variations
Color information
#FAEABF (or 0xFAEABF) is known color: Oasis. HEX triplet: FA, EA and BF. RGB value is (250,234,191). Sum of RGB (Red+Green+Blue) = 250+234+191=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEABF is #051540. Grayscale: #EAEAEA. Windows color (decimal): -333121 or 12577530. OLE color: 12577530.
HSL color Cylindrical-coordinate representation of color #FAEABF: hue angle of 43.73º 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 #FAEABF is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 191 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.02 |
| HSL | 43.73º | 0.86% | 0.86% | - |
| HSV(B) | 43.73º | 0.24% | 0.98% | - |
| XYZ | 78.25 | 82.93 | 61.17 | - |
| YUV | 233.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 191 | 0 | 0.06 | 0.24 | 0.02 | 43.73 | 0.86 | 0.86 |
| Hex | FA | EA | BF | 0 | 6 | 18 | 2 | 2C | 56 | 56 |
| Octal | 372 | 352 | 277 | 0 | 6 | 30 | 2 | 54 | 126 | 126 |
| Binary | 11111010 | 11101010 | 10111111 | 0 | 110 | 11000 | 10 | 101100 | 1010110 | 1010110 |
Color Harmonies of #FAEABF
Complementary color
Monochromatic Colors of #FAEABF
Black with #FAEABF
Text Example
Text Example
White with #FAEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEABF; }
p { color: rgb(250,234,191); }
H1.HeaderClassName
{
color: #FAEABF;
}
.AnyTagClassName
{
color: #FAEABF;
}
</style>
background-color css
<style>
a { background-color: #FAEABF; }
a { background-color: rgb(250,234,191); }
div.DivClassName
{
background-color: #FAEABF;
}
.BgClassName
{
background-color: #FAEABF;
}
</style>
border-color css
<style>
span { border-color: #FAEABF; }
span { border-color: rgb(250,234,191); }
td.TdClassName
{
border-color: #FAEABF;
}
.TagClassName
{
border-color: #FAEABF;
}
</style>