#FEEFBE

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

Shades of Oasis #FEEFBE

Tints of Oasis #FEEFBE

Color information

#FEEFBE (or 0xFEEFBE) is unknown color: approx Oasis. HEX triplet: FE, EF and BE. RGB value is (254,239,190). Sum of RGB (Red+Green+Blue) = 254+239+190=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 190 (74.61% from 255 or 27.82% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFBE is #011041. Grayscale: #EEEEEE. Windows color (decimal): -69698 or 12513278. OLE color: 12513278.

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

Color convert

RGB254239190-
CMYK00.060.250.00
HSL45.94º96.97%87.06%-
HSV(B)45.94º25.2%99.61%-
XYZ81.0386.5261.14-
YUV237.9100.97139.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 190 (74.61% from 255) = 27.82%
R=37.19%
G=34.99%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423919000.060.250.0045.9496.9787.06
HexFEEFBE061902e6157
Octal3763572760631056141127
Binary111111101110111110111110011011001010111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFBE; }

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

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

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

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

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

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

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

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