Shades of Oasis #FBEEC7
Tints of Oasis #FBEEC7
RGB
CMYK
RGB Variations
Color information
#FBEEC7 (or 0xFBEEC7) is known color: Oasis. HEX triplet: FB, EE and C7. RGB value is (251,238,199). Sum of RGB (Red+Green+Blue) = 251+238+199=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEC7 is #041138. Grayscale: #EDEDED. Windows color (decimal): -266553 or 13102843. OLE color: 13102843.
HSL color Cylindrical-coordinate representation of color #FBEEC7: hue angle of 45º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBEEC7 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 199 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.02 |
| HSL | 45º | 0.87% | 0.88% | - |
| HSV(B) | 45º | 0.21% | 0.98% | - |
| XYZ | 80.67 | 85.78 | 66.34 | - |
| YUV | 237.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 199 | 0 | 0.05 | 0.21 | 0.02 | 45 | 0.87 | 0.88 |
| Hex | FB | EE | C7 | 0 | 5 | 15 | 2 | 2D | 57 | 58 |
| Octal | 373 | 356 | 307 | 0 | 5 | 25 | 2 | 55 | 127 | 130 |
| Binary | 11111011 | 11101110 | 11000111 | 0 | 101 | 10101 | 10 | 101101 | 1010111 | 1011000 |
Color Harmonies of #FBEEC7
Complementary color
Monochromatic Colors of #FBEEC7
Black with #FBEEC7
Text Example
Text Example
White with #FBEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEC7; }
p { color: rgb(251,238,199); }
H1.HeaderClassName
{
color: #FBEEC7;
}
.AnyTagClassName
{
color: #FBEEC7;
}
</style>
background-color css
<style>
a { background-color: #FBEEC7; }
a { background-color: rgb(251,238,199); }
div.DivClassName
{
background-color: #FBEEC7;
}
.BgClassName
{
background-color: #FBEEC7;
}
</style>
border-color css
<style>
span { border-color: #FBEEC7; }
span { border-color: rgb(251,238,199); }
td.TdClassName
{
border-color: #FBEEC7;
}
.TagClassName
{
border-color: #FBEEC7;
}
</style>