COLOR #F1EFFA

HEX: #F1EFFA RGB: (241,239,250)

Color info

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

RGB color model

#F1EFFA color RGB value is (241,239,250).

RGB: (241,239,250) (95%, 94%, 98%)

RGB channels and saturation

R 241 of 255 = 95%
G 239 of 255 = 94%
B 250 of 255 = 98%

241
239
250

R + G + B ~ 96%. #F1EFFA is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 239 + 250 = 730 (100%)
R 241 of 730 ~ 33.01%
G 239 of 730 ~ 32.74%
B 250 of 730 ~ 34.25'%

%33.01
%32.74
%34.25

CMYK color model

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

  • cyan value is 3.60%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (4,4,0,2)
C4M4Y0K2 (4%, 4%, 0%, 2%)
(0.04 / 0.04 / 0.00 / 0.02)

CMYK percentages

%3.6
%4.4
%0
%1.96

Codes

Color #F1EFFA in popluar color models

F1 EF FA
RGB 241 239 250
HSL 251° 52.38% 95.88%
HSB/HSV 251° 4.40% 98.04%
CMYK 3.60% 4.40% 0.00%
1.96%

Color #F1EFFA in popluar number systems.

HEX F1 EF FA
Decimal 241 239 250
Binary 11110001 11101111 11111010
Octal 361 357 372

Shades and tints

Shades of #F1EFFA

#F1EFFA
(241,239,250)
#DCDAE4
(220,218,228)
#C7C5CE
(199,197,206)
#B2B0B8
(178,176,184)
#9D9BA2
(157,155,162)
#88868C
(136,134,140)
#737176
(115,113,118)
#5E5C60
(94,92,96)
#49474A
(73,71,74)
#343234
(52,50,52)
#1F1D1E
(31,29,30)
#000000
(0,0,0)

Tints of #F1EFFA

#F1EFFA
(241,239,250)
#F2F0FA
(242,240,250)
#F3F1FA
(243,241,250)
#F4F2FA
(244,242,250)
#F5F3FA
(245,243,250)
#F6F4FA
(246,244,250)
#F7F5FA
(247,245,250)
#F8F6FA
(248,246,250)
#F9F7FA
(249,247,250)
#FAF8FA
(250,248,250)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EFFA; }

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

This text font color is #F1EFFA.

Background Color

.myBgColor { background-color: #F1EFFA; }

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

This div background color is #F1EFFA.

Border color

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

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

This div border color is #F1EFFA.

Opacity

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

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

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

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

This text has shadow with #F1EFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EFFA.

Preview

Color preview on black background

This text has color #F1EFFA on black background.


Color preview on white background

This text has color #F1EFFA on white background.


Black color preview on #F1EFFA background

This text has black color on #F1EFFA background.


White color preview on #F1EFFA background

This text has white color on #F1EFFA background.


Related colors

Complementary color

Complementary color for #hex is #0E1005.


I love getcolorcode.com

Triadic colors

1 #FAF1EF and #EFFAF1 with #F1EFFA are triadic colors.

2 #FAEFF1 and #EFF1FA with #F1EFFA are triadic colors.