Shades of Oasis #FBEDBC
Tints of Oasis #FBEDBC
RGB
CMYK
RGB Variations
Color information
#FBEDBC (or 0xFBEDBC) is known color: Oasis. HEX triplet: FB, ED and BC. RGB value is (251,237,188). Sum of RGB (Red+Green+Blue) = 251+237+188=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 188 (73.83% from 255 or 27.81% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDBC is #041243. Grayscale: #EBEBEB. Windows color (decimal): -266820 or 12381691. OLE color: 12381691.
HSL color Cylindrical-coordinate representation of color #FBEDBC: hue angle of 46.67º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBEDBC is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 188 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.02 |
| HSL | 46.67º | 0.89% | 0.86% | - |
| HSV(B) | 46.67º | 0.25% | 0.98% | - |
| XYZ | 79.14 | 84.71 | 59.76 | - |
| YUV | 235.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 188 | 0 | 0.06 | 0.25 | 0.02 | 46.67 | 0.89 | 0.86 |
| Hex | FB | ED | BC | 0 | 6 | 19 | 2 | 2F | 59 | 56 |
| Octal | 373 | 355 | 274 | 0 | 6 | 31 | 2 | 57 | 131 | 126 |
| Binary | 11111011 | 11101101 | 10111100 | 0 | 110 | 11001 | 10 | 101111 | 1011001 | 1010110 |
Color Harmonies of #FBEDBC
Complementary color
Monochromatic Colors of #FBEDBC
Black with #FBEDBC
Text Example
Text Example
White with #FBEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDBC; }
p { color: rgb(251,237,188); }
H1.HeaderClassName
{
color: #FBEDBC;
}
.AnyTagClassName
{
color: #FBEDBC;
}
</style>
background-color css
<style>
a { background-color: #FBEDBC; }
a { background-color: rgb(251,237,188); }
div.DivClassName
{
background-color: #FBEDBC;
}
.BgClassName
{
background-color: #FBEDBC;
}
</style>
border-color css
<style>
span { border-color: #FBEDBC; }
span { border-color: rgb(251,237,188); }
td.TdClassName
{
border-color: #FBEDBC;
}
.TagClassName
{
border-color: #FBEDBC;
}
</style>