Shades of Oasis #FBEDBB
Tints of Oasis #FBEDBB
RGB
CMYK
RGB Variations
Color information
#FBEDBB (or 0xFBEDBB) is known color: Oasis. HEX triplet: FB, ED and BB. RGB value is (251,237,187). Sum of RGB (Red+Green+Blue) = 251+237+187=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 187 (73.44% from 255 or 27.70% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDBB is #041244. Grayscale: #EBEBEB. Windows color (decimal): -266821 or 12316155. OLE color: 12316155.
HSL color Cylindrical-coordinate representation of color #FBEDBB: hue angle of 46.88º 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 #FBEDBB is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 187 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.02 |
| HSL | 46.88º | 0.89% | 0.86% | - |
| HSV(B) | 46.88º | 0.25% | 0.98% | - |
| XYZ | 79.04 | 84.67 | 59.19 | - |
| YUV | 235.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 187 | 0 | 0.06 | 0.25 | 0.02 | 46.88 | 0.89 | 0.86 |
| Hex | FB | ED | BB | 0 | 6 | 19 | 2 | 2F | 59 | 56 |
| Octal | 373 | 355 | 273 | 0 | 6 | 31 | 2 | 57 | 131 | 126 |
| Binary | 11111011 | 11101101 | 10111011 | 0 | 110 | 11001 | 10 | 101111 | 1011001 | 1010110 |
Color Harmonies of #FBEDBB
Complementary color
Monochromatic Colors of #FBEDBB
Black with #FBEDBB
Text Example
Text Example
White with #FBEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDBB; }
p { color: rgb(251,237,187); }
H1.HeaderClassName
{
color: #FBEDBB;
}
.AnyTagClassName
{
color: #FBEDBB;
}
</style>
background-color css
<style>
a { background-color: #FBEDBB; }
a { background-color: rgb(251,237,187); }
div.DivClassName
{
background-color: #FBEDBB;
}
.BgClassName
{
background-color: #FBEDBB;
}
</style>
border-color css
<style>
span { border-color: #FBEDBB; }
span { border-color: rgb(251,237,187); }
td.TdClassName
{
border-color: #FBEDBB;
}
.TagClassName
{
border-color: #FBEDBB;
}
</style>