#FAEEBD

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

Shades of Oasis #FAEEBD

Tints of Oasis #FAEEBD

Color information

#FAEEBD (or 0xFAEEBD) is unknown color: approx Oasis. HEX triplet: FA, EE and BD. RGB value is (250,238,189). Sum of RGB (Red+Green+Blue) = 250+238+189=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 189 (74.22% from 255 or 27.92% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEBD is #051142. Grayscale: #ECECEC. Windows color (decimal): -332099 or 12447482. OLE color: 12447482.

HSL color Cylindrical-coordinate representation of color #FAEEBD: hue angle of 48.2º 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 #FAEEBD is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250238189-
CMYK00.050.240.02
HSL48.2º85.92%86.08%-
HSV(B)48.2º24.4%98.04%-
XYZ79.1885.1560.41-
YUV236101.48137.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 189 (74.22% from 255) = 27.92%
R=36.93%
G=35.16%
B=27.92%

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
Decimal25023818900.050.240.0248.285.9286.08
HexFAEEBD05182305656
Octal3723562750530260126126
Binary1111101011101110101111010101110001011000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEBD; }

 p { color: rgb(250,238,189); }

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

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

 a { background-color: rgb(250,238,189); }

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

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

 span { border-color: rgb(250,238,189); }

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