#FAEAC5

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

Shades of Oasis #FAEAC5

Tints of Oasis #FAEAC5

Color information

#FAEAC5 (or 0xFAEAC5) is unknown color: approx Oasis. HEX triplet: FA, EA and C5. RGB value is (250,234,197). Sum of RGB (Red+Green+Blue) = 250+234+197=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 197 (77.34% from 255 or 28.93% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAC5 is #05153A. Grayscale: #EAEAEA. Windows color (decimal): -333115 or 12970746. OLE color: 12970746.

HSL color Cylindrical-coordinate representation of color #FAEAC5: hue angle of 41.89º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAEAC5 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250234197-
CMYK00.060.210.02
HSL41.89º84.13%87.65%-
HSV(B)41.89º21.2%98.04%-
XYZ78.9383.264.72-
YUV234.57106.8139.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 197 (77.34% from 255) = 28.93%
R=36.71%
G=34.36%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023419700.060.210.0241.8984.1387.65
HexFAEAC5061522a5458
Octal3723523050625252124130
Binary1111101011101010110001010110101011010101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAC5; }

 p { color: rgb(250,234,197); }

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

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

 a { background-color: rgb(250,234,197); }

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

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

 span { border-color: rgb(250,234,197); }

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