#E6FABC

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

Shades of Snow Flurry #E6FABC

Tints of Snow Flurry #E6FABC

Color information

#E6FABC (or 0xE6FABC) is unknown color: approx Snow Flurry. HEX triplet: E6, FA and BC. RGB value is (230,250,188). Sum of RGB (Red+Green+Blue) = 230+250+188=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 188 (73.83% from 255 or 28.14% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FABC is #190543. Grayscale: #EDEDED. Windows color (decimal): -1639748 or 12384998. OLE color: 12384998.

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

Color convert

RGB230250188-
CMYK0.0800.250.02
HSL79.35º86.11%85.88%-
HSV(B)79.35º24.8%98.04%-
XYZ75.988.8360.72-
YUV236.95100.37123.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.43%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 188 (73.83% from 255) = 28.14%
R=34.43%
G=37.43%
B=28.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302501880.0800.250.0279.3586.1185.88
HexE6FABC801924f5656
Octal346372274100312117126126
Binary111001101111101010111100100001100110100111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FABC; }

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

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

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

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

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

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

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

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