Shades of Oasis #FBE9C2
Tints of Oasis #FBE9C2
RGB
CMYK
RGB Variations
Color information
#FBE9C2 (or 0xFBE9C2) is known color: Oasis. HEX triplet: FB, E9 and C2. RGB value is (251,233,194). Sum of RGB (Red+Green+Blue) = 251+233+194=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 194 (76.17% from 255 or 28.61% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9C2 is #04163D. Grayscale: #EAEAEA. Windows color (decimal): -267838 or 12773883. OLE color: 12773883.
HSL color Cylindrical-coordinate representation of color #FBE9C2: hue angle of 41.05º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBE9C2 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 194 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.02 |
| HSL | 41.05º | 0.88% | 0.87% | - |
| HSV(B) | 41.05º | 0.23% | 0.98% | - |
| XYZ | 78.66 | 82.68 | 62.85 | - |
| YUV | 233.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 194 | 0 | 0.07 | 0.23 | 0.02 | 41.05 | 0.88 | 0.87 |
| Hex | FB | E9 | C2 | 0 | 7 | 17 | 2 | 29 | 58 | 57 |
| Octal | 373 | 351 | 302 | 0 | 7 | 27 | 2 | 51 | 130 | 127 |
| Binary | 11111011 | 11101001 | 11000010 | 0 | 111 | 10111 | 10 | 101001 | 1011000 | 1010111 |
Color Harmonies of #FBE9C2
Complementary color
Monochromatic Colors of #FBE9C2
Black with #FBE9C2
Text Example
Text Example
White with #FBE9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE9C2; }
p { color: rgb(251,233,194); }
H1.HeaderClassName
{
color: #FBE9C2;
}
.AnyTagClassName
{
color: #FBE9C2;
}
</style>
background-color css
<style>
a { background-color: #FBE9C2; }
a { background-color: rgb(251,233,194); }
div.DivClassName
{
background-color: #FBE9C2;
}
.BgClassName
{
background-color: #FBE9C2;
}
</style>
border-color css
<style>
span { border-color: #FBE9C2; }
span { border-color: rgb(251,233,194); }
td.TdClassName
{
border-color: #FBE9C2;
}
.TagClassName
{
border-color: #FBE9C2;
}
</style>