Shades of Oasis #FEEECB
Tints of Oasis #FEEECB
RGB
CMYK
RGB Variations
Color information
#FEEECB (or 0xFEEECB) is known color: Oasis. HEX triplet: FE, EE and CB. RGB value is (254,238,203). Sum of RGB (Red+Green+Blue) = 254+238+203=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEECB is #011134. Grayscale: #EEEEEE. Windows color (decimal): -69941 or 13364990. OLE color: 13364990.
HSL color Cylindrical-coordinate representation of color #FEEECB: hue angle of 41.18º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEEECB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 203 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.00 |
| HSL | 41.18º | 0.96% | 0.9% | - |
| HSV(B) | 41.18º | 0.2% | 1% | - |
| XYZ | 82.23 | 86.53 | 68.87 | - |
| YUV | 238.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 203 | 0 | 0.06 | 0.20 | 0.00 | 41.18 | 0.96 | 0.9 |
| Hex | FE | EE | CB | 0 | 6 | 14 | 0 | 29 | 60 | 5A |
| Octal | 376 | 356 | 313 | 0 | 6 | 24 | 0 | 51 | 140 | 132 |
| Binary | 11111110 | 11101110 | 11001011 | 0 | 110 | 10100 | 0 | 101001 | 1100000 | 1011010 |
Color Harmonies of #FEEECB
Complementary color
Monochromatic Colors of #FEEECB
Black with #FEEECB
Text Example
Text Example
White with #FEEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEECB; }
p { color: rgb(254,238,203); }
H1.HeaderClassName
{
color: #FEEECB;
}
.AnyTagClassName
{
color: #FEEECB;
}
</style>
background-color css
<style>
a { background-color: #FEEECB; }
a { background-color: rgb(254,238,203); }
div.DivClassName
{
background-color: #FEEECB;
}
.BgClassName
{
background-color: #FEEECB;
}
</style>
border-color css
<style>
span { border-color: #FEEECB; }
span { border-color: rgb(254,238,203); }
td.TdClassName
{
border-color: #FEEECB;
}
.TagClassName
{
border-color: #FEEECB;
}
</style>