Shades of Oasis #FAECBD
Tints of Oasis #FAECBD
RGB
CMYK
RGB Variations
Color information
#FAECBD (or 0xFAECBD) is known color: Oasis. HEX triplet: FA, EC and BD. RGB value is (250,236,189). Sum of RGB (Red+Green+Blue) = 250+236+189=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECBD is #051342. Grayscale: #EBEBEB. Windows color (decimal): -332611 or 12446970. OLE color: 12446970.
HSL color Cylindrical-coordinate representation of color #FAECBD: hue angle of 46.23º 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 #FAECBD is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 189 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.02 |
| HSL | 46.23º | 0.86% | 0.86% | - |
| HSV(B) | 46.23º | 0.24% | 0.98% | - |
| XYZ | 78.61 | 83.99 | 60.21 | - |
| YUV | 234.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 189 | 0 | 0.06 | 0.24 | 0.02 | 46.23 | 0.86 | 0.86 |
| Hex | FA | EC | BD | 0 | 6 | 18 | 2 | 2E | 56 | 56 |
| Octal | 372 | 354 | 275 | 0 | 6 | 30 | 2 | 56 | 126 | 126 |
| Binary | 11111010 | 11101100 | 10111101 | 0 | 110 | 11000 | 10 | 101110 | 1010110 | 1010110 |
Color Harmonies of #FAECBD
Complementary color
Monochromatic Colors of #FAECBD
Black with #FAECBD
Text Example
Text Example
White with #FAECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECBD; }
p { color: rgb(250,236,189); }
H1.HeaderClassName
{
color: #FAECBD;
}
.AnyTagClassName
{
color: #FAECBD;
}
</style>
background-color css
<style>
a { background-color: #FAECBD; }
a { background-color: rgb(250,236,189); }
div.DivClassName
{
background-color: #FAECBD;
}
.BgClassName
{
background-color: #FAECBD;
}
</style>
border-color css
<style>
span { border-color: #FAECBD; }
span { border-color: rgb(250,236,189); }
td.TdClassName
{
border-color: #FAECBD;
}
.TagClassName
{
border-color: #FAECBD;
}
</style>