COLOR #F1ECFA

HEX: #F1ECFA
RGB: (241,236,250)

Color info

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

RGB color model

#F1ECFA color RGB value is (241,236,250).

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

RGB channels and saturation

R 241 of 255 = 95%
G 236 of 255 = 93%
B 250 of 255 = 98%

241
236
250

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

Portions of RGB colors in percentages

R + G + B =
241 + 236 + 250 = 727 (100%)
R 241 of 727 ~ 33.15%
G 236 of 727 ~ 32.46%
B 250 of 727 ~ 34.39%

%33.15
%32.46
%34.39

CMYK color model

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

  • cyan value is 3.60%
  • magenta value is 5.60%
  • 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
%5.6
%0
%1.96

Codes

Color #F1ECFA in popluar color models

F1ECFA
RGB241236250
HSL261°58.33%95.29%
HSB/HSV261°5.60%98.04%
CMYK3.60%5.60%0.00%
1.96%

Color #F1ECFA in popluar number systems.

HEXF1ECFA
Decimal241236250
Binary111100011110110011111010
Octal361354372

Shades and tints

Shades of #F1ECFA

#F1ECFA
(241,236,250)
#DCD7E4
(220,215,228)
#C7C2CE
(199,194,206)
#B2ADB8
(178,173,184)
#9D98A2
(157,152,162)
#88838C
(136,131,140)
#736E76
(115,110,118)
#5E5960
(94,89,96)
#49444A
(73,68,74)
#342F34
(52,47,52)
#1F1A1E
(31,26,30)
#000000
(0,0,0)

Tints of #F1ECFA

#F1ECFA
(241,236,250)
#F2EDFA
(242,237,250)
#F3EEFA
(243,238,250)
#F4EFFA
(244,239,250)
#F5F0FA
(245,240,250)
#F6F1FA
(246,241,250)
#F7F2FA
(247,242,250)
#F8F3FA
(248,243,250)
#F9F4FA
(249,244,250)
#FAF5FA
(250,245,250)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1ECFA; }

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

This text font color is #F1ECFA.


Background Color

.myBgColor { background-color: #F1ECFA; }

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

This div background color is #F1ECFA.


Border color

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

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

This div border color is #F1ECFA.


Opacity

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

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

Text with #F1ECFA 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 #F1ECFA;}

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

This text has shadow with #F1ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ECFA on black background.


Color preview on white background

This text has color #F1ECFA on white background.



Black color preview on #F1ECFA background

This text has black color on #F1ECFA background.


White color preview on #F1ECFA background

This text has white color on #F1ECFA background.