#FAEDC9

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

Shades of Oasis #FAEDC9

Tints of Oasis #FAEDC9

Color information

#FAEDC9 (or 0xFAEDC9) is unknown color: approx Oasis. HEX triplet: FA, ED and C9. RGB value is (250,237,201). Sum of RGB (Red+Green+Blue) = 250+237+201=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 201 (78.91% from 255 or 29.22% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC9 is #051236. Grayscale: #ECECEC. Windows color (decimal): -332343 or 13233658. OLE color: 13233658.

HSL color Cylindrical-coordinate representation of color #FAEDC9: hue angle of 44.08º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAEDC9 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250237201-
CMYK00.050.200.02
HSL44.08º83.05%88.43%-
HSV(B)44.08º19.6%98.04%-
XYZ80.2585.1167.46-
YUV236.78107.81137.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 201 (78.91% from 255) = 29.22%
R=36.34%
G=34.45%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023720100.050.200.0244.0883.0588.43
HexFAEDC9051422c5358
Octal3723553110524254123130
Binary1111101011101101110010010101101001010110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDC9; }

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

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

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

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

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

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

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

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