Shades of Oasis #FBEFC9
Tints of Oasis #FBEFC9
RGB
CMYK
RGB Variations
Color information
#FBEFC9 (or 0xFBEFC9) is known color: Oasis. HEX triplet: FB, EF and C9. RGB value is (251,239,201). Sum of RGB (Red+Green+Blue) = 251+239+201=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 201 (78.91% from 255 or 29.09% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFC9 is #041036. Grayscale: #EEEEEE. Windows color (decimal): -266295 or 13234171. OLE color: 13234171.
HSL color Cylindrical-coordinate representation of color #FBEFC9: hue angle of 45.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBEFC9 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 201 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.02 |
| HSL | 45.6º | 0.86% | 0.89% | - |
| HSV(B) | 45.6º | 0.2% | 0.98% | - |
| XYZ | 81.19 | 86.46 | 67.67 | - |
| YUV | 238.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 201 | 0 | 0.05 | 0.20 | 0.02 | 45.6 | 0.86 | 0.89 |
| Hex | FB | EF | C9 | 0 | 5 | 14 | 2 | 2E | 56 | 59 |
| Octal | 373 | 357 | 311 | 0 | 5 | 24 | 2 | 56 | 126 | 131 |
| Binary | 11111011 | 11101111 | 11001001 | 0 | 101 | 10100 | 10 | 101110 | 1010110 | 1011001 |
Color Harmonies of #FBEFC9
Complementary color
Monochromatic Colors of #FBEFC9
Black with #FBEFC9
Text Example
Text Example
White with #FBEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEFC9; }
p { color: rgb(251,239,201); }
H1.HeaderClassName
{
color: #FBEFC9;
}
.AnyTagClassName
{
color: #FBEFC9;
}
</style>
background-color css
<style>
a { background-color: #FBEFC9; }
a { background-color: rgb(251,239,201); }
div.DivClassName
{
background-color: #FBEFC9;
}
.BgClassName
{
background-color: #FBEFC9;
}
</style>
border-color css
<style>
span { border-color: #FBEFC9; }
span { border-color: rgb(251,239,201); }
td.TdClassName
{
border-color: #FBEFC9;
}
.TagClassName
{
border-color: #FBEFC9;
}
</style>