Shades of Oasis #FAEDC2
Tints of Oasis #FAEDC2
RGB
CMYK
RGB Variations
Color information
#FAEDC2 (or 0xFAEDC2) is known color: Oasis. HEX triplet: FA, ED and C2. RGB value is (250,237,194). Sum of RGB (Red+Green+Blue) = 250+237+194=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 194 (76.17% from 255 or 28.49% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC2 is #05123D. Grayscale: #ECECEC. Windows color (decimal): -332350 or 12774906. OLE color: 12774906.
HSL color Cylindrical-coordinate representation of color #FAEDC2: hue angle of 46.07º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAEDC2 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 194 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.02 |
| HSL | 46.07º | 0.85% | 0.87% | - |
| HSV(B) | 46.07º | 0.22% | 0.98% | - |
| XYZ | 79.45 | 84.79 | 63.22 | - |
| YUV | 235.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 194 | 0 | 0.05 | 0.22 | 0.02 | 46.07 | 0.85 | 0.87 |
| Hex | FA | ED | C2 | 0 | 5 | 16 | 2 | 2E | 55 | 57 |
| Octal | 372 | 355 | 302 | 0 | 5 | 26 | 2 | 56 | 125 | 127 |
| Binary | 11111010 | 11101101 | 11000010 | 0 | 101 | 10110 | 10 | 101110 | 1010101 | 1010111 |
Color Harmonies of #FAEDC2
Complementary color
Monochromatic Colors of #FAEDC2
Black with #FAEDC2
Text Example
Text Example
White with #FAEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDC2; }
p { color: rgb(250,237,194); }
H1.HeaderClassName
{
color: #FAEDC2;
}
.AnyTagClassName
{
color: #FAEDC2;
}
</style>
background-color css
<style>
a { background-color: #FAEDC2; }
a { background-color: rgb(250,237,194); }
div.DivClassName
{
background-color: #FAEDC2;
}
.BgClassName
{
background-color: #FAEDC2;
}
</style>
border-color css
<style>
span { border-color: #FAEDC2; }
span { border-color: rgb(250,237,194); }
td.TdClassName
{
border-color: #FAEDC2;
}
.TagClassName
{
border-color: #FAEDC2;
}
</style>