Shades of Oasis #FAEEBC
Tints of Oasis #FAEEBC
RGB
CMYK
RGB Variations
Color information
#FAEEBC (or 0xFAEEBC) is known color: Oasis. HEX triplet: FA, EE and BC. RGB value is (250,238,188). Sum of RGB (Red+Green+Blue) = 250+238+188=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 188 (73.83% from 255 or 27.81% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEBC is #051143. Grayscale: #ECECEC. Windows color (decimal): -332100 or 12381946. OLE color: 12381946.
HSL color Cylindrical-coordinate representation of color #FAEEBC: hue angle of 48.39º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAEEBC is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 188 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.02 |
| HSL | 48.39º | 0.86% | 0.86% | - |
| HSV(B) | 48.39º | 0.25% | 0.98% | - |
| XYZ | 79.08 | 85.1 | 59.84 | - |
| YUV | 235.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 188 | 0 | 0.05 | 0.25 | 0.02 | 48.39 | 0.86 | 0.86 |
| Hex | FA | EE | BC | 0 | 5 | 19 | 2 | 30 | 56 | 56 |
| Octal | 372 | 356 | 274 | 0 | 5 | 31 | 2 | 60 | 126 | 126 |
| Binary | 11111010 | 11101110 | 10111100 | 0 | 101 | 11001 | 10 | 110000 | 1010110 | 1010110 |
Color Harmonies of #FAEEBC
Complementary color
Monochromatic Colors of #FAEEBC
Black with #FAEEBC
Text Example
Text Example
White with #FAEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEBC; }
p { color: rgb(250,238,188); }
H1.HeaderClassName
{
color: #FAEEBC;
}
.AnyTagClassName
{
color: #FAEEBC;
}
</style>
background-color css
<style>
a { background-color: #FAEEBC; }
a { background-color: rgb(250,238,188); }
div.DivClassName
{
background-color: #FAEEBC;
}
.BgClassName
{
background-color: #FAEEBC;
}
</style>
border-color css
<style>
span { border-color: #FAEEBC; }
span { border-color: rgb(250,238,188); }
td.TdClassName
{
border-color: #FAEEBC;
}
.TagClassName
{
border-color: #FAEEBC;
}
</style>