Shades of Oasis #FFF1BC
Tints of Oasis #FFF1BC
RGB
CMYK
RGB Variations
Color information
#FFF1BC (or 0xFFF1BC) is known color: Oasis. HEX triplet: FF, F1 and BC. RGB value is (255,241,188). Sum of RGB (Red+Green+Blue) = 255+241+188=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 188 (73.83% from 255 or 27.49% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1BC is #000E43. Grayscale: #EFEFEF. Windows color (decimal): -3652 or 12382719. OLE color: 12382719.
HSL color Cylindrical-coordinate representation of color #FFF1BC: hue angle of 47.46º 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 #FFF1BC is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 188 | - |
| CMYK | 0 | 0.05 | 0.26 | 0 |
| HSL | 47.46º | 1% | 0.87% | - |
| HSV(B) | 47.46º | 0.26% | 1% | - |
| XYZ | 81.77 | 87.8 | 60.21 | - |
| YUV | 239.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 188 | 0 | 0.05 | 0.26 | 0 | 47.46 | 1 | 0.87 |
| Hex | FF | F1 | BC | 0 | 5 | 1A | 0 | 2F | 64 | 57 |
| Octal | 377 | 361 | 274 | 0 | 5 | 32 | 0 | 57 | 144 | 127 |
| Binary | 11111111 | 11110001 | 10111100 | 0 | 101 | 11010 | 0 | 101111 | 1100100 | 1010111 |
Color Harmonies of #FFF1BC
Complementary color
Monochromatic Colors of #FFF1BC
Black with #FFF1BC
Text Example
Text Example
White with #FFF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1BC; }
p { color: rgb(255,241,188); }
H1.HeaderClassName
{
color: #FFF1BC;
}
.AnyTagClassName
{
color: #FFF1BC;
}
</style>
background-color css
<style>
a { background-color: #FFF1BC; }
a { background-color: rgb(255,241,188); }
div.DivClassName
{
background-color: #FFF1BC;
}
.BgClassName
{
background-color: #FFF1BC;
}
</style>
border-color css
<style>
span { border-color: #FFF1BC; }
span { border-color: rgb(255,241,188); }
td.TdClassName
{
border-color: #FFF1BC;
}
.TagClassName
{
border-color: #FFF1BC;
}
</style>