Shades of Oasis #FAECC2
Tints of Oasis #FAECC2
RGB
CMYK
RGB Variations
Color information
#FAECC2 (or 0xFAECC2) is known color: Oasis. HEX triplet: FA, EC and C2. RGB value is (250,236,194). Sum of RGB (Red+Green+Blue) = 250+236+194=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 194 (76.17% from 255 or 28.53% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC2 is #05133D. Grayscale: #EBEBEB. Windows color (decimal): -332606 or 12774650. OLE color: 12774650.
HSL color Cylindrical-coordinate representation of color #FAECC2: hue angle of 45º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAECC2 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 194 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.02 |
| HSL | 45º | 0.85% | 0.87% | - |
| HSV(B) | 45º | 0.22% | 0.98% | - |
| XYZ | 79.16 | 84.21 | 63.12 | - |
| YUV | 235.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 194 | 0 | 0.06 | 0.22 | 0.02 | 45 | 0.85 | 0.87 |
| Hex | FA | EC | C2 | 0 | 6 | 16 | 2 | 2D | 55 | 57 |
| Octal | 372 | 354 | 302 | 0 | 6 | 26 | 2 | 55 | 125 | 127 |
| Binary | 11111010 | 11101100 | 11000010 | 0 | 110 | 10110 | 10 | 101101 | 1010101 | 1010111 |
Color Harmonies of #FAECC2
Complementary color
Monochromatic Colors of #FAECC2
Black with #FAECC2
Text Example
Text Example
White with #FAECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECC2; }
p { color: rgb(250,236,194); }
H1.HeaderClassName
{
color: #FAECC2;
}
.AnyTagClassName
{
color: #FAECC2;
}
</style>
background-color css
<style>
a { background-color: #FAECC2; }
a { background-color: rgb(250,236,194); }
div.DivClassName
{
background-color: #FAECC2;
}
.BgClassName
{
background-color: #FAECC2;
}
</style>
border-color css
<style>
span { border-color: #FAECC2; }
span { border-color: rgb(250,236,194); }
td.TdClassName
{
border-color: #FAECC2;
}
.TagClassName
{
border-color: #FAECC2;
}
</style>