#FDE9BF

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

Shades of Oasis #FDE9BF

Tints of Oasis #FDE9BF

Color information

#FDE9BF (or 0xFDE9BF) is unknown color: approx Oasis. HEX triplet: FD, E9 and BF. RGB value is (253,233,191). Sum of RGB (Red+Green+Blue) = 253+233+191=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 191 (75% from 255 or 28.21% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9BF is #021640. Grayscale: #EAEAEA. Windows color (decimal): -136769 or 12577277. OLE color: 12577277.

HSL color Cylindrical-coordinate representation of color #FDE9BF: hue angle of 40.65º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDE9BF is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253233191-
CMYK00.080.250.01
HSL40.65º93.94%87.06%-
HSV(B)40.65º24.51%99.22%-
XYZ79.0582.9261.13-
YUV234.19103.63141.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 233 (91.41% from 255) = 34.42%
BLUE value IS 191 (75% from 255) = 28.21%
R=37.37%
G=34.42%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323319100.080.250.0140.6593.9487.06
HexFDE9BF08191295e57
Octal37535127701031151136127
Binary1111110111101001101111110100011001110100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9BF; }

 p { color: rgb(253,233,191); }

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

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

 a { background-color: rgb(253,233,191); }

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

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

 span { border-color: rgb(253,233,191); }

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