#EFFAC2

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

Shades of Snow Flurry #EFFAC2

Tints of Snow Flurry #EFFAC2

Color information

#EFFAC2 (or 0xEFFAC2) is unknown color: approx Snow Flurry. HEX triplet: EF, FA and C2. RGB value is (239,250,194). Sum of RGB (Red+Green+Blue) = 239+250+194=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC2 is #10053D. Grayscale: #F0F0F0. Windows color (decimal): -1049918 or 12778223. OLE color: 12778223.

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

Color convert

RGB239250194-
CMYK0.0400.220.02
HSL71.79º84.85%87.06%-
HSV(B)71.79º22.4%98.04%-
XYZ79.5290.6264.34-
YUV240.33101.86127.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 194 (76.17% from 255) = 28.40%
R=34.99%
G=36.60%
B=28.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501940.0400.220.0271.7984.8587.06
HexEFFAC240162485557
Octal35737230240262110125127
Binary11101111111110101100001010001011010100100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAC2; }

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

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

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

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

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

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

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

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