#FAEDC2

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

Shades of Oasis #FAEDC2

Tints of Oasis #FAEDC2

Color information

#FAEDC2 (or 0xFAEDC2) is unknown color: approx Oasis. HEX triplet: FA, ED and C2. RGB value is (250,237,194). Sum of RGB (Red+Green+Blue) = 250+237+194=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 194 (76.17% from 255 or 28.49% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC2 is #05123D. Grayscale: #ECECEC. Windows color (decimal): -332350 or 12774906. OLE color: 12774906.

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

Color convert

RGB250237194-
CMYK00.050.220.02
HSL46.07º84.85%87.06%-
HSV(B)46.07º22.4%98.04%-
XYZ79.4584.7963.22-
YUV235.98104.31138-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 194 (76.17% from 255) = 28.49%
R=36.71%
G=34.80%
B=28.49%

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
Decimal25023719400.050.220.0246.0784.8587.06
HexFAEDC2051622e5557
Octal3723553020526256125127
Binary1111101011101101110000100101101101010111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDC2; }

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

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

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

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

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

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

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

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