Shades of Oasis #FEEECA
Tints of Oasis #FEEECA
RGB
CMYK
RGB Variations
Color information
#FEEECA (or 0xFEEECA) is known color: Oasis. HEX triplet: FE, EE and CA. RGB value is (254,238,202). Sum of RGB (Red+Green+Blue) = 254+238+202=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEECA is #011135. Grayscale: #EEEEEE. Windows color (decimal): -69942 or 13299454. OLE color: 13299454.
HSL color Cylindrical-coordinate representation of color #FEEECA: hue angle of 41.54º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEEECA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 202 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.00 |
| HSL | 41.54º | 0.96% | 0.89% | - |
| HSV(B) | 41.54º | 0.2% | 1% | - |
| XYZ | 82.11 | 86.48 | 68.24 | - |
| YUV | 238.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 202 | 0 | 0.06 | 0.20 | 0.00 | 41.54 | 0.96 | 0.89 |
| Hex | FE | EE | CA | 0 | 6 | 14 | 0 | 2A | 60 | 59 |
| Octal | 376 | 356 | 312 | 0 | 6 | 24 | 0 | 52 | 140 | 131 |
| Binary | 11111110 | 11101110 | 11001010 | 0 | 110 | 10100 | 0 | 101010 | 1100000 | 1011001 |
Color Harmonies of #FEEECA
Complementary color
Monochromatic Colors of #FEEECA
Black with #FEEECA
Text Example
Text Example
White with #FEEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEECA; }
p { color: rgb(254,238,202); }
H1.HeaderClassName
{
color: #FEEECA;
}
.AnyTagClassName
{
color: #FEEECA;
}
</style>
background-color css
<style>
a { background-color: #FEEECA; }
a { background-color: rgb(254,238,202); }
div.DivClassName
{
background-color: #FEEECA;
}
.BgClassName
{
background-color: #FEEECA;
}
</style>
border-color css
<style>
span { border-color: #FEEECA; }
span { border-color: rgb(254,238,202); }
td.TdClassName
{
border-color: #FEEECA;
}
.TagClassName
{
border-color: #FEEECA;
}
</style>