Shades of Oasis #FBEFC0
Tints of Oasis #FBEFC0
RGB
CMYK
RGB Variations
Color information
#FBEFC0 (or 0xFBEFC0) is known color: Oasis. HEX triplet: FB, EF and C0. RGB value is (251,239,192). Sum of RGB (Red+Green+Blue) = 251+239+192=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 192 (75.39% from 255 or 28.15% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC0 is #04103F. Grayscale: #EDEDED. Windows color (decimal): -266304 or 12644347. OLE color: 12644347.
HSL color Cylindrical-coordinate representation of color #FBEFC0: hue angle of 47.8º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBEFC0 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 192 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.02 |
| HSL | 47.8º | 0.88% | 0.87% | - |
| HSV(B) | 47.8º | 0.24% | 0.98% | - |
| XYZ | 80.16 | 86.05 | 62.25 | - |
| YUV | 237.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 192 | 0 | 0.05 | 0.24 | 0.02 | 47.8 | 0.88 | 0.87 |
| Hex | FB | EF | C0 | 0 | 5 | 18 | 2 | 30 | 58 | 57 |
| Octal | 373 | 357 | 300 | 0 | 5 | 30 | 2 | 60 | 130 | 127 |
| Binary | 11111011 | 11101111 | 11000000 | 0 | 101 | 11000 | 10 | 110000 | 1011000 | 1010111 |
Color Harmonies of #FBEFC0
Complementary color
Monochromatic Colors of #FBEFC0
Black with #FBEFC0
Text Example
Text Example
White with #FBEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFC0; }
p { color: rgb(251,239,192); }
H1.HeaderClassName
{
color: #FBEFC0;
}
.AnyTagClassName
{
color: #FBEFC0;
}
</style>
background-color css
<style>
a { background-color: #FBEFC0; }
a { background-color: rgb(251,239,192); }
div.DivClassName
{
background-color: #FBEFC0;
}
.BgClassName
{
background-color: #FBEFC0;
}
</style>
border-color css
<style>
span { border-color: #FBEFC0; }
span { border-color: rgb(251,239,192); }
td.TdClassName
{
border-color: #FBEFC0;
}
.TagClassName
{
border-color: #FBEFC0;
}
</style>