#E0FAC0

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

Shades of Snow Flurry #E0FAC0

Tints of Snow Flurry #E0FAC0

Color information

#E0FAC0 (or 0xE0FAC0) is unknown color: approx Snow Flurry. HEX triplet: E0, FA and C0. RGB value is (224,250,192). Sum of RGB (Red+Green+Blue) = 224+250+192=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FAC0 is #1F053F. Grayscale: #EBEBEB. Windows color (decimal): -2032960 or 12647136. OLE color: 12647136.

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

Color convert

RGB224250192-
CMYK0.1000.230.02
HSL86.9º85.29%86.67%-
HSV(B)86.9º23.2%98.04%-
XYZ74.4488.0262.94-
YUV235.61103.39119.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 192 (75.39% from 255) = 28.83%
R=33.63%
G=37.54%
B=28.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501920.1000.230.0286.985.2986.67
HexE0FAC0A0172575557
Octal340372300120272127125127
Binary111000001111101011000000101001011110101011110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAC0; }

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

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

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

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

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

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

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

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