Shades of Oasis #FFF0BB
Tints of Oasis #FFF0BB
RGB
CMYK
RGB Variations
Color information
#FFF0BB (or 0xFFF0BB) is known color: Oasis. HEX triplet: FF, F0 and BB. RGB value is (255,240,187). Sum of RGB (Red+Green+Blue) = 255+240+187=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BB is #000F44. Grayscale: #EEEEEE. Windows color (decimal): -3909 or 12316927. OLE color: 12316927.
HSL color Cylindrical-coordinate representation of color #FFF0BB: hue angle of 46.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF0BB is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 187 | - |
| CMYK | 0 | 0.06 | 0.27 | 0 |
| HSL | 46.76º | 1% | 0.87% | - |
| HSV(B) | 46.76º | 0.27% | 1% | - |
| XYZ | 81.37 | 87.17 | 59.55 | - |
| YUV | 238.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 187 | 0 | 0.06 | 0.27 | 0 | 46.76 | 1 | 0.87 |
| Hex | FF | F0 | BB | 0 | 6 | 1B | 0 | 2F | 64 | 57 |
| Octal | 377 | 360 | 273 | 0 | 6 | 33 | 0 | 57 | 144 | 127 |
| Binary | 11111111 | 11110000 | 10111011 | 0 | 110 | 11011 | 0 | 101111 | 1100100 | 1010111 |
Color Harmonies of #FFF0BB
Complementary color
Monochromatic Colors of #FFF0BB
Black with #FFF0BB
Text Example
Text Example
White with #FFF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0BB; }
p { color: rgb(255,240,187); }
H1.HeaderClassName
{
color: #FFF0BB;
}
.AnyTagClassName
{
color: #FFF0BB;
}
</style>
background-color css
<style>
a { background-color: #FFF0BB; }
a { background-color: rgb(255,240,187); }
div.DivClassName
{
background-color: #FFF0BB;
}
.BgClassName
{
background-color: #FFF0BB;
}
</style>
border-color css
<style>
span { border-color: #FFF0BB; }
span { border-color: rgb(255,240,187); }
td.TdClassName
{
border-color: #FFF0BB;
}
.TagClassName
{
border-color: #FFF0BB;
}
</style>