Shades of Oasis #FAEFC6
Tints of Oasis #FAEFC6
RGB
CMYK
RGB Variations
Color information
#FAEFC6 (or 0xFAEFC6) is known color: Oasis. HEX triplet: FA, EF and C6. RGB value is (250,239,198). Sum of RGB (Red+Green+Blue) = 250+239+198=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC6 is #051039. Grayscale: #EDEDED. Windows color (decimal): -331834 or 13037562. OLE color: 13037562.
HSL color Cylindrical-coordinate representation of color #FAEFC6: hue angle of 47.31º 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 #FAEFC6 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 198 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.02 |
| HSL | 47.31º | 0.84% | 0.88% | - |
| HSV(B) | 47.31º | 0.21% | 0.98% | - |
| XYZ | 80.48 | 86.13 | 65.81 | - |
| YUV | 237.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 198 | 0 | 0.04 | 0.21 | 0.02 | 47.31 | 0.84 | 0.88 |
| Hex | FA | EF | C6 | 0 | 4 | 15 | 2 | 2F | 54 | 58 |
| Octal | 372 | 357 | 306 | 0 | 4 | 25 | 2 | 57 | 124 | 130 |
| Binary | 11111010 | 11101111 | 11000110 | 0 | 100 | 10101 | 10 | 101111 | 1010100 | 1011000 |
Color Harmonies of #FAEFC6
Complementary color
Monochromatic Colors of #FAEFC6
Black with #FAEFC6
Text Example
Text Example
White with #FAEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFC6; }
p { color: rgb(250,239,198); }
H1.HeaderClassName
{
color: #FAEFC6;
}
.AnyTagClassName
{
color: #FAEFC6;
}
</style>
background-color css
<style>
a { background-color: #FAEFC6; }
a { background-color: rgb(250,239,198); }
div.DivClassName
{
background-color: #FAEFC6;
}
.BgClassName
{
background-color: #FAEFC6;
}
</style>
border-color css
<style>
span { border-color: #FAEFC6; }
span { border-color: rgb(250,239,198); }
td.TdClassName
{
border-color: #FAEFC6;
}
.TagClassName
{
border-color: #FAEFC6;
}
</style>