Shades of Oasis #FAEDC1
Tints of Oasis #FAEDC1
RGB
CMYK
RGB Variations
Color information
#FAEDC1 (or 0xFAEDC1) is known color: Oasis. HEX triplet: FA, ED and C1. RGB value is (250,237,193). Sum of RGB (Red+Green+Blue) = 250+237+193=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 193 (75.78% from 255 or 28.38% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC1 is #05123E. Grayscale: #ECECEC. Windows color (decimal): -332351 or 12709370. OLE color: 12709370.
HSL color Cylindrical-coordinate representation of color #FAEDC1: hue angle of 46.32º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAEDC1 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 193 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.02 |
| HSL | 46.32º | 0.85% | 0.87% | - |
| HSV(B) | 46.32º | 0.23% | 0.98% | - |
| XYZ | 79.33 | 84.74 | 62.63 | - |
| YUV | 235.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 193 | 0 | 0.05 | 0.23 | 0.02 | 46.32 | 0.85 | 0.87 |
| Hex | FA | ED | C1 | 0 | 5 | 17 | 2 | 2E | 55 | 57 |
| Octal | 372 | 355 | 301 | 0 | 5 | 27 | 2 | 56 | 125 | 127 |
| Binary | 11111010 | 11101101 | 11000001 | 0 | 101 | 10111 | 10 | 101110 | 1010101 | 1010111 |
Color Harmonies of #FAEDC1
Complementary color
Monochromatic Colors of #FAEDC1
Black with #FAEDC1
Text Example
Text Example
White with #FAEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDC1; }
p { color: rgb(250,237,193); }
H1.HeaderClassName
{
color: #FAEDC1;
}
.AnyTagClassName
{
color: #FAEDC1;
}
</style>
background-color css
<style>
a { background-color: #FAEDC1; }
a { background-color: rgb(250,237,193); }
div.DivClassName
{
background-color: #FAEDC1;
}
.BgClassName
{
background-color: #FAEDC1;
}
</style>
border-color css
<style>
span { border-color: #FAEDC1; }
span { border-color: rgb(250,237,193); }
td.TdClassName
{
border-color: #FAEDC1;
}
.TagClassName
{
border-color: #FAEDC1;
}
</style>