Shades of Oasis #FBECC5
Tints of Oasis #FBECC5
RGB
CMYK
RGB Variations
Color information
#FBECC5 (or 0xFBECC5) is known color: Oasis. HEX triplet: FB, EC and C5. RGB value is (251,236,197). Sum of RGB (Red+Green+Blue) = 251+236+197=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECC5 is #04133A. Grayscale: #ECECEC. Windows color (decimal): -267067 or 12971259. OLE color: 12971259.
HSL color Cylindrical-coordinate representation of color #FBECC5: hue angle of 43.33º 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 #FBECC5 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 197 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.02 |
| HSL | 43.33º | 0.87% | 0.88% | - |
| HSV(B) | 43.33º | 0.22% | 0.98% | - |
| XYZ | 79.86 | 84.53 | 64.93 | - |
| YUV | 236.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 197 | 0 | 0.06 | 0.22 | 0.02 | 43.33 | 0.87 | 0.88 |
| Hex | FB | EC | C5 | 0 | 6 | 16 | 2 | 2B | 57 | 58 |
| Octal | 373 | 354 | 305 | 0 | 6 | 26 | 2 | 53 | 127 | 130 |
| Binary | 11111011 | 11101100 | 11000101 | 0 | 110 | 10110 | 10 | 101011 | 1010111 | 1011000 |
Color Harmonies of #FBECC5
Complementary color
Monochromatic Colors of #FBECC5
Black with #FBECC5
Text Example
Text Example
White with #FBECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECC5; }
p { color: rgb(251,236,197); }
H1.HeaderClassName
{
color: #FBECC5;
}
.AnyTagClassName
{
color: #FBECC5;
}
</style>
background-color css
<style>
a { background-color: #FBECC5; }
a { background-color: rgb(251,236,197); }
div.DivClassName
{
background-color: #FBECC5;
}
.BgClassName
{
background-color: #FBECC5;
}
</style>
border-color css
<style>
span { border-color: #FBECC5; }
span { border-color: rgb(251,236,197); }
td.TdClassName
{
border-color: #FBECC5;
}
.TagClassName
{
border-color: #FBECC5;
}
</style>