Shades of Oasis #F9EDBF
Tints of Oasis #F9EDBF
RGB
CMYK
RGB Variations
Color information
#F9EDBF (or 0xF9EDBF) is known color: Oasis. HEX triplet: F9, ED and BF. RGB value is (249,237,191). Sum of RGB (Red+Green+Blue) = 249+237+191=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 191 (75% from 255 or 28.21% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDBF is #061240. Grayscale: #EBEBEB. Windows color (decimal): -397889 or 12578297. OLE color: 12578297.
HSL color Cylindrical-coordinate representation of color #F9EDBF: hue angle of 47.59º 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 #F9EDBF is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 191 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.02 |
| HSL | 47.59º | 0.83% | 0.86% | - |
| HSV(B) | 47.59º | 0.23% | 0.98% | - |
| XYZ | 78.76 | 84.47 | 61.44 | - |
| YUV | 235.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 191 | 0 | 0.05 | 0.23 | 0.02 | 47.59 | 0.83 | 0.86 |
| Hex | F9 | ED | BF | 0 | 5 | 17 | 2 | 30 | 53 | 56 |
| Octal | 371 | 355 | 277 | 0 | 5 | 27 | 2 | 60 | 123 | 126 |
| Binary | 11111001 | 11101101 | 10111111 | 0 | 101 | 10111 | 10 | 110000 | 1010011 | 1010110 |
Color Harmonies of #F9EDBF
Complementary color
Monochromatic Colors of #F9EDBF
Black with #F9EDBF
Text Example
Text Example
White with #F9EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDBF; }
p { color: rgb(249,237,191); }
H1.HeaderClassName
{
color: #F9EDBF;
}
.AnyTagClassName
{
color: #F9EDBF;
}
</style>
background-color css
<style>
a { background-color: #F9EDBF; }
a { background-color: rgb(249,237,191); }
div.DivClassName
{
background-color: #F9EDBF;
}
.BgClassName
{
background-color: #F9EDBF;
}
</style>
border-color css
<style>
span { border-color: #F9EDBF; }
span { border-color: rgb(249,237,191); }
td.TdClassName
{
border-color: #F9EDBF;
}
.TagClassName
{
border-color: #F9EDBF;
}
</style>