#FAEDC7

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

Shades of Oasis #FAEDC7

Tints of Oasis #FAEDC7

Color information

#FAEDC7 (or 0xFAEDC7) is unknown color: approx Oasis. HEX triplet: FA, ED and C7. RGB value is (250,237,199). Sum of RGB (Red+Green+Blue) = 250+237+199=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 199 (78.12% from 255 or 29.01% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDC7 is #051238. Grayscale: #ECECEC. Windows color (decimal): -332345 or 13102586. OLE color: 13102586.

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

Color convert

RGB250237199-
CMYK00.050.200.02
HSL44.71º83.61%88.04%-
HSV(B)44.71º20.4%98.04%-
XYZ80.0285.0266.23-
YUV236.56106.81137.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 199 (78.12% from 255) = 29.01%
R=36.44%
G=34.55%
B=29.01%

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
Decimal25023719900.050.200.0244.7183.6188.04
HexFAEDC7051422d5458
Octal3723553070524255124130
Binary1111101011101101110001110101101001010110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDC7; }

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

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

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

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

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

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

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

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