Shades of Oasis #FFF1BA
Tints of Oasis #FFF1BA
RGB
CMYK
RGB Variations
Color information
#FFF1BA (or 0xFFF1BA) is known color: Oasis. HEX triplet: FF, F1 and BA. RGB value is (255,241,186). Sum of RGB (Red+Green+Blue) = 255+241+186=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1BA is #000E45. Grayscale: #EFEFEF. Windows color (decimal): -3654 or 12251647. OLE color: 12251647.
HSL color Cylindrical-coordinate representation of color #FFF1BA: hue angle of 47.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF1BA is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 186 | - |
| CMYK | 0 | 0.05 | 0.27 | 0 |
| HSL | 47.83º | 1% | 0.86% | - |
| HSV(B) | 47.83º | 0.27% | 1% | - |
| XYZ | 81.56 | 87.72 | 59.09 | - |
| YUV | 238.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 186 | 0 | 0.05 | 0.27 | 0 | 47.83 | 1 | 0.86 |
| Hex | FF | F1 | BA | 0 | 5 | 1B | 0 | 30 | 64 | 56 |
| Octal | 377 | 361 | 272 | 0 | 5 | 33 | 0 | 60 | 144 | 126 |
| Binary | 11111111 | 11110001 | 10111010 | 0 | 101 | 11011 | 0 | 110000 | 1100100 | 1010110 |
Color Harmonies of #FFF1BA
Complementary color
Monochromatic Colors of #FFF1BA
Black with #FFF1BA
Text Example
Text Example
White with #FFF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1BA; }
p { color: rgb(255,241,186); }
H1.HeaderClassName
{
color: #FFF1BA;
}
.AnyTagClassName
{
color: #FFF1BA;
}
</style>
background-color css
<style>
a { background-color: #FFF1BA; }
a { background-color: rgb(255,241,186); }
div.DivClassName
{
background-color: #FFF1BA;
}
.BgClassName
{
background-color: #FFF1BA;
}
</style>
border-color css
<style>
span { border-color: #FFF1BA; }
span { border-color: rgb(255,241,186); }
td.TdClassName
{
border-color: #FFF1BA;
}
.TagClassName
{
border-color: #FFF1BA;
}
</style>