Shades of Oasis #FBEEBB
Tints of Oasis #FBEEBB
RGB
CMYK
RGB Variations
Color information
#FBEEBB (or 0xFBEEBB) is known color: Oasis. HEX triplet: FB, EE and BB. RGB value is (251,238,187). Sum of RGB (Red+Green+Blue) = 251+238+187=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 187 (73.44% from 255 or 27.66% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEBB is #041144. Grayscale: #ECECEC. Windows color (decimal): -266565 or 12316411. OLE color: 12316411.
HSL color Cylindrical-coordinate representation of color #FBEEBB: hue angle of 47.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBEEBB is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 187 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.02 |
| HSL | 47.81º | 0.89% | 0.86% | - |
| HSV(B) | 47.81º | 0.25% | 0.98% | - |
| XYZ | 79.33 | 85.25 | 59.29 | - |
| YUV | 236.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 187 | 0 | 0.05 | 0.25 | 0.02 | 47.81 | 0.89 | 0.86 |
| Hex | FB | EE | BB | 0 | 5 | 19 | 2 | 30 | 59 | 56 |
| Octal | 373 | 356 | 273 | 0 | 5 | 31 | 2 | 60 | 131 | 126 |
| Binary | 11111011 | 11101110 | 10111011 | 0 | 101 | 11001 | 10 | 110000 | 1011001 | 1010110 |
Color Harmonies of #FBEEBB
Complementary color
Monochromatic Colors of #FBEEBB
Black with #FBEEBB
Text Example
Text Example
White with #FBEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEBB; }
p { color: rgb(251,238,187); }
H1.HeaderClassName
{
color: #FBEEBB;
}
.AnyTagClassName
{
color: #FBEEBB;
}
</style>
background-color css
<style>
a { background-color: #FBEEBB; }
a { background-color: rgb(251,238,187); }
div.DivClassName
{
background-color: #FBEEBB;
}
.BgClassName
{
background-color: #FBEEBB;
}
</style>
border-color css
<style>
span { border-color: #FBEEBB; }
span { border-color: rgb(251,238,187); }
td.TdClassName
{
border-color: #FBEEBB;
}
.TagClassName
{
border-color: #FBEEBB;
}
</style>