Shades of Oasis #FAF0C6
Tints of Oasis #FAF0C6
RGB
CMYK
RGB Variations
Color information
#FAF0C6 (or 0xFAF0C6) is known color: Oasis. HEX triplet: FA, F0 and C6. RGB value is (250,240,198). Sum of RGB (Red+Green+Blue) = 250+240+198=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 198 (77.73% from 255 or 28.78% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0C6 is #050F39. Grayscale: #EEEEEE. Windows color (decimal): -331578 or 13037818. OLE color: 13037818.
HSL color Cylindrical-coordinate representation of color #FAF0C6: hue angle of 48.46º 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 #FAF0C6 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 198 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.02 |
| HSL | 48.46º | 0.84% | 0.88% | - |
| HSV(B) | 48.46º | 0.21% | 0.98% | - |
| XYZ | 80.78 | 86.72 | 65.91 | - |
| YUV | 238.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 198 | 0 | 0.04 | 0.21 | 0.02 | 48.46 | 0.84 | 0.88 |
| Hex | FA | F0 | C6 | 0 | 4 | 15 | 2 | 30 | 54 | 58 |
| Octal | 372 | 360 | 306 | 0 | 4 | 25 | 2 | 60 | 124 | 130 |
| Binary | 11111010 | 11110000 | 11000110 | 0 | 100 | 10101 | 10 | 110000 | 1010100 | 1011000 |
Color Harmonies of #FAF0C6
Complementary color
Monochromatic Colors of #FAF0C6
Black with #FAF0C6
Text Example
Text Example
White with #FAF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0C6; }
p { color: rgb(250,240,198); }
H1.HeaderClassName
{
color: #FAF0C6;
}
.AnyTagClassName
{
color: #FAF0C6;
}
</style>
background-color css
<style>
a { background-color: #FAF0C6; }
a { background-color: rgb(250,240,198); }
div.DivClassName
{
background-color: #FAF0C6;
}
.BgClassName
{
background-color: #FAF0C6;
}
</style>
border-color css
<style>
span { border-color: #FAF0C6; }
span { border-color: rgb(250,240,198); }
td.TdClassName
{
border-color: #FAF0C6;
}
.TagClassName
{
border-color: #FAF0C6;
}
</style>