Shades of Oasis #FFF1BD
Tints of Oasis #FFF1BD
RGB
CMYK
RGB Variations
Color information
#FFF1BD (or 0xFFF1BD) is known color: Oasis. HEX triplet: FF, F1 and BD. RGB value is (255,241,189). Sum of RGB (Red+Green+Blue) = 255+241+189=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 189 (74.22% from 255 or 27.59% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1BD is #000E42. Grayscale: #EFEFEF. Windows color (decimal): -3651 or 12448255. OLE color: 12448255.
HSL color Cylindrical-coordinate representation of color #FFF1BD: hue angle of 47.27º 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 #FFF1BD is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 189 | - |
| CMYK | 0 | 0.05 | 0.26 | 0 |
| HSL | 47.27º | 1% | 0.87% | - |
| HSV(B) | 47.27º | 0.26% | 1% | - |
| XYZ | 81.88 | 87.84 | 60.78 | - |
| YUV | 239.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 189 | 0 | 0.05 | 0.26 | 0 | 47.27 | 1 | 0.87 |
| Hex | FF | F1 | BD | 0 | 5 | 1A | 0 | 2F | 64 | 57 |
| Octal | 377 | 361 | 275 | 0 | 5 | 32 | 0 | 57 | 144 | 127 |
| Binary | 11111111 | 11110001 | 10111101 | 0 | 101 | 11010 | 0 | 101111 | 1100100 | 1010111 |
Color Harmonies of #FFF1BD
Complementary color
Monochromatic Colors of #FFF1BD
Black with #FFF1BD
Text Example
Text Example
White with #FFF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1BD; }
p { color: rgb(255,241,189); }
H1.HeaderClassName
{
color: #FFF1BD;
}
.AnyTagClassName
{
color: #FFF1BD;
}
</style>
background-color css
<style>
a { background-color: #FFF1BD; }
a { background-color: rgb(255,241,189); }
div.DivClassName
{
background-color: #FFF1BD;
}
.BgClassName
{
background-color: #FFF1BD;
}
</style>
border-color css
<style>
span { border-color: #FFF1BD; }
span { border-color: rgb(255,241,189); }
td.TdClassName
{
border-color: #FFF1BD;
}
.TagClassName
{
border-color: #FFF1BD;
}
</style>