Html Css Color HEX #EBFAC2 Snow Flurry

📋 copy color: '#EBFAC2'

red 235 ◦ green 250 ◦ blue 194

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

Shades of Snow Flurry #EBFAC2

Tints of Snow Flurry #EBFAC2

RGB

 RED value IS 235 (92.19% from 255) = 34.61%

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

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

R = 34.61%
G = 36.82%
B = 28.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#EBFAC2 (or 0xEBFAC2) is known color: Snow Flurry. HEX triplet: EB, FA and C2. RGB value is (235,250,194). Sum of RGB (Red+Green+Blue) = 235+250+194=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 194 (76.17% from 255 or 28.57% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAC2 is #14053D. Grayscale: #EFEFEF. Windows color (decimal): -1312062 or 12778219. OLE color: 12778219.

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

Color convert

RGB 235 250 194 -
CMYK 0.06 0 0.22 0.02
HSL 76.07º 0.85% 0.87% -
HSV(B) 76.07º 0.22% 0.98% -
XYZ 78.18 89.93 64.28 -
YUV 239.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 235 250 194 0.06 0 0.22 0.02 76.07 0.85 0.87
Hex EB FA C2 6 0 16 2 4C 55 57
Octal 353 372 302 6 0 26 2 114 125 127
Binary 11101011 11111010 11000010 110 0 10110 10 1001100 1010101 1010111

Color Harmonies of #EBFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFAC2

Black with #EBFAC2

Text Example


Text Example

White with #EBFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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