Shades of Oasis #FBECBD
Tints of Oasis #FBECBD
RGB
CMYK
RGB Variations
Color information
#FBECBD (or 0xFBECBD) is known color: Oasis. HEX triplet: FB, EC and BD. RGB value is (251,236,189). Sum of RGB (Red+Green+Blue) = 251+236+189=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECBD is #041342. Grayscale: #EBEBEB. Windows color (decimal): -267075 or 12446971. OLE color: 12446971.
HSL color Cylindrical-coordinate representation of color #FBECBD: hue angle of 45.48º 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 #FBECBD is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 189 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.02 |
| HSL | 45.48º | 0.89% | 0.86% | - |
| HSV(B) | 45.48º | 0.25% | 0.98% | - |
| XYZ | 78.96 | 84.17 | 60.23 | - |
| YUV | 235.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 189 | 0 | 0.06 | 0.25 | 0.02 | 45.48 | 0.89 | 0.86 |
| Hex | FB | EC | BD | 0 | 6 | 19 | 2 | 2D | 59 | 56 |
| Octal | 373 | 354 | 275 | 0 | 6 | 31 | 2 | 55 | 131 | 126 |
| Binary | 11111011 | 11101100 | 10111101 | 0 | 110 | 11001 | 10 | 101101 | 1011001 | 1010110 |
Color Harmonies of #FBECBD
Complementary color
Monochromatic Colors of #FBECBD
Black with #FBECBD
Text Example
Text Example
White with #FBECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECBD; }
p { color: rgb(251,236,189); }
H1.HeaderClassName
{
color: #FBECBD;
}
.AnyTagClassName
{
color: #FBECBD;
}
</style>
background-color css
<style>
a { background-color: #FBECBD; }
a { background-color: rgb(251,236,189); }
div.DivClassName
{
background-color: #FBECBD;
}
.BgClassName
{
background-color: #FBECBD;
}
</style>
border-color css
<style>
span { border-color: #FBECBD; }
span { border-color: rgb(251,236,189); }
td.TdClassName
{
border-color: #FBECBD;
}
.TagClassName
{
border-color: #FBECBD;
}
</style>