Shades of Oasis #FEEFC8
Tints of Oasis #FEEFC8
RGB
CMYK
RGB Variations
Color information
#FEEFC8 (or 0xFEEFC8) is known color: Oasis. HEX triplet: FE, EF and C8. RGB value is (254,239,200). Sum of RGB (Red+Green+Blue) = 254+239+200=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 200 (78.52% from 255 or 28.86% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC8 is #011037. Grayscale: #EFEFEF. Windows color (decimal): -69688 or 13168638. OLE color: 13168638.
HSL color Cylindrical-coordinate representation of color #FEEFC8: hue angle of 43.33º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEEFC8 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 200 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.00 |
| HSL | 43.33º | 0.96% | 0.89% | - |
| HSV(B) | 43.33º | 0.21% | 1% | - |
| XYZ | 82.16 | 86.97 | 67.1 | - |
| YUV | 239.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 200 | 0 | 0.06 | 0.21 | 0.00 | 43.33 | 0.96 | 0.89 |
| Hex | FE | EF | C8 | 0 | 6 | 15 | 0 | 2B | 60 | 59 |
| Octal | 376 | 357 | 310 | 0 | 6 | 25 | 0 | 53 | 140 | 131 |
| Binary | 11111110 | 11101111 | 11001000 | 0 | 110 | 10101 | 0 | 101011 | 1100000 | 1011001 |
Color Harmonies of #FEEFC8
Complementary color
Monochromatic Colors of #FEEFC8
Black with #FEEFC8
Text Example
Text Example
White with #FEEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFC8; }
p { color: rgb(254,239,200); }
H1.HeaderClassName
{
color: #FEEFC8;
}
.AnyTagClassName
{
color: #FEEFC8;
}
</style>
background-color css
<style>
a { background-color: #FEEFC8; }
a { background-color: rgb(254,239,200); }
div.DivClassName
{
background-color: #FEEFC8;
}
.BgClassName
{
background-color: #FEEFC8;
}
</style>
border-color css
<style>
span { border-color: #FEEFC8; }
span { border-color: rgb(254,239,200); }
td.TdClassName
{
border-color: #FEEFC8;
}
.TagClassName
{
border-color: #FEEFC8;
}
</style>