Shades of Oasis #FBF0C1
Tints of Oasis #FBF0C1
RGB
CMYK
RGB Variations
Color information
#FBF0C1 (or 0xFBF0C1) is known color: Oasis. HEX triplet: FB, F0 and C1. RGB value is (251,240,193). Sum of RGB (Red+Green+Blue) = 251+240+193=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0C1 is #040F3E. Grayscale: #EEEEEE. Windows color (decimal): -266047 or 12710139. OLE color: 12710139.
HSL color Cylindrical-coordinate representation of color #FBF0C1: hue angle of 48.62º 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 #FBF0C1 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 193 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.02 |
| HSL | 48.62º | 0.88% | 0.87% | - |
| HSV(B) | 48.62º | 0.23% | 0.98% | - |
| XYZ | 80.57 | 86.68 | 62.94 | - |
| YUV | 237.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 193 | 0 | 0.04 | 0.23 | 0.02 | 48.62 | 0.88 | 0.87 |
| Hex | FB | F0 | C1 | 0 | 4 | 17 | 2 | 31 | 58 | 57 |
| Octal | 373 | 360 | 301 | 0 | 4 | 27 | 2 | 61 | 130 | 127 |
| Binary | 11111011 | 11110000 | 11000001 | 0 | 100 | 10111 | 10 | 110001 | 1011000 | 1010111 |
Color Harmonies of #FBF0C1
Complementary color
Monochromatic Colors of #FBF0C1
Black with #FBF0C1
Text Example
Text Example
White with #FBF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0C1; }
p { color: rgb(251,240,193); }
H1.HeaderClassName
{
color: #FBF0C1;
}
.AnyTagClassName
{
color: #FBF0C1;
}
</style>
background-color css
<style>
a { background-color: #FBF0C1; }
a { background-color: rgb(251,240,193); }
div.DivClassName
{
background-color: #FBF0C1;
}
.BgClassName
{
background-color: #FBF0C1;
}
</style>
border-color css
<style>
span { border-color: #FBF0C1; }
span { border-color: rgb(251,240,193); }
td.TdClassName
{
border-color: #FBF0C1;
}
.TagClassName
{
border-color: #FBF0C1;
}
</style>