Shades of Oasis #FAEFC4
Tints of Oasis #FAEFC4
RGB
CMYK
RGB Variations
Color information
#FAEFC4 (or 0xFAEFC4) is known color: Oasis. HEX triplet: FA, EF and C4. RGB value is (250,239,196). Sum of RGB (Red+Green+Blue) = 250+239+196=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC4 is #05103B. Grayscale: #EDEDED. Windows color (decimal): -331836 or 12906490. OLE color: 12906490.
HSL color Cylindrical-coordinate representation of color #FAEFC4: hue angle of 47.78º degrees, saturation: 0.84, 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 #FAEFC4 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 196 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.02 |
| HSL | 47.78º | 0.84% | 0.87% | - |
| HSV(B) | 47.78º | 0.22% | 0.98% | - |
| XYZ | 80.25 | 86.04 | 64.6 | - |
| YUV | 237.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 196 | 0 | 0.04 | 0.22 | 0.02 | 47.78 | 0.84 | 0.87 |
| Hex | FA | EF | C4 | 0 | 4 | 16 | 2 | 30 | 54 | 57 |
| Octal | 372 | 357 | 304 | 0 | 4 | 26 | 2 | 60 | 124 | 127 |
| Binary | 11111010 | 11101111 | 11000100 | 0 | 100 | 10110 | 10 | 110000 | 1010100 | 1010111 |
Color Harmonies of #FAEFC4
Complementary color
Monochromatic Colors of #FAEFC4
Black with #FAEFC4
Text Example
Text Example
White with #FAEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEFC4; }
p { color: rgb(250,239,196); }
H1.HeaderClassName
{
color: #FAEFC4;
}
.AnyTagClassName
{
color: #FAEFC4;
}
</style>
background-color css
<style>
a { background-color: #FAEFC4; }
a { background-color: rgb(250,239,196); }
div.DivClassName
{
background-color: #FAEFC4;
}
.BgClassName
{
background-color: #FAEFC4;
}
</style>
border-color css
<style>
span { border-color: #FAEFC4; }
span { border-color: rgb(250,239,196); }
td.TdClassName
{
border-color: #FAEFC4;
}
.TagClassName
{
border-color: #FAEFC4;
}
</style>