#FAEFC7

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

Shades of Oasis #FAEFC7

Tints of Oasis #FAEFC7

Color information

#FAEFC7 (or 0xFAEFC7) is unknown color: approx Oasis. HEX triplet: FA, EF and C7. RGB value is (250,239,199). Sum of RGB (Red+Green+Blue) = 250+239+199=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC7 is #051038. Grayscale: #EDEDED. Windows color (decimal): -331833 or 13103098. OLE color: 13103098.

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

Color convert

RGB250239199-
CMYK00.040.200.02
HSL47.06º83.61%88.04%-
HSV(B)47.06º20.4%98.04%-
XYZ80.686.1866.42-
YUV237.73106.14136.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 199 (78.12% from 255) = 28.92%
R=36.34%
G=34.74%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023919900.040.200.0247.0683.6188.04
HexFAEFC7041422f5458
Octal3723573070424257124130
Binary1111101011101111110001110100101001010111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFC7; }

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

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

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

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

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

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

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

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