Shades of Oasis #FEEAC3
Tints of Oasis #FEEAC3
RGB
CMYK
RGB Variations
Color information
#FEEAC3 (or 0xFEEAC3) is known color: Oasis. HEX triplet: FE, EA and C3. RGB value is (254,234,195). Sum of RGB (Red+Green+Blue) = 254+234+195=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 195 (76.56% from 255 or 28.55% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC3 is #01153C. Grayscale: #EBEBEB. Windows color (decimal): -70973 or 12839678. OLE color: 12839678.
HSL color Cylindrical-coordinate representation of color #FEEAC3: hue angle of 39.66º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEEAC3 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 195 | - |
CMYK | 0 | 0.08 | 0.23 | 0.00 |
HSL | 39.66º | 0.97% | 0.88% | - |
HSV(B) | 39.66º | 0.23% | 1% | - |
XYZ | 80.15 | 83.86 | 63.59 | - |
YUV | 235.53 | 105.13 | 141.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 195 | 0 | 0.08 | 0.23 | 0.00 | 39.66 | 0.97 | 0.88 |
Hex | FE | EA | C3 | 0 | 8 | 17 | 0 | 28 | 61 | 58 |
Octal | 376 | 352 | 303 | 0 | 10 | 27 | 0 | 50 | 141 | 130 |
Binary | 11111110 | 11101010 | 11000011 | 0 | 1000 | 10111 | 0 | 101000 | 1100001 | 1011000 |
Color Harmonies of #FEEAC3
Complementary color
Monochromatic Colors of #FEEAC3
Black with #FEEAC3
Text Example
Text Example
White with #FEEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAC3; }
p { color: rgb(254,234,195); }
H1.HeaderClassName
{
color: #FEEAC3;
}
.AnyTagClassName
{
color: #FEEAC3;
}
</style>
background-color css
<style>
a { background-color: #FEEAC3; }
a { background-color: rgb(254,234,195); }
div.DivClassName
{
background-color: #FEEAC3;
}
.BgClassName
{
background-color: #FEEAC3;
}
</style>
border-color css
<style>
span { border-color: #FEEAC3; }
span { border-color: rgb(254,234,195); }
td.TdClassName
{
border-color: #FEEAC3;
}
.TagClassName
{
border-color: #FEEAC3;
}
</style>