Shades of Oasis #FFF0BE
Tints of Oasis #FFF0BE
RGB
CMYK
RGB Variations
Color information
#FFF0BE (or 0xFFF0BE) is known color: Oasis. HEX triplet: FF, F0 and BE. RGB value is (255,240,190). Sum of RGB (Red+Green+Blue) = 255+240+190=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 190 (74.61% from 255 or 27.74% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BE is #000F41. Grayscale: #EFEFEF. Windows color (decimal): -3906 or 12513535. OLE color: 12513535.
HSL color Cylindrical-coordinate representation of color #FFF0BE: hue angle of 46.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF0BE is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 190 | - |
| CMYK | 0 | 0.06 | 0.25 | 0 |
| HSL | 46.15º | 1% | 0.87% | - |
| HSV(B) | 46.15º | 0.25% | 1% | - |
| XYZ | 81.69 | 87.3 | 61.26 | - |
| YUV | 238.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 190 | 0 | 0.06 | 0.25 | 0 | 46.15 | 1 | 0.87 |
| Hex | FF | F0 | BE | 0 | 6 | 19 | 0 | 2E | 64 | 57 |
| Octal | 377 | 360 | 276 | 0 | 6 | 31 | 0 | 56 | 144 | 127 |
| Binary | 11111111 | 11110000 | 10111110 | 0 | 110 | 11001 | 0 | 101110 | 1100100 | 1010111 |
Color Harmonies of #FFF0BE
Complementary color
Monochromatic Colors of #FFF0BE
Black with #FFF0BE
Text Example
Text Example
White with #FFF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0BE; }
p { color: rgb(255,240,190); }
H1.HeaderClassName
{
color: #FFF0BE;
}
.AnyTagClassName
{
color: #FFF0BE;
}
</style>
background-color css
<style>
a { background-color: #FFF0BE; }
a { background-color: rgb(255,240,190); }
div.DivClassName
{
background-color: #FFF0BE;
}
.BgClassName
{
background-color: #FFF0BE;
}
</style>
border-color css
<style>
span { border-color: #FFF0BE; }
span { border-color: rgb(255,240,190); }
td.TdClassName
{
border-color: #FFF0BE;
}
.TagClassName
{
border-color: #FFF0BE;
}
</style>