#FAEFC3

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

Shades of Oasis #FAEFC3

Tints of Oasis #FAEFC3

Color information

#FAEFC3 (or 0xFAEFC3) is unknown color: approx Oasis. HEX triplet: FA, EF and C3. RGB value is (250,239,195). Sum of RGB (Red+Green+Blue) = 250+239+195=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 195 (76.56% from 255 or 28.51% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC3 is #05103C. Grayscale: #EDEDED. Windows color (decimal): -331837 or 12840954. OLE color: 12840954.

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

Color convert

RGB250239195-
CMYK00.040.220.02
HSL48º84.62%87.25%-
HSV(B)48º22%98.04%-
XYZ80.148664-
YUV237.27104.14137.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 195 (76.56% from 255) = 28.51%
R=36.55%
G=34.94%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023919500.040.220.024884.6287.25
HexFAEFC304162305557
Octal3723573030426260125127
Binary1111101011101111110000110100101101011000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFC3; }

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

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

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

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

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

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

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

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