Html Css Color HEX #EFFAC3 Snow Flurry

📋 copy color: '#EFFAC3'

red 239 ◦ green 250 ◦ blue 195

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

Shades of Snow Flurry #EFFAC3

Tints of Snow Flurry #EFFAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.51%

R = 34.94%
G = 36.55%
B = 28.51%

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

#EFFAC3 (or 0xEFFAC3) is known color: Snow Flurry. HEX triplet: EF, FA and C3. RGB value is (239,250,195). Sum of RGB (Red+Green+Blue) = 239+250+195=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 195 (76.56% from 255 or 28.51% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC3 is #10053C. Grayscale: #F0F0F0. Windows color (decimal): -1049917 or 12843759. OLE color: 12843759.

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

Color convert

RGB 239 250 195 -
CMYK 0.04 0 0.22 0.02
HSL 72º 0.85% 0.87% -
HSV(B) 72º 0.22% 0.98% -
XYZ 79.63 90.66 64.93 -
YUV 240.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 239 250 195 0.04 0 0.22 0.02 72 0.85 0.87
Hex EF FA C3 4 0 16 2 48 55 57
Octal 357 372 303 4 0 26 2 110 125 127
Binary 11101111 11111010 11000011 100 0 10110 10 1001000 1010101 1010111

Color Harmonies of #EFFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAC3

Black with #EFFAC3

Text Example


Text Example

White with #EFFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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