#FAE4C5

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

Shades of Egg Sour #FAE4C5

Tints of Egg Sour #FAE4C5

Color information

#FAE4C5 (or 0xFAE4C5) is unknown color: approx Egg Sour. HEX triplet: FA, E4 and C5. RGB value is (250,228,197). Sum of RGB (Red+Green+Blue) = 250+228+197=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C5 is #051B3A. Grayscale: #E7E7E7. Windows color (decimal): -334651 or 12969210. OLE color: 12969210.

HSL color Cylindrical-coordinate representation of color #FAE4C5: hue angle of 35.09º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAE4C5 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250228197-
CMYK00.090.210.02
HSL35.09º84.13%87.65%-
HSV(B)35.09º21.2%98.04%-
XYZ77.2579.8464.16-
YUV231.04108.79141.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 228 (89.45% from 255) = 33.78%
BLUE value IS 197 (77.34% from 255) = 29.19%
R=37.04%
G=33.78%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022819700.090.210.0235.0984.1387.65
HexFAE4C509152235458
Octal37234430501125243124130
Binary11111010111001001100010101001101011010001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4C5; }

 p { color: rgb(250,228,197); }

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

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

 a { background-color: rgb(250,228,197); }

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

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

 span { border-color: rgb(250,228,197); }

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