#FAEDC4

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

Shades of Oasis #FAEDC4

Tints of Oasis #FAEDC4

Color information

#FAEDC4 (or 0xFAEDC4) is unknown color: approx Oasis. HEX triplet: FA, ED and C4. RGB value is (250,237,196). Sum of RGB (Red+Green+Blue) = 250+237+196=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 196 (76.95% from 255 or 28.70% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC4 is #05123B. Grayscale: #ECECEC. Windows color (decimal): -332348 or 12905978. OLE color: 12905978.

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

Color convert

RGB250237196-
CMYK00.050.220.02
HSL45.56º84.38%87.45%-
HSV(B)45.56º21.6%98.04%-
XYZ79.6784.8864.41-
YUV236.21105.31137.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 196 (76.95% from 255) = 28.70%
R=36.60%
G=34.70%
B=28.70%

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
Decimal25023719600.050.220.0245.5684.3887.45
HexFAEDC4051622e5457
Octal3723553040526256124127
Binary1111101011101101110001000101101101010111010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDC4; }

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

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

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

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

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

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

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

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