Shades of Oasis #FBEFC4
Tints of Oasis #FBEFC4
RGB
CMYK
RGB Variations
Color information
#FBEFC4 (or 0xFBEFC4) is known color: Oasis. HEX triplet: FB, EF and C4. RGB value is (251,239,196). Sum of RGB (Red+Green+Blue) = 251+239+196=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC4 is #04103B. Grayscale: #EDEDED. Windows color (decimal): -266300 or 12906491. OLE color: 12906491.
HSL color Cylindrical-coordinate representation of color #FBEFC4: hue angle of 46.91º 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 #FBEFC4 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 196 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.02 |
| HSL | 46.91º | 0.87% | 0.88% | - |
| HSV(B) | 46.91º | 0.22% | 0.98% | - |
| XYZ | 80.61 | 86.23 | 64.62 | - |
| YUV | 237.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 196 | 0 | 0.05 | 0.22 | 0.02 | 46.91 | 0.87 | 0.88 |
| Hex | FB | EF | C4 | 0 | 5 | 16 | 2 | 2F | 57 | 58 |
| Octal | 373 | 357 | 304 | 0 | 5 | 26 | 2 | 57 | 127 | 130 |
| Binary | 11111011 | 11101111 | 11000100 | 0 | 101 | 10110 | 10 | 101111 | 1010111 | 1011000 |
Color Harmonies of #FBEFC4
Complementary color
Monochromatic Colors of #FBEFC4
Black with #FBEFC4
Text Example
Text Example
White with #FBEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFC4; }
p { color: rgb(251,239,196); }
H1.HeaderClassName
{
color: #FBEFC4;
}
.AnyTagClassName
{
color: #FBEFC4;
}
</style>
background-color css
<style>
a { background-color: #FBEFC4; }
a { background-color: rgb(251,239,196); }
div.DivClassName
{
background-color: #FBEFC4;
}
.BgClassName
{
background-color: #FBEFC4;
}
</style>
border-color css
<style>
span { border-color: #FBEFC4; }
span { border-color: rgb(251,239,196); }
td.TdClassName
{
border-color: #FBEFC4;
}
.TagClassName
{
border-color: #FBEFC4;
}
</style>