Shades of Oasis #FBF0C0
Tints of Oasis #FBF0C0
RGB
CMYK
RGB Variations
Color information
#FBF0C0 (or 0xFBF0C0) is known color: Oasis. HEX triplet: FB, F0 and C0. RGB value is (251,240,192). Sum of RGB (Red+Green+Blue) = 251+240+192=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 192 (75.39% from 255 or 28.11% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0C0 is #040F3F. Grayscale: #EEEEEE. Windows color (decimal): -266048 or 12644603. OLE color: 12644603.
HSL color Cylindrical-coordinate representation of color #FBF0C0: hue angle of 48.81º 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 #FBF0C0 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 192 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.02 |
| HSL | 48.81º | 0.88% | 0.87% | - |
| HSV(B) | 48.81º | 0.24% | 0.98% | - |
| XYZ | 80.46 | 86.64 | 62.35 | - |
| YUV | 237.82 | 102.14 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 192 | 0 | 0.04 | 0.24 | 0.02 | 48.81 | 0.88 | 0.87 |
| Hex | FB | F0 | C0 | 0 | 4 | 18 | 2 | 31 | 58 | 57 |
| Octal | 373 | 360 | 300 | 0 | 4 | 30 | 2 | 61 | 130 | 127 |
| Binary | 11111011 | 11110000 | 11000000 | 0 | 100 | 11000 | 10 | 110001 | 1011000 | 1010111 |
Color Harmonies of #FBF0C0
Complementary color
Monochromatic Colors of #FBF0C0
Black with #FBF0C0
Text Example
Text Example
White with #FBF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0C0; }
p { color: rgb(251,240,192); }
H1.HeaderClassName
{
color: #FBF0C0;
}
.AnyTagClassName
{
color: #FBF0C0;
}
</style>
background-color css
<style>
a { background-color: #FBF0C0; }
a { background-color: rgb(251,240,192); }
div.DivClassName
{
background-color: #FBF0C0;
}
.BgClassName
{
background-color: #FBF0C0;
}
</style>
border-color css
<style>
span { border-color: #FBF0C0; }
span { border-color: rgb(251,240,192); }
td.TdClassName
{
border-color: #FBF0C0;
}
.TagClassName
{
border-color: #FBF0C0;
}
</style>