#EBFAC2

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

Shades of Snow Flurry #EBFAC2

Tints of Snow Flurry #EBFAC2

Color information

#EBFAC2 (or 0xEBFAC2) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and C2. RGB value is (235,250,194). Sum of RGB (Red+Green+Blue) = 235+250+194=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 194 (76.17% from 255 or 28.57% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAC2 is #14053D. Grayscale: #EFEFEF. Windows color (decimal): -1312062 or 12778219. OLE color: 12778219.

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

Color convert

RGB235250194-
CMYK0.0600.220.02
HSL76.07º84.85%87.06%-
HSV(B)76.07º22.4%98.04%-
XYZ78.1889.9364.28-
YUV239.13102.53125.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 194 (76.17% from 255) = 28.57%
R=34.61%
G=36.82%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501940.0600.220.0276.0784.8587.06
HexEBFAC2601624c5557
Octal35337230260262114125127
Binary11101011111110101100001011001011010100110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAC2; }

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

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

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

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

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

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

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

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