Shades of Oasis #FAEEBD
Tints of Oasis #FAEEBD
RGB
CMYK
RGB Variations
Color information
#FAEEBD (or 0xFAEEBD) is known color: Oasis. HEX triplet: FA, EE and BD. RGB value is (250,238,189). Sum of RGB (Red+Green+Blue) = 250+238+189=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 189 (74.22% from 255 or 27.92% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEBD is #051142. Grayscale: #ECECEC. Windows color (decimal): -332099 or 12447482. OLE color: 12447482.
HSL color Cylindrical-coordinate representation of color #FAEEBD: hue angle of 48.2º 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 #FAEEBD is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 189 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.02 |
| HSL | 48.2º | 0.86% | 0.86% | - |
| HSV(B) | 48.2º | 0.24% | 0.98% | - |
| XYZ | 79.18 | 85.15 | 60.41 | - |
| YUV | 236 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 189 | 0 | 0.05 | 0.24 | 0.02 | 48.2 | 0.86 | 0.86 |
| Hex | FA | EE | BD | 0 | 5 | 18 | 2 | 30 | 56 | 56 |
| Octal | 372 | 356 | 275 | 0 | 5 | 30 | 2 | 60 | 126 | 126 |
| Binary | 11111010 | 11101110 | 10111101 | 0 | 101 | 11000 | 10 | 110000 | 1010110 | 1010110 |
Color Harmonies of #FAEEBD
Complementary color
Monochromatic Colors of #FAEEBD
Black with #FAEEBD
Text Example
Text Example
White with #FAEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEBD; }
p { color: rgb(250,238,189); }
H1.HeaderClassName
{
color: #FAEEBD;
}
.AnyTagClassName
{
color: #FAEEBD;
}
</style>
background-color css
<style>
a { background-color: #FAEEBD; }
a { background-color: rgb(250,238,189); }
div.DivClassName
{
background-color: #FAEEBD;
}
.BgClassName
{
background-color: #FAEEBD;
}
</style>
border-color css
<style>
span { border-color: #FAEEBD; }
span { border-color: rgb(250,238,189); }
td.TdClassName
{
border-color: #FAEEBD;
}
.TagClassName
{
border-color: #FAEEBD;
}
</style>