#fae4c4

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

Shades of Egg Sour #FAE4C4

Tints of Egg Sour #FAE4C4

Color information

#FAE4C4 (or 0xFAE4C4) is unknown color: approx Egg Sour. HEX triplet: FA, E4 and C4. RGB value is (250,228,196). Sum of RGB (Red+Green+Blue) = 250+228+196=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 196 (76.95% from 255 or 29.08% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4C4 is #051B3B. Grayscale: #E7E7E7. Windows color (decimal): -334652 or 12903674. OLE color: 12903674.

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

Color convert

RGB250228196-
CMYK00.090.220.02
HSL35.56º84.38%87.45%-
HSV(B)35.56º21.6%98.04%-
XYZ77.1379.863.56-
YUV230.93108.29141.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 228 (89.45% from 255) = 33.83%
BLUE value IS 196 (76.95% from 255) = 29.08%
R=37.09%
G=33.83%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022819600.090.220.0235.5684.3887.45
HexFAE4C409162245457
Octal37234430401126244124127
Binary11111010111001001100010001001101101010010010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fae4c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fae4c4; }

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

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

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

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

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

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

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

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