Shades of Oasis #FBEEC5
Tints of Oasis #FBEEC5
RGB
CMYK
RGB Variations
Color information
#FBEEC5 (or 0xFBEEC5) is known color: Oasis. HEX triplet: FB, EE and C5. RGB value is (251,238,197). Sum of RGB (Red+Green+Blue) = 251+238+197=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 197 (77.34% from 255 or 28.72% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEC5 is #04113A. Grayscale: #EDEDED. Windows color (decimal): -266555 or 12971771. OLE color: 12971771.
HSL color Cylindrical-coordinate representation of color #FBEEC5: hue angle of 45.56º 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 #FBEEC5 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 197 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.02 |
| HSL | 45.56º | 0.87% | 0.88% | - |
| HSV(B) | 45.56º | 0.22% | 0.98% | - |
| XYZ | 80.44 | 85.69 | 65.12 | - |
| YUV | 237.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 197 | 0 | 0.05 | 0.22 | 0.02 | 45.56 | 0.87 | 0.88 |
| Hex | FB | EE | C5 | 0 | 5 | 16 | 2 | 2E | 57 | 58 |
| Octal | 373 | 356 | 305 | 0 | 5 | 26 | 2 | 56 | 127 | 130 |
| Binary | 11111011 | 11101110 | 11000101 | 0 | 101 | 10110 | 10 | 101110 | 1010111 | 1011000 |
Color Harmonies of #FBEEC5
Complementary color
Monochromatic Colors of #FBEEC5
Black with #FBEEC5
Text Example
Text Example
White with #FBEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEC5; }
p { color: rgb(251,238,197); }
H1.HeaderClassName
{
color: #FBEEC5;
}
.AnyTagClassName
{
color: #FBEEC5;
}
</style>
background-color css
<style>
a { background-color: #FBEEC5; }
a { background-color: rgb(251,238,197); }
div.DivClassName
{
background-color: #FBEEC5;
}
.BgClassName
{
background-color: #FBEEC5;
}
</style>
border-color css
<style>
span { border-color: #FBEEC5; }
span { border-color: rgb(251,238,197); }
td.TdClassName
{
border-color: #FBEEC5;
}
.TagClassName
{
border-color: #FBEEC5;
}
</style>