#FAEEC2

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

Shades of Oasis #FAEEC2

Tints of Oasis #FAEEC2

Color information

#FAEEC2 (or 0xFAEEC2) is unknown color: approx Oasis. HEX triplet: FA, EE and C2. RGB value is (250,238,194). Sum of RGB (Red+Green+Blue) = 250+238+194=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 194 (76.17% from 255 or 28.45% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC2 is #05113D. Grayscale: #ECECEC. Windows color (decimal): -332094 or 12775162. OLE color: 12775162.

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

Color convert

RGB250238194-
CMYK00.050.220.02
HSL47.14º84.85%87.06%-
HSV(B)47.14º22.4%98.04%-
XYZ79.7485.3763.31-
YUV236.57103.98137.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 194 (76.17% from 255) = 28.45%
R=36.66%
G=34.90%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023819400.050.220.0247.1484.8587.06
HexFAEEC2051622f5557
Octal3723563020526257125127
Binary1111101011101110110000100101101101010111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEC2; }

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

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

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

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

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

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

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

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