#EFFACA

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

Shades of Snow Flurry #EFFACA

Tints of Snow Flurry #EFFACA

Color information

#EFFACA (or 0xEFFACA) is unknown color: approx Snow Flurry. HEX triplet: EF, FA and CA. RGB value is (239,250,202). Sum of RGB (Red+Green+Blue) = 239+250+202=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFACA is #100535. Grayscale: #F1F1F1. Windows color (decimal): -1049910 or 13302511. OLE color: 13302511.

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

Color convert

RGB239250202-
CMYK0.0400.190.02
HSL73.75º82.76%88.63%-
HSV(B)73.75º19.2%98.04%-
XYZ80.4490.9969.2-
YUV241.24105.86126.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=34.59%
G=36.18%
B=29.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502020.0400.190.0273.7582.7688.63
HexEFFACA401324a5359
Octal35737231240232112123131
Binary11101111111110101100101010001001110100101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFACA; }

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

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

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

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

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

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

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

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