#E0FABA

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

Shades of Snow Flurry #E0FABA

Tints of Snow Flurry #E0FABA

Color information

#E0FABA (or 0xE0FABA) is unknown color: approx Snow Flurry. HEX triplet: E0, FA and BA. RGB value is (224,250,186). Sum of RGB (Red+Green+Blue) = 224+250+186=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FABA is #1F0545. Grayscale: #EBEBEB. Windows color (decimal): -2032966 or 12253920. OLE color: 12253920.

HSL color Cylindrical-coordinate representation of color #E0FABA: hue angle of 84.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0FABA is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB224250186-
CMYK0.1000.260.02
HSL84.38º86.49%85.49%-
HSV(B)84.38º25.6%98.04%-
XYZ73.7987.7659.51-
YUV234.93100.39120.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.94%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 186 (73.05% from 255) = 28.18%
R=33.94%
G=37.88%
B=28.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501860.1000.260.0284.3886.4985.49
HexE0FABAA01A2545655
Octal340372272120322124126125
Binary111000001111101010111010101001101010101010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FABA; }

 p { color: rgb(224,250,186); }

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

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

 a { background-color: rgb(224,250,186); }

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

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

 span { border-color: rgb(224,250,186); }

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