#FEEFBD

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

Shades of Oasis #FEEFBD

Tints of Oasis #FEEFBD

Color information

#FEEFBD (or 0xFEEFBD) is unknown color: approx Oasis. HEX triplet: FE, EF and BD. RGB value is (254,239,189). Sum of RGB (Red+Green+Blue) = 254+239+189=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 189 (74.22% from 255 or 27.71% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFBD is #011042. Grayscale: #EDEDED. Windows color (decimal): -69699 or 12447742. OLE color: 12447742.

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

Color convert

RGB254239189-
CMYK00.060.260.00
HSL46.15º97.01%86.86%-
HSV(B)46.15º25.59%99.61%-
XYZ80.9286.4860.57-
YUV237.78100.47139.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 189 (74.22% from 255) = 27.71%
R=37.24%
G=35.04%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423918900.060.260.0046.1597.0186.86
HexFEEFBD061A02e6157
Octal3763572750632056141127
Binary111111101110111110111101011011010010111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFBD; }

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

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

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

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

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

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

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

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