#EBFAC4

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

Shades of Snow Flurry #EBFAC4

Tints of Snow Flurry #EBFAC4

Color information

#EBFAC4 (or 0xEBFAC4) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and C4. RGB value is (235,250,196). Sum of RGB (Red+Green+Blue) = 235+250+196=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 196 (76.95% from 255 or 28.78% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAC4 is #14053B. Grayscale: #EFEFEF. Windows color (decimal): -1312060 or 12909291. OLE color: 12909291.

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

Color convert

RGB235250196-
CMYK0.0600.220.02
HSL76.67º84.38%87.45%-
HSV(B)76.67º21.6%98.04%-
XYZ78.4190.0265.47-
YUV239.36103.53124.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 196 (76.95% from 255) = 28.78%
R=34.51%
G=36.71%
B=28.78%

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
Decimal2352501960.0600.220.0276.6784.3887.45
HexEBFAC4601624d5457
Octal35337230460262115124127
Binary11101011111110101100010011001011010100110110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAC4; }

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

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

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

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

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

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

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

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