Shades of Oasis #FAF0C5
Tints of Oasis #FAF0C5
RGB
CMYK
RGB Variations
Color information
#FAF0C5 (or 0xFAF0C5) is known color: Oasis. HEX triplet: FA, F0 and C5. RGB value is (250,240,197). Sum of RGB (Red+Green+Blue) = 250+240+197=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 197 (77.34% from 255 or 28.68% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0C5 is #050F3A. Grayscale: #EEEEEE. Windows color (decimal): -331579 or 12972282. OLE color: 12972282.
HSL color Cylindrical-coordinate representation of color #FAF0C5: hue angle of 48.68º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAF0C5 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 197 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.02 |
| HSL | 48.68º | 0.84% | 0.88% | - |
| HSV(B) | 48.68º | 0.21% | 0.98% | - |
| XYZ | 80.66 | 86.68 | 65.3 | - |
| YUV | 238.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 197 | 0 | 0.04 | 0.21 | 0.02 | 48.68 | 0.84 | 0.88 |
| Hex | FA | F0 | C5 | 0 | 4 | 15 | 2 | 31 | 54 | 58 |
| Octal | 372 | 360 | 305 | 0 | 4 | 25 | 2 | 61 | 124 | 130 |
| Binary | 11111010 | 11110000 | 11000101 | 0 | 100 | 10101 | 10 | 110001 | 1010100 | 1011000 |
Color Harmonies of #FAF0C5
Complementary color
Monochromatic Colors of #FAF0C5
Black with #FAF0C5
Text Example
Text Example
White with #FAF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0C5; }
p { color: rgb(250,240,197); }
H1.HeaderClassName
{
color: #FAF0C5;
}
.AnyTagClassName
{
color: #FAF0C5;
}
</style>
background-color css
<style>
a { background-color: #FAF0C5; }
a { background-color: rgb(250,240,197); }
div.DivClassName
{
background-color: #FAF0C5;
}
.BgClassName
{
background-color: #FAF0C5;
}
</style>
border-color css
<style>
span { border-color: #FAF0C5; }
span { border-color: rgb(250,240,197); }
td.TdClassName
{
border-color: #FAF0C5;
}
.TagClassName
{
border-color: #FAF0C5;
}
</style>