#FAEDC6

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

Shades of Oasis #FAEDC6

Tints of Oasis #FAEDC6

Color information

#FAEDC6 (or 0xFAEDC6) is unknown color: approx Oasis. HEX triplet: FA, ED and C6. RGB value is (250,237,198). Sum of RGB (Red+Green+Blue) = 250+237+198=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC6 is #051239. Grayscale: #ECECEC. Windows color (decimal): -332346 or 13037050. OLE color: 13037050.

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

Color convert

RGB250237198-
CMYK00.050.210.02
HSL45º83.87%87.84%-
HSV(B)45º20.8%98.04%-
XYZ79.984.9765.62-
YUV236.44106.31137.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 198 (77.73% from 255) = 28.91%
R=36.50%
G=34.60%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023719800.050.210.024583.8787.84
HexFAEDC6051522d5458
Octal3723553060525255124130
Binary1111101011101101110001100101101011010110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDC6; }

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

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

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

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

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

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

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

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