Shades of Oasis #FAF0C9
Tints of Oasis #FAF0C9
RGB
CMYK
RGB Variations
Color information
#FAF0C9 (or 0xFAF0C9) is known color: Oasis. HEX triplet: FA, F0 and C9. RGB value is (250,240,201). Sum of RGB (Red+Green+Blue) = 250+240+201=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 201 (78.91% from 255 or 29.09% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0C9 is #050F36. Grayscale: #EEEEEE. Windows color (decimal): -331575 or 13234426. OLE color: 13234426.
HSL color Cylindrical-coordinate representation of color #FAF0C9: hue angle of 47.76º 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 #FAF0C9 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 201 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.02 |
| HSL | 47.76º | 0.83% | 0.88% | - |
| HSV(B) | 47.76º | 0.2% | 0.98% | - |
| XYZ | 81.13 | 86.86 | 67.75 | - |
| YUV | 238.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 201 | 0 | 0.04 | 0.20 | 0.02 | 47.76 | 0.83 | 0.88 |
| Hex | FA | F0 | C9 | 0 | 4 | 14 | 2 | 30 | 53 | 58 |
| Octal | 372 | 360 | 311 | 0 | 4 | 24 | 2 | 60 | 123 | 130 |
| Binary | 11111010 | 11110000 | 11001001 | 0 | 100 | 10100 | 10 | 110000 | 1010011 | 1011000 |
Color Harmonies of #FAF0C9
Complementary color
Monochromatic Colors of #FAF0C9
Black with #FAF0C9
Text Example
Text Example
White with #FAF0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0C9; }
p { color: rgb(250,240,201); }
H1.HeaderClassName
{
color: #FAF0C9;
}
.AnyTagClassName
{
color: #FAF0C9;
}
</style>
background-color css
<style>
a { background-color: #FAF0C9; }
a { background-color: rgb(250,240,201); }
div.DivClassName
{
background-color: #FAF0C9;
}
.BgClassName
{
background-color: #FAF0C9;
}
</style>
border-color css
<style>
span { border-color: #FAF0C9; }
span { border-color: rgb(250,240,201); }
td.TdClassName
{
border-color: #FAF0C9;
}
.TagClassName
{
border-color: #FAF0C9;
}
</style>