Shades of Oasis #FAECC5
Tints of Oasis #FAECC5
RGB
CMYK
RGB Variations
Color information
#FAECC5 (or 0xFAECC5) is known color: Oasis. HEX triplet: FA, EC and C5. RGB value is (250,236,197). Sum of RGB (Red+Green+Blue) = 250+236+197=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC5 is #05133A. Grayscale: #EBEBEB. Windows color (decimal): -332603 or 12971258. OLE color: 12971258.
HSL color Cylindrical-coordinate representation of color #FAECC5: hue angle of 44.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 #FAECC5 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 197 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.02 |
| HSL | 44.15º | 0.84% | 0.88% | - |
| HSV(B) | 44.15º | 0.21% | 0.98% | - |
| XYZ | 79.5 | 84.35 | 64.91 | - |
| YUV | 235.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 197 | 0 | 0.06 | 0.21 | 0.02 | 44.15 | 0.84 | 0.88 |
| Hex | FA | EC | C5 | 0 | 6 | 15 | 2 | 2C | 54 | 58 |
| Octal | 372 | 354 | 305 | 0 | 6 | 25 | 2 | 54 | 124 | 130 |
| Binary | 11111010 | 11101100 | 11000101 | 0 | 110 | 10101 | 10 | 101100 | 1010100 | 1011000 |
Color Harmonies of #FAECC5
Complementary color
Monochromatic Colors of #FAECC5
Black with #FAECC5
Text Example
Text Example
White with #FAECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECC5; }
p { color: rgb(250,236,197); }
H1.HeaderClassName
{
color: #FAECC5;
}
.AnyTagClassName
{
color: #FAECC5;
}
</style>
background-color css
<style>
a { background-color: #FAECC5; }
a { background-color: rgb(250,236,197); }
div.DivClassName
{
background-color: #FAECC5;
}
.BgClassName
{
background-color: #FAECC5;
}
</style>
border-color css
<style>
span { border-color: #FAECC5; }
span { border-color: rgb(250,236,197); }
td.TdClassName
{
border-color: #FAECC5;
}
.TagClassName
{
border-color: #FAECC5;
}
</style>