#E2FAC0

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

Shades of Snow Flurry #E2FAC0

Tints of Snow Flurry #E2FAC0

Color information

#E2FAC0 (or 0xE2FAC0) is unknown color: approx Snow Flurry. HEX triplet: E2, FA and C0. RGB value is (226,250,192). Sum of RGB (Red+Green+Blue) = 226+250+192=668 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.83% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAC0 is #1D053F. Grayscale: #ECECEC. Windows color (decimal): -1901888 or 12647138. OLE color: 12647138.

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

Color convert

RGB226250192-
CMYK0.1000.230.02
HSL84.83º85.29%86.67%-
HSV(B)84.83º23.2%98.04%-
XYZ75.0688.3562.97-
YUV236.21103.05120.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.83%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 192 (75.39% from 255) = 28.74%
R=33.83%
G=37.43%
B=28.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262501920.1000.230.0284.8385.2986.67
HexE2FAC0A0172555557
Octal342372300120272125125127
Binary111000101111101011000000101001011110101010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FAC0; }

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

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

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

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

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

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

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

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