#E0FABC

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

Shades of Snow Flurry #E0FABC

Tints of Snow Flurry #E0FABC

Color information

#E0FABC (or 0xE0FABC) is unknown color: approx Snow Flurry. HEX triplet: E0, FA and BC. RGB value is (224,250,188). Sum of RGB (Red+Green+Blue) = 224+250+188=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FABC is #1F0543. Grayscale: #EBEBEB. Windows color (decimal): -2032964 or 12384992. OLE color: 12384992.

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

Color convert

RGB224250188-
CMYK0.1000.250.02
HSL85.16º86.11%85.88%-
HSV(B)85.16º24.8%98.04%-
XYZ7487.8560.63-
YUV235.16101.39120.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 188 (73.83% from 255) = 28.40%
R=33.84%
G=37.76%
B=28.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501880.1000.250.0285.1686.1185.88
HexE0FABCA0192555656
Octal340372274120312125126126
Binary111000001111101010111100101001100110101010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FABC; }

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

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

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

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

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

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

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

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