Shades of Oasis #FAEEC3
Tints of Oasis #FAEEC3
RGB
CMYK
RGB Variations
Color information
#FAEEC3 (or 0xFAEEC3) is known color: Oasis. HEX triplet: FA, EE and C3. RGB value is (250,238,195). Sum of RGB (Red+Green+Blue) = 250+238+195=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 195 (76.56% from 255 or 28.55% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC3 is #05113C. Grayscale: #ECECEC. Windows color (decimal): -332093 or 12840698. OLE color: 12840698.
HSL color Cylindrical-coordinate representation of color #FAEEC3: hue angle of 46.91º 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 #FAEEC3 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 195 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.02 |
| HSL | 46.91º | 0.85% | 0.87% | - |
| HSV(B) | 46.91º | 0.22% | 0.98% | - |
| XYZ | 79.85 | 85.41 | 63.91 | - |
| YUV | 236.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 195 | 0 | 0.05 | 0.22 | 0.02 | 46.91 | 0.85 | 0.87 |
| Hex | FA | EE | C3 | 0 | 5 | 16 | 2 | 2F | 55 | 57 |
| Octal | 372 | 356 | 303 | 0 | 5 | 26 | 2 | 57 | 125 | 127 |
| Binary | 11111010 | 11101110 | 11000011 | 0 | 101 | 10110 | 10 | 101111 | 1010101 | 1010111 |
Color Harmonies of #FAEEC3
Complementary color
Monochromatic Colors of #FAEEC3
Black with #FAEEC3
Text Example
Text Example
White with #FAEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEC3; }
p { color: rgb(250,238,195); }
H1.HeaderClassName
{
color: #FAEEC3;
}
.AnyTagClassName
{
color: #FAEEC3;
}
</style>
background-color css
<style>
a { background-color: #FAEEC3; }
a { background-color: rgb(250,238,195); }
div.DivClassName
{
background-color: #FAEEC3;
}
.BgClassName
{
background-color: #FAEEC3;
}
</style>
border-color css
<style>
span { border-color: #FAEEC3; }
span { border-color: rgb(250,238,195); }
td.TdClassName
{
border-color: #FAEEC3;
}
.TagClassName
{
border-color: #FAEEC3;
}
</style>