#FAE5C4

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

Shades of Egg Sour #FAE5C4

Tints of Egg Sour #FAE5C4

Color information

#FAE5C4 (or 0xFAE5C4) is unknown color: approx Egg Sour. HEX triplet: FA, E5 and C4. RGB value is (250,229,196). Sum of RGB (Red+Green+Blue) = 250+229+196=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 196 (76.95% from 255 or 29.04% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5C4 is #051A3B. Grayscale: #E7E7E7. Windows color (decimal): -334396 or 12903930. OLE color: 12903930.

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

Color convert

RGB250229196-
CMYK00.080.220.02
HSL36.67º84.38%87.45%-
HSV(B)36.67º21.6%98.04%-
XYZ77.4180.3563.65-
YUV231.52107.96141.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 229 (89.84% from 255) = 33.93%
BLUE value IS 196 (76.95% from 255) = 29.04%
R=37.04%
G=33.93%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022919600.080.220.0236.6784.3887.45
HexFAE5C408162255457
Octal37234530401026245124127
Binary11111010111001011100010001000101101010010110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5C4; }

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

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

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

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

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

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

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

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