Shades of Oasis #FEECC2
Tints of Oasis #FEECC2
RGB
CMYK
RGB Variations
Color information
#FEECC2 (or 0xFEECC2) is known color: Oasis. HEX triplet: FE, EC and C2. RGB value is (254,236,194). Sum of RGB (Red+Green+Blue) = 254+236+194=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECC2 is #01133D. Grayscale: #ECECEC. Windows color (decimal): -70462 or 12774654. OLE color: 12774654.
HSL color Cylindrical-coordinate representation of color #FEECC2: hue angle of 42º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEECC2 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 194 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.00 |
| HSL | 42º | 0.97% | 0.88% | - |
| HSV(B) | 42º | 0.24% | 1% | - |
| XYZ | 80.61 | 84.96 | 63.19 | - |
| YUV | 236.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 194 | 0 | 0.07 | 0.24 | 0.00 | 42 | 0.97 | 0.88 |
| Hex | FE | EC | C2 | 0 | 7 | 18 | 0 | 2A | 61 | 58 |
| Octal | 376 | 354 | 302 | 0 | 7 | 30 | 0 | 52 | 141 | 130 |
| Binary | 11111110 | 11101100 | 11000010 | 0 | 111 | 11000 | 0 | 101010 | 1100001 | 1011000 |
Color Harmonies of #FEECC2
Complementary color
Monochromatic Colors of #FEECC2
Black with #FEECC2
Text Example
Text Example
White with #FEECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECC2; }
p { color: rgb(254,236,194); }
H1.HeaderClassName
{
color: #FEECC2;
}
.AnyTagClassName
{
color: #FEECC2;
}
</style>
background-color css
<style>
a { background-color: #FEECC2; }
a { background-color: rgb(254,236,194); }
div.DivClassName
{
background-color: #FEECC2;
}
.BgClassName
{
background-color: #FEECC2;
}
</style>
border-color css
<style>
span { border-color: #FEECC2; }
span { border-color: rgb(254,236,194); }
td.TdClassName
{
border-color: #FEECC2;
}
.TagClassName
{
border-color: #FEECC2;
}
</style>