Shades of Oasis #FBEEC6
Tints of Oasis #FBEEC6
RGB
CMYK
RGB Variations
Color information
#FBEEC6 (or 0xFBEEC6) is known color: Oasis. HEX triplet: FB, EE and C6. RGB value is (251,238,198). Sum of RGB (Red+Green+Blue) = 251+238+198=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEC6 is #041139. Grayscale: #EDEDED. Windows color (decimal): -266554 or 13037307. OLE color: 13037307.
HSL color Cylindrical-coordinate representation of color #FBEEC6: hue angle of 45.28º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBEEC6 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 198 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.02 |
| HSL | 45.28º | 0.87% | 0.88% | - |
| HSV(B) | 45.28º | 0.21% | 0.98% | - |
| XYZ | 80.55 | 85.74 | 65.73 | - |
| YUV | 237.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 198 | 0 | 0.05 | 0.21 | 0.02 | 45.28 | 0.87 | 0.88 |
| Hex | FB | EE | C6 | 0 | 5 | 15 | 2 | 2D | 57 | 58 |
| Octal | 373 | 356 | 306 | 0 | 5 | 25 | 2 | 55 | 127 | 130 |
| Binary | 11111011 | 11101110 | 11000110 | 0 | 101 | 10101 | 10 | 101101 | 1010111 | 1011000 |
Color Harmonies of #FBEEC6
Complementary color
Monochromatic Colors of #FBEEC6
Black with #FBEEC6
Text Example
Text Example
White with #FBEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEC6; }
p { color: rgb(251,238,198); }
H1.HeaderClassName
{
color: #FBEEC6;
}
.AnyTagClassName
{
color: #FBEEC6;
}
</style>
background-color css
<style>
a { background-color: #FBEEC6; }
a { background-color: rgb(251,238,198); }
div.DivClassName
{
background-color: #FBEEC6;
}
.BgClassName
{
background-color: #FBEEC6;
}
</style>
border-color css
<style>
span { border-color: #FBEEC6; }
span { border-color: rgb(251,238,198); }
td.TdClassName
{
border-color: #FBEEC6;
}
.TagClassName
{
border-color: #FBEEC6;
}
</style>