#EFFAC9

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

Shades of Snow Flurry #EFFAC9

Tints of Snow Flurry #EFFAC9

Color information

#EFFAC9 (or 0xEFFAC9) is unknown color: approx Snow Flurry. HEX triplet: EF, FA and C9. RGB value is (239,250,201). Sum of RGB (Red+Green+Blue) = 239+250+201=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC9 is #100536. Grayscale: #F1F1F1. Windows color (decimal): -1049911 or 13236975. OLE color: 13236975.

HSL color Cylindrical-coordinate representation of color #EFFAC9: hue angle of 73.47º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFFAC9 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB239250201-
CMYK0.0400.200.02
HSL73.47º83.05%88.43%-
HSV(B)73.47º19.6%98.04%-
XYZ80.3290.9468.58-
YUV241.12105.36126.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 201 (78.91% from 255) = 29.13%
R=34.64%
G=36.23%
B=29.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502010.0400.200.0273.4783.0588.43
HexEFFAC940142495358
Octal35737231140242111123130
Binary11101111111110101100100110001010010100100110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAC9; }

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

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

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

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

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

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

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

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