Shades of Oasis #FAEBBF
Tints of Oasis #FAEBBF
RGB
CMYK
RGB Variations
Color information
#FAEBBF (or 0xFAEBBF) is known color: Oasis. HEX triplet: FA, EB and BF. RGB value is (250,235,191). Sum of RGB (Red+Green+Blue) = 250+235+191=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBBF is #051440. Grayscale: #EAEAEA. Windows color (decimal): -332865 or 12577786. OLE color: 12577786.
HSL color Cylindrical-coordinate representation of color #FAEBBF: hue angle of 44.75º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAEBBF is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 191 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.02 |
| HSL | 44.75º | 0.86% | 0.86% | - |
| HSV(B) | 44.75º | 0.24% | 0.98% | - |
| XYZ | 78.54 | 83.5 | 61.27 | - |
| YUV | 234.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 191 | 0 | 0.06 | 0.24 | 0.02 | 44.75 | 0.86 | 0.86 |
| Hex | FA | EB | BF | 0 | 6 | 18 | 2 | 2D | 56 | 56 |
| Octal | 372 | 353 | 277 | 0 | 6 | 30 | 2 | 55 | 126 | 126 |
| Binary | 11111010 | 11101011 | 10111111 | 0 | 110 | 11000 | 10 | 101101 | 1010110 | 1010110 |
Color Harmonies of #FAEBBF
Complementary color
Monochromatic Colors of #FAEBBF
Black with #FAEBBF
Text Example
Text Example
White with #FAEBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBBF; }
p { color: rgb(250,235,191); }
H1.HeaderClassName
{
color: #FAEBBF;
}
.AnyTagClassName
{
color: #FAEBBF;
}
</style>
background-color css
<style>
a { background-color: #FAEBBF; }
a { background-color: rgb(250,235,191); }
div.DivClassName
{
background-color: #FAEBBF;
}
.BgClassName
{
background-color: #FAEBBF;
}
</style>
border-color css
<style>
span { border-color: #FAEBBF; }
span { border-color: rgb(250,235,191); }
td.TdClassName
{
border-color: #FAEBBF;
}
.TagClassName
{
border-color: #FAEBBF;
}
</style>