Shades of Oasis #FAECC6
Tints of Oasis #FAECC6
RGB
CMYK
RGB Variations
Color information
#FAECC6 (or 0xFAECC6) is known color: Oasis. HEX triplet: FA, EC and C6. RGB value is (250,236,198). Sum of RGB (Red+Green+Blue) = 250+236+198=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 198 (77.73% from 255 or 28.95% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC6 is #051339. Grayscale: #ECECEC. Windows color (decimal): -332602 or 13036794. OLE color: 13036794.
HSL color Cylindrical-coordinate representation of color #FAECC6: hue angle of 43.85º 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 #FAECC6 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 198 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.02 |
| HSL | 43.85º | 0.84% | 0.88% | - |
| HSV(B) | 43.85º | 0.21% | 0.98% | - |
| XYZ | 79.61 | 84.39 | 65.52 | - |
| YUV | 235.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 198 | 0 | 0.06 | 0.21 | 0.02 | 43.85 | 0.84 | 0.88 |
| Hex | FA | EC | C6 | 0 | 6 | 15 | 2 | 2C | 54 | 58 |
| Octal | 372 | 354 | 306 | 0 | 6 | 25 | 2 | 54 | 124 | 130 |
| Binary | 11111010 | 11101100 | 11000110 | 0 | 110 | 10101 | 10 | 101100 | 1010100 | 1011000 |
Color Harmonies of #FAECC6
Complementary color
Monochromatic Colors of #FAECC6
Black with #FAECC6
Text Example
Text Example
White with #FAECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECC6; }
p { color: rgb(250,236,198); }
H1.HeaderClassName
{
color: #FAECC6;
}
.AnyTagClassName
{
color: #FAECC6;
}
</style>
background-color css
<style>
a { background-color: #FAECC6; }
a { background-color: rgb(250,236,198); }
div.DivClassName
{
background-color: #FAECC6;
}
.BgClassName
{
background-color: #FAECC6;
}
</style>
border-color css
<style>
span { border-color: #FAECC6; }
span { border-color: rgb(250,236,198); }
td.TdClassName
{
border-color: #FAECC6;
}
.TagClassName
{
border-color: #FAECC6;
}
</style>