Shades of Oasis #FAECC3
Tints of Oasis #FAECC3
RGB
CMYK
RGB Variations
Color information
#FAECC3 (or 0xFAECC3) is known color: Oasis. HEX triplet: FA, EC and C3. RGB value is (250,236,195). Sum of RGB (Red+Green+Blue) = 250+236+195=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 195 (76.56% from 255 or 28.63% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC3 is #05133C. Grayscale: #EBEBEB. Windows color (decimal): -332605 or 12840186. OLE color: 12840186.
HSL color Cylindrical-coordinate representation of color #FAECC3: hue angle of 44.73º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAECC3 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 195 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.02 |
| HSL | 44.73º | 0.85% | 0.87% | - |
| HSV(B) | 44.73º | 0.22% | 0.98% | - |
| XYZ | 79.27 | 84.26 | 63.71 | - |
| YUV | 235.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 195 | 0 | 0.06 | 0.22 | 0.02 | 44.73 | 0.85 | 0.87 |
| Hex | FA | EC | C3 | 0 | 6 | 16 | 2 | 2D | 55 | 57 |
| Octal | 372 | 354 | 303 | 0 | 6 | 26 | 2 | 55 | 125 | 127 |
| Binary | 11111010 | 11101100 | 11000011 | 0 | 110 | 10110 | 10 | 101101 | 1010101 | 1010111 |
Color Harmonies of #FAECC3
Complementary color
Monochromatic Colors of #FAECC3
Black with #FAECC3
Text Example
Text Example
White with #FAECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECC3; }
p { color: rgb(250,236,195); }
H1.HeaderClassName
{
color: #FAECC3;
}
.AnyTagClassName
{
color: #FAECC3;
}
</style>
background-color css
<style>
a { background-color: #FAECC3; }
a { background-color: rgb(250,236,195); }
div.DivClassName
{
background-color: #FAECC3;
}
.BgClassName
{
background-color: #FAECC3;
}
</style>
border-color css
<style>
span { border-color: #FAECC3; }
span { border-color: rgb(250,236,195); }
td.TdClassName
{
border-color: #FAECC3;
}
.TagClassName
{
border-color: #FAECC3;
}
</style>