Shades of Oasis #FEEEC9
Tints of Oasis #FEEEC9
RGB
CMYK
RGB Variations
Color information
#FEEEC9 (or 0xFEEEC9) is known color: Oasis. HEX triplet: FE, EE and C9. RGB value is (254,238,201). Sum of RGB (Red+Green+Blue) = 254+238+201=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 201 (78.91% from 255 or 29.00% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEC9 is #011136. Grayscale: #EEEEEE. Windows color (decimal): -69943 or 13233918. OLE color: 13233918.
HSL color Cylindrical-coordinate representation of color #FEEEC9: hue angle of 41.89º 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 #FEEEC9 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 238 | 201 | - |
CMYK | 0 | 0.06 | 0.21 | 0.00 |
HSL | 41.89º | 0.96% | 0.89% | - |
HSV(B) | 41.89º | 0.21% | 1% | - |
XYZ | 81.99 | 86.44 | 67.62 | - |
YUV | 238.57 | 106.8 | 139.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 238 | 201 | 0 | 0.06 | 0.21 | 0.00 | 41.89 | 0.96 | 0.89 |
Hex | FE | EE | C9 | 0 | 6 | 15 | 0 | 2A | 60 | 59 |
Octal | 376 | 356 | 311 | 0 | 6 | 25 | 0 | 52 | 140 | 131 |
Binary | 11111110 | 11101110 | 11001001 | 0 | 110 | 10101 | 0 | 101010 | 1100000 | 1011001 |
Color Harmonies of #FEEEC9
Complementary color
Monochromatic Colors of #FEEEC9
Black with #FEEEC9
Text Example
Text Example
White with #FEEEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEC9; }
p { color: rgb(254,238,201); }
H1.HeaderClassName
{
color: #FEEEC9;
}
.AnyTagClassName
{
color: #FEEEC9;
}
</style>
background-color css
<style>
a { background-color: #FEEEC9; }
a { background-color: rgb(254,238,201); }
div.DivClassName
{
background-color: #FEEEC9;
}
.BgClassName
{
background-color: #FEEEC9;
}
</style>
border-color css
<style>
span { border-color: #FEEEC9; }
span { border-color: rgb(254,238,201); }
td.TdClassName
{
border-color: #FEEEC9;
}
.TagClassName
{
border-color: #FEEEC9;
}
</style>