#FAE9C2

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

Shades of Oasis #FAE9C2

Tints of Oasis #FAE9C2

Color information

#FAE9C2 (or 0xFAE9C2) is unknown color: approx Oasis. HEX triplet: FA, E9 and C2. RGB value is (250,233,194). Sum of RGB (Red+Green+Blue) = 250+233+194=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9C2 is #05163D. Grayscale: #E9E9E9. Windows color (decimal): -333374 or 12773882. OLE color: 12773882.

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

Color convert

RGB250233194-
CMYK00.070.220.02
HSL41.79º84.85%87.06%-
HSV(B)41.79º22.4%98.04%-
XYZ78.382.562.84-
YUV233.64105.63139.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 233 (91.41% from 255) = 34.42%
BLUE value IS 194 (76.17% from 255) = 28.66%
R=36.93%
G=34.42%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023319400.070.220.0241.7984.8587.06
HexFAE9C2071622a5557
Octal3723513020726252125127
Binary1111101011101001110000100111101101010101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9C2; }

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

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

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

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

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

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

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

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