Shades of Oasis #FAEDC6
Tints of Oasis #FAEDC6
RGB
CMYK
RGB Variations
Color information
#FAEDC6 (or 0xFAEDC6) is known color: Oasis. HEX triplet: FA, ED and C6. RGB value is (250,237,198). Sum of RGB (Red+Green+Blue) = 250+237+198=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC6 is #051239. Grayscale: #ECECEC. Windows color (decimal): -332346 or 13037050. OLE color: 13037050.
HSL color Cylindrical-coordinate representation of color #FAEDC6: hue angle of 45º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAEDC6 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 198 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.02 |
| HSL | 45º | 0.84% | 0.88% | - |
| HSV(B) | 45º | 0.21% | 0.98% | - |
| XYZ | 79.9 | 84.97 | 65.62 | - |
| YUV | 236.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 198 | 0 | 0.05 | 0.21 | 0.02 | 45 | 0.84 | 0.88 |
| Hex | FA | ED | C6 | 0 | 5 | 15 | 2 | 2D | 54 | 58 |
| Octal | 372 | 355 | 306 | 0 | 5 | 25 | 2 | 55 | 124 | 130 |
| Binary | 11111010 | 11101101 | 11000110 | 0 | 101 | 10101 | 10 | 101101 | 1010100 | 1011000 |
Color Harmonies of #FAEDC6
Complementary color
Monochromatic Colors of #FAEDC6
Black with #FAEDC6
Text Example
Text Example
White with #FAEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDC6; }
p { color: rgb(250,237,198); }
H1.HeaderClassName
{
color: #FAEDC6;
}
.AnyTagClassName
{
color: #FAEDC6;
}
</style>
background-color css
<style>
a { background-color: #FAEDC6; }
a { background-color: rgb(250,237,198); }
div.DivClassName
{
background-color: #FAEDC6;
}
.BgClassName
{
background-color: #FAEDC6;
}
</style>
border-color css
<style>
span { border-color: #FAEDC6; }
span { border-color: rgb(250,237,198); }
td.TdClassName
{
border-color: #FAEDC6;
}
.TagClassName
{
border-color: #FAEDC6;
}
</style>