Html Css Color HEX #EAFABB Snow Flurry

📋 copy color: '#EAFABB'

red 234 ◦ green 250 ◦ blue 187

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

Shades of Snow Flurry #EAFABB

Tints of Snow Flurry #EAFABB

RGB

 RED value IS 234 (91.8% from 255) = 34.87%

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

 BLUE value IS 187 (73.44% from 255) = 27.87%

R = 34.87%
G = 37.26%
B = 27.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#EAFABB (or 0xEAFABB) is known color: Snow Flurry. HEX triplet: EA, FA and BB. RGB value is (234,250,187). Sum of RGB (Red+Green+Blue) = 234+250+187=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 187 (73.44% from 255 or 27.87% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFABB is #150544. Grayscale: #EEEEEE. Windows color (decimal): -1377605 or 12319466. OLE color: 12319466.

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

Color convert

RGB 234 250 187 -
CMYK 0.06 0 0.25 0.02
HSL 75.24º 0.86% 0.86% -
HSV(B) 75.24º 0.25% 0.98% -
XYZ 77.09 89.45 60.22 -
YUV 238.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 234 250 187 0.06 0 0.25 0.02 75.24 0.86 0.86
Hex EA FA BB 6 0 19 2 4B 56 56
Octal 352 372 273 6 0 31 2 113 126 126
Binary 11101010 11111010 10111011 110 0 11001 10 1001011 1010110 1010110

Color Harmonies of #EAFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFABB

Black with #EAFABB

Text Example


Text Example

White with #EAFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFABB; }

 p { color: rgb(234,250,187); }

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

background-color css

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

 a { background-color: rgb(234,250,187); }

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

border-color css

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

 span { border-color: rgb(234,250,187); }

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