#E2FAC4

Color #E2FAC4 Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #E2FAC4

Tints of Snow Flurry #E2FAC4

Color information

#E2FAC4 (or 0xE2FAC4) is unknown color: approx Snow Flurry. HEX triplet: E2, FA and C4. RGB value is (226,250,196). Sum of RGB (Red+Green+Blue) = 226+250+196=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 196 (76.95% from 255 or 29.17% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAC4 is #1D053B. Grayscale: #ECECEC. Windows color (decimal): -1901884 or 12909282. OLE color: 12909282.

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

Color convert

RGB226250196-
CMYK0.1000.220.02
HSL86.67º84.38%87.45%-
HSV(B)86.67º21.6%98.04%-
XYZ75.5188.5365.33-
YUV236.67105.05120.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.63%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 196 (76.95% from 255) = 29.17%
R=33.63%
G=37.20%
B=29.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262501960.1000.220.0286.6784.3887.45
HexE2FAC4A0162575457
Octal342372304120262127124127
Binary111000101111101011000100101001011010101011110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAC4; }

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

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

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

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

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

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

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

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