Html Css Color HEX #E0FABA Snow Flurry

📋 copy color: '#E0FABA'

red 224 ◦ green 250 ◦ blue 186

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

Shades of Snow Flurry #E0FABA

Tints of Snow Flurry #E0FABA

RGB

 RED value IS 224 (87.89% from 255) = 33.94%

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

 BLUE value IS 186 (73.05% from 255) = 28.18%

R = 33.94%
G = 37.88%
B = 28.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#E0FABA (or 0xE0FABA) is known color: Snow Flurry. HEX triplet: E0, FA and BA. RGB value is (224,250,186). Sum of RGB (Red+Green+Blue) = 224+250+186=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FABA is #1F0545. Grayscale: #EBEBEB. Windows color (decimal): -2032966 or 12253920. OLE color: 12253920.

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

Color convert

RGB 224 250 186 -
CMYK 0.10 0 0.26 0.02
HSL 84.38º 0.86% 0.85% -
HSV(B) 84.38º 0.26% 0.98% -
XYZ 73.79 87.76 59.51 -
YUV 234.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 224 250 186 0.10 0 0.26 0.02 84.38 0.86 0.85
Hex E0 FA BA A 0 1A 2 54 56 55
Octal 340 372 272 12 0 32 2 124 126 125
Binary 11100000 11111010 10111010 1010 0 11010 10 1010100 1010110 1010101

Color Harmonies of #E0FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FABA

Black with #E0FABA

Text Example


Text Example

White with #E0FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FABA; }

 p { color: rgb(224,250,186); }

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

background-color css

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

 a { background-color: rgb(224,250,186); }

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

border-color css

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

 span { border-color: rgb(224,250,186); }

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