Shades of Oasis #FAECC8
Tints of Oasis #FAECC8
RGB
CMYK
RGB Variations
Color information
#FAECC8 (or 0xFAECC8) is known color: Oasis. HEX triplet: FA, EC and C8. RGB value is (250,236,200). Sum of RGB (Red+Green+Blue) = 250+236+200=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 200 (78.52% from 255 or 29.15% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC8 is #051337. Grayscale: #ECECEC. Windows color (decimal): -332600 or 13167866. OLE color: 13167866.
HSL color Cylindrical-coordinate representation of color #FAECC8: hue angle of 43.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAECC8 is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 200 | - |
| CMYK | 0 | 0.06 | 0.2 | 0.02 |
| HSL | 43.2º | 0.83% | 0.88% | - |
| HSV(B) | 43.2º | 0.2% | 0.98% | - |
| XYZ | 79.85 | 84.49 | 66.74 | - |
| YUV | 236.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 200 | 0 | 0.06 | 0.2 | 0.02 | 43.2 | 0.83 | 0.88 |
| Hex | FA | EC | C8 | 0 | 6 | 14 | 2 | 2B | 53 | 58 |
| Octal | 372 | 354 | 310 | 0 | 6 | 24 | 2 | 53 | 123 | 130 |
| Binary | 11111010 | 11101100 | 11001000 | 0 | 110 | 10100 | 10 | 101011 | 1010011 | 1011000 |
Color Harmonies of #FAECC8
Complementary color
Monochromatic Colors of #FAECC8
Black with #FAECC8
Text Example
Text Example
White with #FAECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECC8; }
p { color: rgb(250,236,200); }
H1.HeaderClassName
{
color: #FAECC8;
}
.AnyTagClassName
{
color: #FAECC8;
}
</style>
background-color css
<style>
a { background-color: #FAECC8; }
a { background-color: rgb(250,236,200); }
div.DivClassName
{
background-color: #FAECC8;
}
.BgClassName
{
background-color: #FAECC8;
}
</style>
border-color css
<style>
span { border-color: #FAECC8; }
span { border-color: rgb(250,236,200); }
td.TdClassName
{
border-color: #FAECC8;
}
.TagClassName
{
border-color: #FAECC8;
}
</style>