#FAEBC4

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

Shades of Oasis #FAEBC4

Tints of Oasis #FAEBC4

Color information

#FAEBC4 (or 0xFAEBC4) is unknown color: approx Oasis. HEX triplet: FA, EB and C4. RGB value is (250,235,196). Sum of RGB (Red+Green+Blue) = 250+235+196=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 196 (76.95% from 255 or 28.78% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC4 is #05143B. Grayscale: #EBEBEB. Windows color (decimal): -332860 or 12905466. OLE color: 12905466.

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

Color convert

RGB250235196-
CMYK00.060.220.02
HSL43.33º84.38%87.45%-
HSV(B)43.33º21.6%98.04%-
XYZ79.183.7364.22-
YUV235.04105.97138.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 196 (76.95% from 255) = 28.78%
R=36.71%
G=34.51%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023519600.060.220.0243.3384.3887.45
HexFAEBC4061622b5457
Octal3723533040626253124127
Binary1111101011101011110001000110101101010101110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBC4; }

 p { color: rgb(250,235,196); }

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

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

 a { background-color: rgb(250,235,196); }

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

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

 span { border-color: rgb(250,235,196); }

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