#FAE5C2

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

Shades of Egg Sour #FAE5C2

Tints of Egg Sour #FAE5C2

Color information

#FAE5C2 (or 0xFAE5C2) is unknown color: approx Egg Sour. HEX triplet: FA, E5 and C2. RGB value is (250,229,194). Sum of RGB (Red+Green+Blue) = 250+229+194=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 194 (76.17% from 255 or 28.83% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5C2 is #051A3D. Grayscale: #E7E7E7. Windows color (decimal): -334398 or 12772858. OLE color: 12772858.

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

Color convert

RGB250229194-
CMYK00.080.220.02
HSL37.5º84.85%87.06%-
HSV(B)37.5º22.4%98.04%-
XYZ77.1880.2662.46-
YUV231.29106.96141.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 194 (76.17% from 255) = 28.83%
R=37.15%
G=34.03%
B=28.83%

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
Decimal25022919400.080.220.0237.584.8587.06
HexFAE5C208162265557
Octal37234530201026246125127
Binary11111010111001011100001001000101101010011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5C2; }

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

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

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

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

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

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

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

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