Shades of Oasis #FAEBC1
Tints of Oasis #FAEBC1
RGB
CMYK
RGB Variations
Color information
#FAEBC1 (or 0xFAEBC1) is known color: Oasis. HEX triplet: FA, EB and C1. RGB value is (250,235,193). Sum of RGB (Red+Green+Blue) = 250+235+193=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 193 (75.78% from 255 or 28.47% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC1 is #05143E. Grayscale: #EAEAEA. Windows color (decimal): -332863 or 12708858. OLE color: 12708858.
HSL color Cylindrical-coordinate representation of color #FAEBC1: hue angle of 44.21º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAEBC1 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 193 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.02 |
| HSL | 44.21º | 0.85% | 0.87% | - |
| HSV(B) | 44.21º | 0.23% | 0.98% | - |
| XYZ | 78.76 | 83.59 | 62.44 | - |
| YUV | 234.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 193 | 0 | 0.06 | 0.23 | 0.02 | 44.21 | 0.85 | 0.87 |
| Hex | FA | EB | C1 | 0 | 6 | 17 | 2 | 2C | 55 | 57 |
| Octal | 372 | 353 | 301 | 0 | 6 | 27 | 2 | 54 | 125 | 127 |
| Binary | 11111010 | 11101011 | 11000001 | 0 | 110 | 10111 | 10 | 101100 | 1010101 | 1010111 |
Color Harmonies of #FAEBC1
Complementary color
Monochromatic Colors of #FAEBC1
Black with #FAEBC1
Text Example
Text Example
White with #FAEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBC1; }
p { color: rgb(250,235,193); }
H1.HeaderClassName
{
color: #FAEBC1;
}
.AnyTagClassName
{
color: #FAEBC1;
}
</style>
background-color css
<style>
a { background-color: #FAEBC1; }
a { background-color: rgb(250,235,193); }
div.DivClassName
{
background-color: #FAEBC1;
}
.BgClassName
{
background-color: #FAEBC1;
}
</style>
border-color css
<style>
span { border-color: #FAEBC1; }
span { border-color: rgb(250,235,193); }
td.TdClassName
{
border-color: #FAEBC1;
}
.TagClassName
{
border-color: #FAEBC1;
}
</style>