#FAECC5

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

Shades of Oasis #FAECC5

Tints of Oasis #FAECC5

Color information

#FAECC5 (or 0xFAECC5) is unknown color: approx Oasis. HEX triplet: FA, EC and C5. RGB value is (250,236,197). Sum of RGB (Red+Green+Blue) = 250+236+197=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC5 is #05133A. Grayscale: #EBEBEB. Windows color (decimal): -332603 or 12971258. OLE color: 12971258.

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

Color convert

RGB250236197-
CMYK00.060.210.02
HSL44.15º84.13%87.65%-
HSV(B)44.15º21.2%98.04%-
XYZ79.584.3564.91-
YUV235.74106.14138.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 197 (77.34% from 255) = 28.84%
R=36.60%
G=34.55%
B=28.84%

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
Decimal25023619700.060.210.0244.1584.1387.65
HexFAECC5061522c5458
Octal3723543050625254124130
Binary1111101011101100110001010110101011010110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECC5; }

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

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

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

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

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

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

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

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