Shades of Oasis #FAEEC2
Tints of Oasis #FAEEC2
RGB
CMYK
RGB Variations
Color information
#FAEEC2 (or 0xFAEEC2) is known color: Oasis. HEX triplet: FA, EE and C2. RGB value is (250,238,194). Sum of RGB (Red+Green+Blue) = 250+238+194=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 194 (76.17% from 255 or 28.45% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC2 is #05113D. Grayscale: #ECECEC. Windows color (decimal): -332094 or 12775162. OLE color: 12775162.
HSL color Cylindrical-coordinate representation of color #FAEEC2: hue angle of 47.14º 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 #FAEEC2 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 194 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.02 |
| HSL | 47.14º | 0.85% | 0.87% | - |
| HSV(B) | 47.14º | 0.22% | 0.98% | - |
| XYZ | 79.74 | 85.37 | 63.31 | - |
| YUV | 236.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 194 | 0 | 0.05 | 0.22 | 0.02 | 47.14 | 0.85 | 0.87 |
| Hex | FA | EE | C2 | 0 | 5 | 16 | 2 | 2F | 55 | 57 |
| Octal | 372 | 356 | 302 | 0 | 5 | 26 | 2 | 57 | 125 | 127 |
| Binary | 11111010 | 11101110 | 11000010 | 0 | 101 | 10110 | 10 | 101111 | 1010101 | 1010111 |
Color Harmonies of #FAEEC2
Complementary color
Monochromatic Colors of #FAEEC2
Black with #FAEEC2
Text Example
Text Example
White with #FAEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEC2; }
p { color: rgb(250,238,194); }
H1.HeaderClassName
{
color: #FAEEC2;
}
.AnyTagClassName
{
color: #FAEEC2;
}
</style>
background-color css
<style>
a { background-color: #FAEEC2; }
a { background-color: rgb(250,238,194); }
div.DivClassName
{
background-color: #FAEEC2;
}
.BgClassName
{
background-color: #FAEEC2;
}
</style>
border-color css
<style>
span { border-color: #FAEEC2; }
span { border-color: rgb(250,238,194); }
td.TdClassName
{
border-color: #FAEEC2;
}
.TagClassName
{
border-color: #FAEEC2;
}
</style>