#E5FACA

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

Shades of Snow Flurry #E5FACA

Tints of Snow Flurry #E5FACA

Color information

#E5FACA (or 0xE5FACA) is unknown color: approx Snow Flurry. HEX triplet: E5, FA and CA. RGB value is (229,250,202). Sum of RGB (Red+Green+Blue) = 229+250+202=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FACA is #1A0535. Grayscale: #EEEEEE. Windows color (decimal): -1705270 or 13302501. OLE color: 13302501.

HSL color Cylindrical-coordinate representation of color #E5FACA: hue angle of 86.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5FACA is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB229250202-
CMYK0.0800.190.02
HSL86.25º82.76%88.63%-
HSV(B)86.25º19.2%98.04%-
XYZ77.1689.2969.05-
YUV238.25107.54121.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.63%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 202 (79.30% from 255) = 29.66%
R=33.63%
G=36.71%
B=29.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292502020.0800.190.0286.2582.7688.63
HexE5FACA80132565359
Octal345372312100232126123131
Binary111001011111101011001010100001001110101011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FACA; }

 p { color: rgb(229,250,202); }

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

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

 a { background-color: rgb(229,250,202); }

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

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

 span { border-color: rgb(229,250,202); }

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