Shades of Oasis #FFF2BE
Tints of Oasis #FFF2BE
RGB
CMYK
RGB Variations
Color information
#FFF2BE (or 0xFFF2BE) is known color: Oasis. HEX triplet: FF, F2 and BE. RGB value is (255,242,190). Sum of RGB (Red+Green+Blue) = 255+242+190=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 190 (74.61% from 255 or 27.66% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2BE is #000D41. Grayscale: #F0F0F0. Windows color (decimal): -3394 or 12514047. OLE color: 12514047.
HSL color Cylindrical-coordinate representation of color #FFF2BE: hue angle of 48º 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 #FFF2BE is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 190 | - |
| CMYK | 0 | 0.05 | 0.25 | 0 |
| HSL | 48º | 1% | 0.87% | - |
| HSV(B) | 48º | 0.25% | 1% | - |
| XYZ | 82.29 | 88.48 | 61.46 | - |
| YUV | 239.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 190 | 0 | 0.05 | 0.25 | 0 | 48 | 1 | 0.87 |
| Hex | FF | F2 | BE | 0 | 5 | 19 | 0 | 30 | 64 | 57 |
| Octal | 377 | 362 | 276 | 0 | 5 | 31 | 0 | 60 | 144 | 127 |
| Binary | 11111111 | 11110010 | 10111110 | 0 | 101 | 11001 | 0 | 110000 | 1100100 | 1010111 |
Color Harmonies of #FFF2BE
Complementary color
Monochromatic Colors of #FFF2BE
Black with #FFF2BE
Text Example
Text Example
White with #FFF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2BE; }
p { color: rgb(255,242,190); }
H1.HeaderClassName
{
color: #FFF2BE;
}
.AnyTagClassName
{
color: #FFF2BE;
}
</style>
background-color css
<style>
a { background-color: #FFF2BE; }
a { background-color: rgb(255,242,190); }
div.DivClassName
{
background-color: #FFF2BE;
}
.BgClassName
{
background-color: #FFF2BE;
}
</style>
border-color css
<style>
span { border-color: #FFF2BE; }
span { border-color: rgb(255,242,190); }
td.TdClassName
{
border-color: #FFF2BE;
}
.TagClassName
{
border-color: #FFF2BE;
}
</style>