#FAEFC8

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

Shades of Oasis #FAEFC8

Tints of Oasis #FAEFC8

Color information

#FAEFC8 (or 0xFAEFC8) is unknown color: approx Oasis. HEX triplet: FA, EF and C8. RGB value is (250,239,200). Sum of RGB (Red+Green+Blue) = 250+239+200=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC8 is #051037. Grayscale: #EEEEEE. Windows color (decimal): -331832 or 13168634. OLE color: 13168634.

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

Color convert

RGB250239200-
CMYK00.040.20.02
HSL46.8º83.33%88.24%-
HSV(B)46.8º20%98.04%-
XYZ80.7286.2367.03-
YUV237.84106.64136.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 200 (78.52% from 255) = 29.03%
R=36.28%
G=34.69%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023920000.040.20.0246.883.3388.24
HexFAEFC8041422f5358
Octal3723573100424257123130
Binary1111101011101111110010000100101001010111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFC8; }

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

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

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

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

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

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

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

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