Html Css Color HEX #EFFAC5 Snow Flurry

📋 copy color: '#EFFAC5'

red 239 ◦ green 250 ◦ blue 197

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

Shades of Snow Flurry #EFFAC5

Tints of Snow Flurry #EFFAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.72%

R = 34.84%
G = 36.44%
B = 28.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#EFFAC5 (or 0xEFFAC5) is known color: Snow Flurry. HEX triplet: EF, FA and C5. RGB value is (239,250,197). Sum of RGB (Red+Green+Blue) = 239+250+197=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 197 (77.34% from 255 or 28.72% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAC5 is #10053A. Grayscale: #F0F0F0. Windows color (decimal): -1049915 or 12974831. OLE color: 12974831.

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

Color convert

RGB 239 250 197 -
CMYK 0.04 0 0.21 0.02
HSL 72.45º 0.84% 0.88% -
HSV(B) 72.45º 0.21% 0.98% -
XYZ 79.86 90.75 66.13 -
YUV 240.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 239 250 197 0.04 0 0.21 0.02 72.45 0.84 0.88
Hex EF FA C5 4 0 15 2 48 54 58
Octal 357 372 305 4 0 25 2 110 124 130
Binary 11101111 11111010 11000101 100 0 10101 10 1001000 1010100 1011000

Color Harmonies of #EFFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAC5

Black with #EFFAC5

Text Example


Text Example

White with #EFFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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