Shades of Oasis #FAEDC7
Tints of Oasis #FAEDC7
RGB
CMYK
RGB Variations
Color information
#FAEDC7 (or 0xFAEDC7) is known color: Oasis. HEX triplet: FA, ED and C7. RGB value is (250,237,199). Sum of RGB (Red+Green+Blue) = 250+237+199=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 199 (78.12% from 255 or 29.01% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC7 is #051238. Grayscale: #ECECEC. Windows color (decimal): -332345 or 13102586. OLE color: 13102586.
HSL color Cylindrical-coordinate representation of color #FAEDC7: hue angle of 44.71º degrees, saturation: 0.84, 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 #FAEDC7 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 199 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.02 |
| HSL | 44.71º | 0.84% | 0.88% | - |
| HSV(B) | 44.71º | 0.2% | 0.98% | - |
| XYZ | 80.02 | 85.02 | 66.23 | - |
| YUV | 236.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 199 | 0 | 0.05 | 0.20 | 0.02 | 44.71 | 0.84 | 0.88 |
| Hex | FA | ED | C7 | 0 | 5 | 14 | 2 | 2D | 54 | 58 |
| Octal | 372 | 355 | 307 | 0 | 5 | 24 | 2 | 55 | 124 | 130 |
| Binary | 11111010 | 11101101 | 11000111 | 0 | 101 | 10100 | 10 | 101101 | 1010100 | 1011000 |
Color Harmonies of #FAEDC7
Complementary color
Monochromatic Colors of #FAEDC7
Black with #FAEDC7
Text Example
Text Example
White with #FAEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDC7; }
p { color: rgb(250,237,199); }
H1.HeaderClassName
{
color: #FAEDC7;
}
.AnyTagClassName
{
color: #FAEDC7;
}
</style>
background-color css
<style>
a { background-color: #FAEDC7; }
a { background-color: rgb(250,237,199); }
div.DivClassName
{
background-color: #FAEDC7;
}
.BgClassName
{
background-color: #FAEDC7;
}
</style>
border-color css
<style>
span { border-color: #FAEDC7; }
span { border-color: rgb(250,237,199); }
td.TdClassName
{
border-color: #FAEDC7;
}
.TagClassName
{
border-color: #FAEDC7;
}
</style>