Shades of Oasis #FAEDC9
Tints of Oasis #FAEDC9
RGB
CMYK
RGB Variations
Color information
#FAEDC9 (or 0xFAEDC9) is known color: Oasis. HEX triplet: FA, ED and C9. RGB value is (250,237,201). Sum of RGB (Red+Green+Blue) = 250+237+201=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 201 (78.91% from 255 or 29.22% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC9 is #051236. Grayscale: #ECECEC. Windows color (decimal): -332343 or 13233658. OLE color: 13233658.
HSL color Cylindrical-coordinate representation of color #FAEDC9: hue angle of 44.08º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAEDC9 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 201 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.02 |
| HSL | 44.08º | 0.83% | 0.88% | - |
| HSV(B) | 44.08º | 0.2% | 0.98% | - |
| XYZ | 80.25 | 85.11 | 67.46 | - |
| YUV | 236.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 201 | 0 | 0.05 | 0.20 | 0.02 | 44.08 | 0.83 | 0.88 |
| Hex | FA | ED | C9 | 0 | 5 | 14 | 2 | 2C | 53 | 58 |
| Octal | 372 | 355 | 311 | 0 | 5 | 24 | 2 | 54 | 123 | 130 |
| Binary | 11111010 | 11101101 | 11001001 | 0 | 101 | 10100 | 10 | 101100 | 1010011 | 1011000 |
Color Harmonies of #FAEDC9
Complementary color
Monochromatic Colors of #FAEDC9
Black with #FAEDC9
Text Example
Text Example
White with #FAEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDC9; }
p { color: rgb(250,237,201); }
H1.HeaderClassName
{
color: #FAEDC9;
}
.AnyTagClassName
{
color: #FAEDC9;
}
</style>
background-color css
<style>
a { background-color: #FAEDC9; }
a { background-color: rgb(250,237,201); }
div.DivClassName
{
background-color: #FAEDC9;
}
.BgClassName
{
background-color: #FAEDC9;
}
</style>
border-color css
<style>
span { border-color: #FAEDC9; }
span { border-color: rgb(250,237,201); }
td.TdClassName
{
border-color: #FAEDC9;
}
.TagClassName
{
border-color: #FAEDC9;
}
</style>