#FDEDBE

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

Shades of Oasis #FDEDBE

Tints of Oasis #FDEDBE

Color information

#FDEDBE (or 0xFDEDBE) is unknown color: approx Oasis. HEX triplet: FD, ED and BE. RGB value is (253,237,190). Sum of RGB (Red+Green+Blue) = 253+237+190=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 190 (74.61% from 255 or 27.94% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDBE is #021241. Grayscale: #ECECEC. Windows color (decimal): -135746 or 12512765. OLE color: 12512765.

HSL color Cylindrical-coordinate representation of color #FDEDBE: hue angle of 44.76º 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 #FDEDBE is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253237190-
CMYK00.060.250.01
HSL44.76º94.03%86.86%-
HSV(B)44.76º24.9%99.22%-
XYZ80.0985.1760.93-
YUV236.43101.8139.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 27.94%
R=37.21%
G=34.85%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323719000.060.250.0144.7694.0386.86
HexFDEDBE061912d5e57
Octal3753552760631155136127
Binary111111011110110110111110011011001110110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDBE; }

 p { color: rgb(253,237,190); }

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

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

 a { background-color: rgb(253,237,190); }

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

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

 span { border-color: rgb(253,237,190); }

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