Shades of Oasis #FAECC1
Tints of Oasis #FAECC1
RGB
CMYK
RGB Variations
Color information
#FAECC1 (or 0xFAECC1) is known color: Oasis. HEX triplet: FA, EC and C1. RGB value is (250,236,193). Sum of RGB (Red+Green+Blue) = 250+236+193=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 193 (75.78% from 255 or 28.42% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC1 is #05133E. Grayscale: #EBEBEB. Windows color (decimal): -332607 or 12709114. OLE color: 12709114.
HSL color Cylindrical-coordinate representation of color #FAECC1: hue angle of 45.26º 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 #FAECC1 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 193 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.02 |
| HSL | 45.26º | 0.85% | 0.87% | - |
| HSV(B) | 45.26º | 0.23% | 0.98% | - |
| XYZ | 79.05 | 84.17 | 62.53 | - |
| YUV | 235.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 193 | 0 | 0.06 | 0.23 | 0.02 | 45.26 | 0.85 | 0.87 |
| Hex | FA | EC | C1 | 0 | 6 | 17 | 2 | 2D | 55 | 57 |
| Octal | 372 | 354 | 301 | 0 | 6 | 27 | 2 | 55 | 125 | 127 |
| Binary | 11111010 | 11101100 | 11000001 | 0 | 110 | 10111 | 10 | 101101 | 1010101 | 1010111 |
Color Harmonies of #FAECC1
Complementary color
Monochromatic Colors of #FAECC1
Black with #FAECC1
Text Example
Text Example
White with #FAECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECC1; }
p { color: rgb(250,236,193); }
H1.HeaderClassName
{
color: #FAECC1;
}
.AnyTagClassName
{
color: #FAECC1;
}
</style>
background-color css
<style>
a { background-color: #FAECC1; }
a { background-color: rgb(250,236,193); }
div.DivClassName
{
background-color: #FAECC1;
}
.BgClassName
{
background-color: #FAECC1;
}
</style>
border-color css
<style>
span { border-color: #FAECC1; }
span { border-color: rgb(250,236,193); }
td.TdClassName
{
border-color: #FAECC1;
}
.TagClassName
{
border-color: #FAECC1;
}
</style>