#FAEDC3

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

Shades of Oasis #FAEDC3

Tints of Oasis #FAEDC3

Color information

#FAEDC3 (or 0xFAEDC3) is unknown color: approx Oasis. HEX triplet: FA, ED and C3. RGB value is (250,237,195). Sum of RGB (Red+Green+Blue) = 250+237+195=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC3 is #05123C. Grayscale: #ECECEC. Windows color (decimal): -332349 or 12840442. OLE color: 12840442.

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

Color convert

RGB250237195-
CMYK00.050.220.02
HSL45.82º84.62%87.25%-
HSV(B)45.82º22%98.04%-
XYZ79.5684.8363.81-
YUV236.1104.81137.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 195 (76.56% from 255) = 28.59%
R=36.66%
G=34.75%
B=28.59%

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
Decimal25023719500.050.220.0245.8284.6287.25
HexFAEDC3051622e5557
Octal3723553030526256125127
Binary1111101011101101110000110101101101010111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDC3; }

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

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

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

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

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

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

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

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