Shades of Oasis #FBEDC5
Tints of Oasis #FBEDC5
RGB
CMYK
RGB Variations
Color information
#FBEDC5 (or 0xFBEDC5) is known color: Oasis. HEX triplet: FB, ED and C5. RGB value is (251,237,197). Sum of RGB (Red+Green+Blue) = 251+237+197=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 197 (77.34% from 255 or 28.76% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDC5 is #04123A. Grayscale: #ECECEC. Windows color (decimal): -266811 or 12971515. OLE color: 12971515.
HSL color Cylindrical-coordinate representation of color #FBEDC5: hue angle of 44.44º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBEDC5 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 197 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.02 |
| HSL | 44.44º | 0.87% | 0.88% | - |
| HSV(B) | 44.44º | 0.22% | 0.98% | - |
| XYZ | 80.15 | 85.11 | 65.03 | - |
| YUV | 236.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 197 | 0 | 0.06 | 0.22 | 0.02 | 44.44 | 0.87 | 0.88 |
| Hex | FB | ED | C5 | 0 | 6 | 16 | 2 | 2C | 57 | 58 |
| Octal | 373 | 355 | 305 | 0 | 6 | 26 | 2 | 54 | 127 | 130 |
| Binary | 11111011 | 11101101 | 11000101 | 0 | 110 | 10110 | 10 | 101100 | 1010111 | 1011000 |
Color Harmonies of #FBEDC5
Complementary color
Monochromatic Colors of #FBEDC5
Black with #FBEDC5
Text Example
Text Example
White with #FBEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDC5; }
p { color: rgb(251,237,197); }
H1.HeaderClassName
{
color: #FBEDC5;
}
.AnyTagClassName
{
color: #FBEDC5;
}
</style>
background-color css
<style>
a { background-color: #FBEDC5; }
a { background-color: rgb(251,237,197); }
div.DivClassName
{
background-color: #FBEDC5;
}
.BgClassName
{
background-color: #FBEDC5;
}
</style>
border-color css
<style>
span { border-color: #FBEDC5; }
span { border-color: rgb(251,237,197); }
td.TdClassName
{
border-color: #FBEDC5;
}
.TagClassName
{
border-color: #FBEDC5;
}
</style>