Shades of Oasis #FEEFC0
Tints of Oasis #FEEFC0
RGB
CMYK
RGB Variations
Color information
#FEEFC0 (or 0xFEEFC0) is known color: Oasis. HEX triplet: FE, EF and C0. RGB value is (254,239,192). Sum of RGB (Red+Green+Blue) = 254+239+192=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 192 (75.39% from 255 or 28.03% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC0 is #01103F. Grayscale: #EEEEEE. Windows color (decimal): -69696 or 12644350. OLE color: 12644350.
HSL color Cylindrical-coordinate representation of color #FEEFC0: hue angle of 45.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEEFC0 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 192 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.00 |
| HSL | 45.48º | 0.97% | 0.87% | - |
| HSV(B) | 45.48º | 0.24% | 1% | - |
| XYZ | 81.25 | 86.61 | 62.3 | - |
| YUV | 238.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 192 | 0 | 0.06 | 0.24 | 0.00 | 45.48 | 0.97 | 0.87 |
| Hex | FE | EF | C0 | 0 | 6 | 18 | 0 | 2D | 61 | 57 |
| Octal | 376 | 357 | 300 | 0 | 6 | 30 | 0 | 55 | 141 | 127 |
| Binary | 11111110 | 11101111 | 11000000 | 0 | 110 | 11000 | 0 | 101101 | 1100001 | 1010111 |
Color Harmonies of #FEEFC0
Complementary color
Monochromatic Colors of #FEEFC0
Black with #FEEFC0
Text Example
Text Example
White with #FEEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFC0; }
p { color: rgb(254,239,192); }
H1.HeaderClassName
{
color: #FEEFC0;
}
.AnyTagClassName
{
color: #FEEFC0;
}
</style>
background-color css
<style>
a { background-color: #FEEFC0; }
a { background-color: rgb(254,239,192); }
div.DivClassName
{
background-color: #FEEFC0;
}
.BgClassName
{
background-color: #FEEFC0;
}
</style>
border-color css
<style>
span { border-color: #FEEFC0; }
span { border-color: rgb(254,239,192); }
td.TdClassName
{
border-color: #FEEFC0;
}
.TagClassName
{
border-color: #FEEFC0;
}
</style>