#FEEFBA

Color #FEEFBA Oasis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oasis #FEEFBA

Tints of Oasis #FEEFBA

Color information

#FEEFBA (or 0xFEEFBA) is unknown color: approx Oasis. HEX triplet: FE, EF and BA. RGB value is (254,239,186). Sum of RGB (Red+Green+Blue) = 254+239+186=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFBA is #011045. Grayscale: #EDEDED. Windows color (decimal): -69702 or 12251134. OLE color: 12251134.

HSL color Cylindrical-coordinate representation of color #FEEFBA: hue angle of 46.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEEFBA is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254239186-
CMYK00.060.270.00
HSL46.76º97.14%86.27%-
HSV(B)46.76º26.77%99.61%-
XYZ80.686.3558.87-
YUV237.4498.97139.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 186 (73.05% from 255) = 27.39%
R=37.41%
G=35.20%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423918600.060.270.0046.7697.1486.27
HexFEEFBA061B02f6156
Octal3763572720633057141126
Binary111111101110111110111010011011011010111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFBA; }

 p { color: rgb(254,239,186); }

 H1.HeaderClassName
 {
   color: #FEEFBA;
 }
 .AnyTagClassName
 {
   color: #FEEFBA;
 }
</style>
background-color css

<style>
 a { background-color: #FEEFBA; }

 a { background-color: rgb(254,239,186); }

 div.DivClassName
 {
   background-color: #FEEFBA;
 }
 .BgClassName
 {
   background-color: #FEEFBA;
 }
</style>
border-color css

<style>
 span { border-color: #FEEFBA; }

 span { border-color: rgb(254,239,186); }

 td.TdClassName
 {
   border-color: #FEEFBA;
 }
 .TagClassName
 {
   border-color: #FEEFBA;
 }
</style>