Shades of Oasis #FEEEBF
Tints of Oasis #FEEEBF
RGB
CMYK
RGB Variations
Color information
#FEEEBF (or 0xFEEEBF) is known color: Oasis. HEX triplet: FE, EE and BF. RGB value is (254,238,191). Sum of RGB (Red+Green+Blue) = 254+238+191=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 191 (75% from 255 or 27.96% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBF is #011140. Grayscale: #EDEDED. Windows color (decimal): -69953 or 12578558. OLE color: 12578558.
HSL color Cylindrical-coordinate representation of color #FEEEBF: hue angle of 44.76º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEEEBF is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 191 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.00 |
| HSL | 44.76º | 0.97% | 0.87% | - |
| HSV(B) | 44.76º | 0.25% | 1% | - |
| XYZ | 80.85 | 85.98 | 61.62 | - |
| YUV | 237.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 191 | 0 | 0.06 | 0.25 | 0.00 | 44.76 | 0.97 | 0.87 |
| Hex | FE | EE | BF | 0 | 6 | 19 | 0 | 2D | 61 | 57 |
| Octal | 376 | 356 | 277 | 0 | 6 | 31 | 0 | 55 | 141 | 127 |
| Binary | 11111110 | 11101110 | 10111111 | 0 | 110 | 11001 | 0 | 101101 | 1100001 | 1010111 |
Color Harmonies of #FEEEBF
Complementary color
Monochromatic Colors of #FEEEBF
Black with #FEEEBF
Text Example
Text Example
White with #FEEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEBF; }
p { color: rgb(254,238,191); }
H1.HeaderClassName
{
color: #FEEEBF;
}
.AnyTagClassName
{
color: #FEEEBF;
}
</style>
background-color css
<style>
a { background-color: #FEEEBF; }
a { background-color: rgb(254,238,191); }
div.DivClassName
{
background-color: #FEEEBF;
}
.BgClassName
{
background-color: #FEEEBF;
}
</style>
border-color css
<style>
span { border-color: #FEEEBF; }
span { border-color: rgb(254,238,191); }
td.TdClassName
{
border-color: #FEEEBF;
}
.TagClassName
{
border-color: #FEEEBF;
}
</style>