#E6FABA

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

Shades of Snow Flurry #E6FABA

Tints of Snow Flurry #E6FABA

Color information

#E6FABA (or 0xE6FABA) is unknown color: approx Snow Flurry. HEX triplet: E6, FA and BA. RGB value is (230,250,186). Sum of RGB (Red+Green+Blue) = 230+250+186=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FABA is #190545. Grayscale: #ECECEC. Windows color (decimal): -1639750 or 12253926. OLE color: 12253926.

HSL color Cylindrical-coordinate representation of color #E6FABA: hue angle of 78.75º 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 #E6FABA is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB230250186-
CMYK0.0800.260.02
HSL78.75º86.49%85.49%-
HSV(B)78.75º25.6%98.04%-
XYZ75.6888.7459.59-
YUV236.7299.37123.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.53%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=34.53%
G=37.54%
B=27.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302501860.0800.260.0278.7586.4985.49
HexE6FABA801A24f5655
Octal346372272100322117126125
Binary111001101111101010111010100001101010100111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FABA; }

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

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

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

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

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

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

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

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