#FAE4C0

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

Shades of Egg Sour #FAE4C0

Tints of Egg Sour #FAE4C0

Color information

#FAE4C0 (or 0xFAE4C0) is unknown color: approx Egg Sour. HEX triplet: FA, E4 and C0. RGB value is (250,228,192). Sum of RGB (Red+Green+Blue) = 250+228+192=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C0 is #051B3F. Grayscale: #E6E6E6. Windows color (decimal): -334656 or 12641530. OLE color: 12641530.

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

Color convert

RGB250228192-
CMYK00.090.230.02
HSL37.24º85.29%86.67%-
HSV(B)37.24º23.2%98.04%-
XYZ76.6879.6261.2-
YUV230.47106.29141.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 192 (75.39% from 255) = 28.66%
R=37.31%
G=34.03%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022819200.090.230.0237.2485.2986.67
HexFAE4C009172255557
Octal37234430001127245125127
Binary11111010111001001100000001001101111010010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4C0; }

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

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

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

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

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

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

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

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