Shades of Oasis #FAEEC6
Tints of Oasis #FAEEC6
RGB
CMYK
RGB Variations
Color information
#FAEEC6 (or 0xFAEEC6) is known color: Oasis. HEX triplet: FA, EE and C6. RGB value is (250,238,198). Sum of RGB (Red+Green+Blue) = 250+238+198=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC6 is #051139. Grayscale: #EDEDED. Windows color (decimal): -332090 or 13037306. OLE color: 13037306.
HSL color Cylindrical-coordinate representation of color #FAEEC6: hue angle of 46.15º 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 #FAEEC6 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 198 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.02 |
| HSL | 46.15º | 0.84% | 0.88% | - |
| HSV(B) | 46.15º | 0.21% | 0.98% | - |
| XYZ | 80.19 | 85.55 | 65.71 | - |
| YUV | 237.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 198 | 0 | 0.05 | 0.21 | 0.02 | 46.15 | 0.84 | 0.88 |
| Hex | FA | EE | C6 | 0 | 5 | 15 | 2 | 2E | 54 | 58 |
| Octal | 372 | 356 | 306 | 0 | 5 | 25 | 2 | 56 | 124 | 130 |
| Binary | 11111010 | 11101110 | 11000110 | 0 | 101 | 10101 | 10 | 101110 | 1010100 | 1011000 |
Color Harmonies of #FAEEC6
Complementary color
Monochromatic Colors of #FAEEC6
Black with #FAEEC6
Text Example
Text Example
White with #FAEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEC6; }
p { color: rgb(250,238,198); }
H1.HeaderClassName
{
color: #FAEEC6;
}
.AnyTagClassName
{
color: #FAEEC6;
}
</style>
background-color css
<style>
a { background-color: #FAEEC6; }
a { background-color: rgb(250,238,198); }
div.DivClassName
{
background-color: #FAEEC6;
}
.BgClassName
{
background-color: #FAEEC6;
}
</style>
border-color css
<style>
span { border-color: #FAEEC6; }
span { border-color: rgb(250,238,198); }
td.TdClassName
{
border-color: #FAEEC6;
}
.TagClassName
{
border-color: #FAEEC6;
}
</style>