Shades of Oasis #FBEEC1
Tints of Oasis #FBEEC1
RGB
CMYK
RGB Variations
Color information
#FBEEC1 (or 0xFBEEC1) is known color: Oasis. HEX triplet: FB, EE and C1. RGB value is (251,238,193). Sum of RGB (Red+Green+Blue) = 251+238+193=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEC1 is #04113E. Grayscale: #ECECEC. Windows color (decimal): -266559 or 12709627. OLE color: 12709627.
HSL color Cylindrical-coordinate representation of color #FBEEC1: hue angle of 46.55º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBEEC1 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 193 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.02 |
| HSL | 46.55º | 0.88% | 0.87% | - |
| HSV(B) | 46.55º | 0.23% | 0.98% | - |
| XYZ | 79.98 | 85.51 | 62.74 | - |
| YUV | 236.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 193 | 0 | 0.05 | 0.23 | 0.02 | 46.55 | 0.88 | 0.87 |
| Hex | FB | EE | C1 | 0 | 5 | 17 | 2 | 2F | 58 | 57 |
| Octal | 373 | 356 | 301 | 0 | 5 | 27 | 2 | 57 | 130 | 127 |
| Binary | 11111011 | 11101110 | 11000001 | 0 | 101 | 10111 | 10 | 101111 | 1011000 | 1010111 |
Color Harmonies of #FBEEC1
Complementary color
Monochromatic Colors of #FBEEC1
Black with #FBEEC1
Text Example
Text Example
White with #FBEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEC1; }
p { color: rgb(251,238,193); }
H1.HeaderClassName
{
color: #FBEEC1;
}
.AnyTagClassName
{
color: #FBEEC1;
}
</style>
background-color css
<style>
a { background-color: #FBEEC1; }
a { background-color: rgb(251,238,193); }
div.DivClassName
{
background-color: #FBEEC1;
}
.BgClassName
{
background-color: #FBEEC1;
}
</style>
border-color css
<style>
span { border-color: #FBEEC1; }
span { border-color: rgb(251,238,193); }
td.TdClassName
{
border-color: #FBEEC1;
}
.TagClassName
{
border-color: #FBEEC1;
}
</style>