Shades of Oasis #FFF0BD
Tints of Oasis #FFF0BD
RGB
CMYK
RGB Variations
Color information
#FFF0BD (or 0xFFF0BD) is known color: Oasis. HEX triplet: FF, F0 and BD. RGB value is (255,240,189). Sum of RGB (Red+Green+Blue) = 255+240+189=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 189 (74.22% from 255 or 27.63% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BD is #000F42. Grayscale: #EEEEEE. Windows color (decimal): -3907 or 12447999. OLE color: 12447999.
HSL color Cylindrical-coordinate representation of color #FFF0BD: hue angle of 46.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFF0BD is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 189 | - |
| CMYK | 0 | 0.06 | 0.26 | 0 |
| HSL | 46.36º | 1% | 0.87% | - |
| HSV(B) | 46.36º | 0.26% | 1% | - |
| XYZ | 81.59 | 87.25 | 60.69 | - |
| YUV | 238.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 189 | 0 | 0.06 | 0.26 | 0 | 46.36 | 1 | 0.87 |
| Hex | FF | F0 | BD | 0 | 6 | 1A | 0 | 2E | 64 | 57 |
| Octal | 377 | 360 | 275 | 0 | 6 | 32 | 0 | 56 | 144 | 127 |
| Binary | 11111111 | 11110000 | 10111101 | 0 | 110 | 11010 | 0 | 101110 | 1100100 | 1010111 |
Color Harmonies of #FFF0BD
Complementary color
Monochromatic Colors of #FFF0BD
Black with #FFF0BD
Text Example
Text Example
White with #FFF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0BD; }
p { color: rgb(255,240,189); }
H1.HeaderClassName
{
color: #FFF0BD;
}
.AnyTagClassName
{
color: #FFF0BD;
}
</style>
background-color css
<style>
a { background-color: #FFF0BD; }
a { background-color: rgb(255,240,189); }
div.DivClassName
{
background-color: #FFF0BD;
}
.BgClassName
{
background-color: #FFF0BD;
}
</style>
border-color css
<style>
span { border-color: #FFF0BD; }
span { border-color: rgb(255,240,189); }
td.TdClassName
{
border-color: #FFF0BD;
}
.TagClassName
{
border-color: #FFF0BD;
}
</style>