Shades of Oasis #F9EABF
Tints of Oasis #F9EABF
RGB
CMYK
RGB Variations
Color information
#F9EABF (or 0xF9EABF) is known color: Oasis. HEX triplet: F9, EA and BF. RGB value is (249,234,191). Sum of RGB (Red+Green+Blue) = 249+234+191=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 191 (75% from 255 or 28.34% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EABF is #061540. Grayscale: #E9E9E9. Windows color (decimal): -398657 or 12577529. OLE color: 12577529.
HSL color Cylindrical-coordinate representation of color #F9EABF: hue angle of 44.48º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9EABF is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 234 | 191 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.02 |
| HSL | 44.48º | 0.83% | 0.86% | - |
| HSV(B) | 44.48º | 0.23% | 0.98% | - |
| XYZ | 77.89 | 82.75 | 61.16 | - |
| YUV | 233.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 234 | 191 | 0 | 0.06 | 0.23 | 0.02 | 44.48 | 0.83 | 0.86 |
| Hex | F9 | EA | BF | 0 | 6 | 17 | 2 | 2C | 53 | 56 |
| Octal | 371 | 352 | 277 | 0 | 6 | 27 | 2 | 54 | 123 | 126 |
| Binary | 11111001 | 11101010 | 10111111 | 0 | 110 | 10111 | 10 | 101100 | 1010011 | 1010110 |
Color Harmonies of #F9EABF
Complementary color
Monochromatic Colors of #F9EABF
Black with #F9EABF
Text Example
Text Example
White with #F9EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EABF; }
p { color: rgb(249,234,191); }
H1.HeaderClassName
{
color: #F9EABF;
}
.AnyTagClassName
{
color: #F9EABF;
}
</style>
background-color css
<style>
a { background-color: #F9EABF; }
a { background-color: rgb(249,234,191); }
div.DivClassName
{
background-color: #F9EABF;
}
.BgClassName
{
background-color: #F9EABF;
}
</style>
border-color css
<style>
span { border-color: #F9EABF; }
span { border-color: rgb(249,234,191); }
td.TdClassName
{
border-color: #F9EABF;
}
.TagClassName
{
border-color: #F9EABF;
}
</style>