Shades of Oasis #FBECBE
Tints of Oasis #FBECBE
RGB
CMYK
RGB Variations
Color information
#FBECBE (or 0xFBECBE) is known color: Oasis. HEX triplet: FB, EC and BE. RGB value is (251,236,190). Sum of RGB (Red+Green+Blue) = 251+236+190=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 190 (74.61% from 255 or 28.06% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECBE is #041341. Grayscale: #EBEBEB. Windows color (decimal): -267074 or 12512507. OLE color: 12512507.
HSL color Cylindrical-coordinate representation of color #FBECBE: hue angle of 45.25º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBECBE is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 190 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.02 |
| HSL | 45.25º | 0.88% | 0.86% | - |
| HSV(B) | 45.25º | 0.24% | 0.98% | - |
| XYZ | 79.07 | 84.22 | 60.8 | - |
| YUV | 235.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 190 | 0 | 0.06 | 0.24 | 0.02 | 45.25 | 0.88 | 0.86 |
| Hex | FB | EC | BE | 0 | 6 | 18 | 2 | 2D | 58 | 56 |
| Octal | 373 | 354 | 276 | 0 | 6 | 30 | 2 | 55 | 130 | 126 |
| Binary | 11111011 | 11101100 | 10111110 | 0 | 110 | 11000 | 10 | 101101 | 1011000 | 1010110 |
Color Harmonies of #FBECBE
Complementary color
Monochromatic Colors of #FBECBE
Black with #FBECBE
Text Example
Text Example
White with #FBECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECBE; }
p { color: rgb(251,236,190); }
H1.HeaderClassName
{
color: #FBECBE;
}
.AnyTagClassName
{
color: #FBECBE;
}
</style>
background-color css
<style>
a { background-color: #FBECBE; }
a { background-color: rgb(251,236,190); }
div.DivClassName
{
background-color: #FBECBE;
}
.BgClassName
{
background-color: #FBECBE;
}
</style>
border-color css
<style>
span { border-color: #FBECBE; }
span { border-color: rgb(251,236,190); }
td.TdClassName
{
border-color: #FBECBE;
}
.TagClassName
{
border-color: #FBECBE;
}
</style>