Shades of Oasis #FEEFC1
Tints of Oasis #FEEFC1
RGB
CMYK
RGB Variations
Color information
#FEEFC1 (or 0xFEEFC1) is known color: Oasis. HEX triplet: FE, EF and C1. RGB value is (254,239,193). Sum of RGB (Red+Green+Blue) = 254+239+193=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 193 (75.78% from 255 or 28.13% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC1 is #01103E. Grayscale: #EEEEEE. Windows color (decimal): -69695 or 12709886. OLE color: 12709886.
HSL color Cylindrical-coordinate representation of color #FEEFC1: hue angle of 45.25º 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 #FEEFC1 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 193 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.00 |
| HSL | 45.25º | 0.97% | 0.88% | - |
| HSV(B) | 45.25º | 0.24% | 1% | - |
| XYZ | 81.37 | 86.65 | 62.89 | - |
| YUV | 238.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 193 | 0 | 0.06 | 0.24 | 0.00 | 45.25 | 0.97 | 0.88 |
| Hex | FE | EF | C1 | 0 | 6 | 18 | 0 | 2D | 61 | 58 |
| Octal | 376 | 357 | 301 | 0 | 6 | 30 | 0 | 55 | 141 | 130 |
| Binary | 11111110 | 11101111 | 11000001 | 0 | 110 | 11000 | 0 | 101101 | 1100001 | 1011000 |
Color Harmonies of #FEEFC1
Complementary color
Monochromatic Colors of #FEEFC1
Black with #FEEFC1
Text Example
Text Example
White with #FEEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFC1; }
p { color: rgb(254,239,193); }
H1.HeaderClassName
{
color: #FEEFC1;
}
.AnyTagClassName
{
color: #FEEFC1;
}
</style>
background-color css
<style>
a { background-color: #FEEFC1; }
a { background-color: rgb(254,239,193); }
div.DivClassName
{
background-color: #FEEFC1;
}
.BgClassName
{
background-color: #FEEFC1;
}
</style>
border-color css
<style>
span { border-color: #FEEFC1; }
span { border-color: rgb(254,239,193); }
td.TdClassName
{
border-color: #FEEFC1;
}
.TagClassName
{
border-color: #FEEFC1;
}
</style>