Shades of Oasis #FBEBC7
Tints of Oasis #FBEBC7
RGB
CMYK
RGB Variations
Color information
#FBEBC7 (or 0xFBEBC7) is known color: Oasis. HEX triplet: FB, EB and C7. RGB value is (251,235,199). Sum of RGB (Red+Green+Blue) = 251+235+199=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 199 (78.12% from 255 or 29.05% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBC7 is #041438. Grayscale: #EBEBEB. Windows color (decimal): -267321 or 13102075. OLE color: 13102075.
HSL color Cylindrical-coordinate representation of color #FBEBC7: hue angle of 41.54º 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 #FBEBC7 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 235 | 199 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.02 |
| HSL | 41.54º | 0.87% | 0.88% | - |
| HSV(B) | 41.54º | 0.21% | 0.98% | - |
| XYZ | 79.8 | 84.05 | 66.05 | - |
| YUV | 235.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 235 | 199 | 0 | 0.06 | 0.21 | 0.02 | 41.54 | 0.87 | 0.88 |
| Hex | FB | EB | C7 | 0 | 6 | 15 | 2 | 2A | 57 | 58 |
| Octal | 373 | 353 | 307 | 0 | 6 | 25 | 2 | 52 | 127 | 130 |
| Binary | 11111011 | 11101011 | 11000111 | 0 | 110 | 10101 | 10 | 101010 | 1010111 | 1011000 |
Color Harmonies of #FBEBC7
Complementary color
Monochromatic Colors of #FBEBC7
Black with #FBEBC7
Text Example
Text Example
White with #FBEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEBC7; }
p { color: rgb(251,235,199); }
H1.HeaderClassName
{
color: #FBEBC7;
}
.AnyTagClassName
{
color: #FBEBC7;
}
</style>
background-color css
<style>
a { background-color: #FBEBC7; }
a { background-color: rgb(251,235,199); }
div.DivClassName
{
background-color: #FBEBC7;
}
.BgClassName
{
background-color: #FBEBC7;
}
</style>
border-color css
<style>
span { border-color: #FBEBC7; }
span { border-color: rgb(251,235,199); }
td.TdClassName
{
border-color: #FBEBC7;
}
.TagClassName
{
border-color: #FBEBC7;
}
</style>