#FAE2C2

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

Shades of Egg Sour #FAE2C2

Tints of Egg Sour #FAE2C2

Color information

#FAE2C2 (or 0xFAE2C2) is unknown color: approx Egg Sour. HEX triplet: FA, E2 and C2. RGB value is (250,226,194). Sum of RGB (Red+Green+Blue) = 250+226+194=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2C2 is #051D3D. Grayscale: #E5E5E5. Windows color (decimal): -335166 or 12772090. OLE color: 12772090.

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

Color convert

RGB250226194-
CMYK00.100.220.02
HSL34.29º84.85%87.06%-
HSV(B)34.29º22.4%98.04%-
XYZ76.3678.6162.19-
YUV229.53107.95142.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 194 (76.17% from 255) = 28.96%
R=37.31%
G=33.73%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022619400.100.220.0234.2984.8587.06
HexFAE2C20A162225557
Octal37234230201226242125127
Binary11111010111000101100001001010101101010001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2C2; }

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

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

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

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

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

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

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

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