Shades of Oasis #FBEDC7
Tints of Oasis #FBEDC7
RGB
CMYK
RGB Variations
Color information
#FBEDC7 (or 0xFBEDC7) is known color: Oasis. HEX triplet: FB, ED and C7. RGB value is (251,237,199). Sum of RGB (Red+Green+Blue) = 251+237+199=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 199 (78.12% from 255 or 28.97% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDC7 is #041238. Grayscale: #EDEDED. Windows color (decimal): -266809 or 13102587. OLE color: 13102587.
HSL color Cylindrical-coordinate representation of color #FBEDC7: hue angle of 43.85º 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 #FBEDC7 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 199 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.02 |
| HSL | 43.85º | 0.87% | 0.88% | - |
| HSV(B) | 43.85º | 0.21% | 0.98% | - |
| XYZ | 80.38 | 85.2 | 66.24 | - |
| YUV | 236.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 199 | 0 | 0.06 | 0.21 | 0.02 | 43.85 | 0.87 | 0.88 |
| Hex | FB | ED | C7 | 0 | 6 | 15 | 2 | 2C | 57 | 58 |
| Octal | 373 | 355 | 307 | 0 | 6 | 25 | 2 | 54 | 127 | 130 |
| Binary | 11111011 | 11101101 | 11000111 | 0 | 110 | 10101 | 10 | 101100 | 1010111 | 1011000 |
Color Harmonies of #FBEDC7
Complementary color
Monochromatic Colors of #FBEDC7
Black with #FBEDC7
Text Example
Text Example
White with #FBEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDC7; }
p { color: rgb(251,237,199); }
H1.HeaderClassName
{
color: #FBEDC7;
}
.AnyTagClassName
{
color: #FBEDC7;
}
</style>
background-color css
<style>
a { background-color: #FBEDC7; }
a { background-color: rgb(251,237,199); }
div.DivClassName
{
background-color: #FBEDC7;
}
.BgClassName
{
background-color: #FBEDC7;
}
</style>
border-color css
<style>
span { border-color: #FBEDC7; }
span { border-color: rgb(251,237,199); }
td.TdClassName
{
border-color: #FBEDC7;
}
.TagClassName
{
border-color: #FBEDC7;
}
</style>