#FAEDBE

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

Shades of Oasis #FAEDBE

Tints of Oasis #FAEDBE

Color information

#FAEDBE (or 0xFAEDBE) is unknown color: approx Oasis. HEX triplet: FA, ED and BE. RGB value is (250,237,190). Sum of RGB (Red+Green+Blue) = 250+237+190=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 190 (74.61% from 255 or 28.06% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDBE is #051241. Grayscale: #EBEBEB. Windows color (decimal): -332354 or 12512762. OLE color: 12512762.

HSL color Cylindrical-coordinate representation of color #FAEDBE: hue angle of 47º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAEDBE is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250237190-
CMYK00.050.240.02
HSL47º85.71%86.27%-
HSV(B)47º24%98.04%-
XYZ7984.6160.88-
YUV235.53102.31138.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 190 (74.61% from 255) = 28.06%
R=36.93%
G=35.01%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023719000.050.240.024785.7186.27
HexFAEDBE051822f5656
Octal3723552760530257126126
Binary1111101011101101101111100101110001010111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDBE; }

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

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

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

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

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

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

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

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