Shades of Oasis #FAEEBE
Tints of Oasis #FAEEBE
RGB
CMYK
RGB Variations
Color information
#FAEEBE (or 0xFAEEBE) is known color: Oasis. HEX triplet: FA, EE and BE. RGB value is (250,238,190). Sum of RGB (Red+Green+Blue) = 250+238+190=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEBE is #051141. Grayscale: #ECECEC. Windows color (decimal): -332098 or 12513018. OLE color: 12513018.
HSL color Cylindrical-coordinate representation of color #FAEEBE: hue angle of 48º 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 #FAEEBE is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 190 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.02 |
| HSL | 48º | 0.86% | 0.86% | - |
| HSV(B) | 48º | 0.24% | 0.98% | - |
| XYZ | 79.29 | 85.19 | 60.98 | - |
| YUV | 236.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 190 | 0 | 0.05 | 0.24 | 0.02 | 48 | 0.86 | 0.86 |
| Hex | FA | EE | BE | 0 | 5 | 18 | 2 | 30 | 56 | 56 |
| Octal | 372 | 356 | 276 | 0 | 5 | 30 | 2 | 60 | 126 | 126 |
| Binary | 11111010 | 11101110 | 10111110 | 0 | 101 | 11000 | 10 | 110000 | 1010110 | 1010110 |
Color Harmonies of #FAEEBE
Complementary color
Monochromatic Colors of #FAEEBE
Black with #FAEEBE
Text Example
Text Example
White with #FAEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEBE; }
p { color: rgb(250,238,190); }
H1.HeaderClassName
{
color: #FAEEBE;
}
.AnyTagClassName
{
color: #FAEEBE;
}
</style>
background-color css
<style>
a { background-color: #FAEEBE; }
a { background-color: rgb(250,238,190); }
div.DivClassName
{
background-color: #FAEEBE;
}
.BgClassName
{
background-color: #FAEEBE;
}
</style>
border-color css
<style>
span { border-color: #FAEEBE; }
span { border-color: rgb(250,238,190); }
td.TdClassName
{
border-color: #FAEEBE;
}
.TagClassName
{
border-color: #FAEEBE;
}
</style>