Shades of Oasis #FBECC7
Tints of Oasis #FBECC7
RGB
CMYK
RGB Variations
Color information
#FBECC7 (or 0xFBECC7) is known color: Oasis. HEX triplet: FB, EC and C7. RGB value is (251,236,199). Sum of RGB (Red+Green+Blue) = 251+236+199=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 199 (78.12% from 255 or 29.01% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECC7 is #041338. Grayscale: #ECECEC. Windows color (decimal): -267065 or 13102331. OLE color: 13102331.
HSL color Cylindrical-coordinate representation of color #FBECC7: hue angle of 42.69º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBECC7 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 199 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.02 |
| HSL | 42.69º | 0.87% | 0.88% | - |
| HSV(B) | 42.69º | 0.21% | 0.98% | - |
| XYZ | 80.09 | 84.62 | 66.15 | - |
| YUV | 236.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 199 | 0 | 0.06 | 0.21 | 0.02 | 42.69 | 0.87 | 0.88 |
| Hex | FB | EC | C7 | 0 | 6 | 15 | 2 | 2B | 57 | 58 |
| Octal | 373 | 354 | 307 | 0 | 6 | 25 | 2 | 53 | 127 | 130 |
| Binary | 11111011 | 11101100 | 11000111 | 0 | 110 | 10101 | 10 | 101011 | 1010111 | 1011000 |
Color Harmonies of #FBECC7
Complementary color
Monochromatic Colors of #FBECC7
Black with #FBECC7
Text Example
Text Example
White with #FBECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBECC7; }
p { color: rgb(251,236,199); }
H1.HeaderClassName
{
color: #FBECC7;
}
.AnyTagClassName
{
color: #FBECC7;
}
</style>
background-color css
<style>
a { background-color: #FBECC7; }
a { background-color: rgb(251,236,199); }
div.DivClassName
{
background-color: #FBECC7;
}
.BgClassName
{
background-color: #FBECC7;
}
</style>
border-color css
<style>
span { border-color: #FBECC7; }
span { border-color: rgb(251,236,199); }
td.TdClassName
{
border-color: #FBECC7;
}
.TagClassName
{
border-color: #FBECC7;
}
</style>