COLOR #F1EAFA

HEX: #F1EAFA
RGB: (241,234,250)

Color info

#F1EAFA contains red, green and blue colors in about the same proportion. Web safe color of #F1EAFA is #FFFFFF (or #FFF).

RGB color model

#F1EAFA color RGB value is (241,234,250).

  • red value is 241;
  • green value is 234;
  • blue value is 250.
RGB:
(241,234,250)
(95%,92%,98%)

RGB channels and saturation

R 241 of 255 = 95%
G 234 of 255 = 92%
B 250 of 255 = 98%

241
234
250

R + G + B ~ 95%. #F1EAFA is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 234 + 250 = 725 (100%)
R 241 of 725 ~ 33.24%
G 234 of 725 ~ 32.28%
B 250 of 725 ~ 34.48%

%33.24
%32.28
%34.48

CMYK color model

#F1EAFA color CMYK value is (4,6,0,2).

  • cyan value is 3.60%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,6,0,2)
C4M6Y0K2 
(4%,6%,0%,2%)
(0.04/0.06/0.00/0.02)	

CMYK percentages

%3.6
%6.4
%0
%1.96

Codes

Color #F1EAFA in popluar color models

F1EAFA
RGB241234250
HSL266°61.54%94.90%
HSB/HSV266°6.40%98.04%
CMYK3.60%6.40%0.00%
1.96%

Color #F1EAFA in popluar number systems.

HEXF1EAFA
Decimal241234250
Binary111100011110101011111010
Octal361352372

Shades and tints

Shades of #F1EAFA

#F1EAFA
(241,234,250)
#DCD5E4
(220,213,228)
#C7C0CE
(199,192,206)
#B2ABB8
(178,171,184)
#9D96A2
(157,150,162)
#88818C
(136,129,140)
#736C76
(115,108,118)
#5E5760
(94,87,96)
#49424A
(73,66,74)
#342D34
(52,45,52)
#1F181E
(31,24,30)
#000000
(0,0,0)

Tints of #F1EAFA

#F1EAFA
(241,234,250)
#F2EBFA
(242,235,250)
#F3ECFA
(243,236,250)
#F4EDFA
(244,237,250)
#F5EEFA
(245,238,250)
#F6EFFA
(246,239,250)
#F7F0FA
(247,240,250)
#F8F1FA
(248,241,250)
#F9F2FA
(249,242,250)
#FAF3FA
(250,243,250)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EAFA color. Also use rgb(241,234,250) instead hex code.

Text Font Color

.myTextColor { color: #F1EAFA; }

<p style="color:#F1EAFA">This sample text font color is #F1EAFA.</p>

This text font color is #F1EAFA.


Background Color

.myBgColor { background-color: #F1EAFA; }

<div style="background-color:#F1EAFA">Inner text</div>

This div background color is #F1EAFA.


Border color

.myBorderColor { border: 1px solid #F1EAFA; }

<div style="border:3px solid #F1EAFA">Div</div>

This div border color is #F1EAFA.


Opacity

.myOpacity80 { color: #F1EAFA; opacity: 0.8; }

<p style="color:#F1EAFA;opacity:0.8;">80%</p>

Text with #F1EAFA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1EAFA;}

<p style="text-shadow: 3px 3px 1px #F1EAFA">Text here.</p>

This text has shadow with #F1EAFA color.

.textShadow {text-shadow: 3px 3px 1px #F1EAFA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1EAFA, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1EAFA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1EAFA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1EAFA, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1EAFA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1EAFA;
  -webkit-box-shadow:	1px 1px 3px 2px #F1EAFA;
  box-shadow:		1px 1px 3px 2px #F1EAFA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1EAFA;
-webkit-box-shadow: 1px 1px 3px 2px #F1EAFA;
box-shadow:1px 1px 3px 2px #F1EAFA;">
Div content here</div>
This div box has shadow with color #F1EAFA.

Preview

Color preview on black background

This text has color #F1EAFA on black background.


Color preview on white background

This text has color #F1EAFA on white background.



Black color preview on #F1EAFA background

This text has black color on #F1EAFA background.


White color preview on #F1EAFA background

This text has white color on #F1EAFA background.