Shades of Oasis #FBE9BF
Tints of Oasis #FBE9BF
RGB
CMYK
RGB Variations
Color information
#FBE9BF (or 0xFBE9BF) is known color: Oasis. HEX triplet: FB, E9 and BF. RGB value is (251,233,191). Sum of RGB (Red+Green+Blue) = 251+233+191=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9BF is #041640. Grayscale: #E9E9E9. Windows color (decimal): -267841 or 12577275. OLE color: 12577275.
HSL color Cylindrical-coordinate representation of color #FBE9BF: hue angle of 42º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBE9BF is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 191 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.02 |
| HSL | 42º | 0.88% | 0.87% | - |
| HSV(B) | 42º | 0.24% | 0.98% | - |
| XYZ | 78.33 | 82.55 | 61.1 | - |
| YUV | 233.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 191 | 0 | 0.07 | 0.24 | 0.02 | 42 | 0.88 | 0.87 |
| Hex | FB | E9 | BF | 0 | 7 | 18 | 2 | 2A | 58 | 57 |
| Octal | 373 | 351 | 277 | 0 | 7 | 30 | 2 | 52 | 130 | 127 |
| Binary | 11111011 | 11101001 | 10111111 | 0 | 111 | 11000 | 10 | 101010 | 1011000 | 1010111 |
Color Harmonies of #FBE9BF
Complementary color
Monochromatic Colors of #FBE9BF
Black with #FBE9BF
Text Example
Text Example
White with #FBE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9BF; }
p { color: rgb(251,233,191); }
H1.HeaderClassName
{
color: #FBE9BF;
}
.AnyTagClassName
{
color: #FBE9BF;
}
</style>
background-color css
<style>
a { background-color: #FBE9BF; }
a { background-color: rgb(251,233,191); }
div.DivClassName
{
background-color: #FBE9BF;
}
.BgClassName
{
background-color: #FBE9BF;
}
</style>
border-color css
<style>
span { border-color: #FBE9BF; }
span { border-color: rgb(251,233,191); }
td.TdClassName
{
border-color: #FBE9BF;
}
.TagClassName
{
border-color: #FBE9BF;
}
</style>