#E9FAC2

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

Shades of Snow Flurry #E9FAC2

Tints of Snow Flurry #E9FAC2

Color information

#E9FAC2 (or 0xE9FAC2) is unknown color: approx Snow Flurry. HEX triplet: E9, FA and C2. RGB value is (233,250,194). Sum of RGB (Red+Green+Blue) = 233+250+194=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FAC2 is #16053D. Grayscale: #EEEEEE. Windows color (decimal): -1443134 or 12778217. OLE color: 12778217.

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

Color convert

RGB233250194-
CMYK0.0700.220.02
HSL78.21º84.85%87.06%-
HSV(B)78.21º22.4%98.04%-
XYZ77.5389.5964.25-
YUV238.53102.87124.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.42%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 194 (76.17% from 255) = 28.66%
R=34.42%
G=36.93%
B=28.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332501940.0700.220.0278.2184.8587.06
HexE9FAC2701624e5557
Octal35137230270262116125127
Binary11101001111110101100001011101011010100111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAC2; }

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

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

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

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

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

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

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

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