COLOR #F2EEFA

HEX: #F2EEFA RGB: (242,238,250)

Color info

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

RGB color model

#F2EEFA color RGB value is (242,238,250).

RGB: (242,238,250) (95%, 93%, 98%)

RGB channels and saturation

R 242 of 255 = 95%
G 238 of 255 = 93%
B 250 of 255 = 98%

242
238
250

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

Portions of RGB colors in percentages

R + G + B = 242 + 238 + 250 = 730 (100%)
R 242 of 730 ~ 33.15%
G 238 of 730 ~ 32.6%
B 250 of 730 ~ 34.25'%

%33.15
%32.6
%34.25

CMYK color model

#F2EEFA color CMYK value is (3,5,0,2).

  • cyan value is 3.20%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (3,5,0,2)
C3M5Y0K2 (3%, 5%, 0%, 2%)
(0.03 / 0.05 / 0.00 / 0.02)

CMYK percentages

%3.2
%4.8
%0
%1.96

Codes

Color #F2EEFA in popluar color models

F2 EE FA
RGB 242 238 250
HSL 260° 54.55% 95.69%
HSB/HSV 260° 4.80% 98.04%
CMYK 3.20% 4.80% 0.00%
1.96%

Color #F2EEFA in popluar number systems.

HEX F2 EE FA
Decimal 242 238 250
Binary 11110010 11101110 11111010
Octal 362 356 372

Shades and tints

Shades of #F2EEFA

#F2EEFA
(242,238,250)
#DCD9E4
(220,217,228)
#C6C4CE
(198,196,206)
#B0AFB8
(176,175,184)
#9A9AA2
(154,154,162)
#84858C
(132,133,140)
#6E7076
(110,112,118)
#585B60
(88,91,96)
#42464A
(66,70,74)
#2C3134
(44,49,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #F2EEFA

#F2EEFA
(242,238,250)
#F3EFFA
(243,239,250)
#F4F0FA
(244,240,250)
#F5F1FA
(245,241,250)
#F6F2FA
(246,242,250)
#F7F3FA
(247,243,250)
#F8F4FA
(248,244,250)
#F9F5FA
(249,245,250)
#FAF6FA
(250,246,250)
#FBF7FA
(251,247,250)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EEFA color. Also use rgb(242,238,250) instead hex code.

Text Font Color

.myTextColor { color: #F2EEFA; }

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

This text font color is #F2EEFA.

Background Color

.myBgColor { background-color: #F2EEFA; }

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

This div background color is #F2EEFA.

Border color

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

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

This div border color is #F2EEFA.

Opacity

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

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

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

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

This text has shadow with #F2EEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EEFA.

Preview

Color preview on black background

This text has color #F2EEFA on black background.


Color preview on white background

This text has color #F2EEFA on white background.


Black color preview on #F2EEFA background

This text has black color on #F2EEFA background.


White color preview on #F2EEFA background

This text has white color on #F2EEFA background.


Related colors

Complementary color

Complementary color for #hex is #0D1105.


I love getcolorcode.com

Triadic colors

1 #FAF2EE and #EEFAF2 with #F2EEFA are triadic colors.

2 #FAEEF2 and #EEF2FA with #F2EEFA are triadic colors.