Html Css Color HEX #EFFAC2 Snow Flurry

📋 copy color: '#EFFAC2'

red 239 ◦ green 250 ◦ blue 194

#EFFAC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #EFFAC2

Tints of Snow Flurry #EFFAC2

RGB

 RED value IS 239 (93.75% from 255) = 34.99%

 GREEN value IS 250 (98.05% from 255) = 36.6%

 BLUE value IS 194 (76.17% from 255) = 28.4%

R = 34.99%
G = 36.6%
B = 28.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#EFFAC2 (or 0xEFFAC2) is known color: Snow Flurry. HEX triplet: EF, FA and C2. RGB value is (239,250,194). Sum of RGB (Red+Green+Blue) = 239+250+194=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC2 is #10053D. Grayscale: #F0F0F0. Windows color (decimal): -1049918 or 12778223. OLE color: 12778223.

HSL color Cylindrical-coordinate representation of color #EFFAC2: hue angle of 71.79º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFFAC2 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 194 -
CMYK 0.04 0 0.22 0.02
HSL 71.79º 0.85% 0.87% -
HSV(B) 71.79º 0.22% 0.98% -
XYZ 79.52 90.62 64.34 -
YUV 240.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 239 250 194 0.04 0 0.22 0.02 71.79 0.85 0.87
Hex EF FA C2 4 0 16 2 48 55 57
Octal 357 372 302 4 0 26 2 110 125 127
Binary 11101111 11111010 11000010 100 0 10110 10 1001000 1010101 1010111

Color Harmonies of #EFFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAC2

Black with #EFFAC2

Text Example


Text Example

White with #EFFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAC2; }

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

 H1.HeaderClassName
 {
   color: #EFFAC2;
 }
 .AnyTagClassName
 {
   color: #EFFAC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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