COLOR #F2EDFA

HEX: #F2EDFA RGB: (242,237,250)

Color info

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

RGB color model

#F2EDFA color RGB value is (242,237,250).

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

RGB channels and saturation

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

242
237
250

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

Portions of RGB colors in percentages

R + G + B = 242 + 237 + 250 = 729 (100%)
R 242 of 729 ~ 33.2%
G 237 of 729 ~ 32.51%
B 250 of 729 ~ 34.29'%

%33.2
%32.51
%34.29

CMYK color model

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

  • cyan value is 3.20%
  • magenta value is 5.20%
  • 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
%5.2
%0
%1.96

Codes

Color #F2EDFA in popluar color models

F2 ED FA
RGB 242 237 250
HSL 263° 56.52% 95.49%
HSB/HSV 263° 5.20% 98.04%
CMYK 3.20% 5.20% 0.00%
1.96%

Color #F2EDFA in popluar number systems.

HEX F2 ED FA
Decimal 242 237 250
Binary 11110010 11101101 11111010
Octal 362 355 372

Shades and tints

Shades of #F2EDFA

#F2EDFA
(242,237,250)
#DCD8E4
(220,216,228)
#C6C3CE
(198,195,206)
#B0AEB8
(176,174,184)
#9A99A2
(154,153,162)
#84848C
(132,132,140)
#6E6F76
(110,111,118)
#585A60
(88,90,96)
#42454A
(66,69,74)
#2C3034
(44,48,52)
#161B1E
(22,27,30)
#000000
(0,0,0)

Tints of #F2EDFA

#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)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EDFA; }

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

This text font color is #F2EDFA.

Background Color

.myBgColor { background-color: #F2EDFA; }

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

This div background color is #F2EDFA.

Border color

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

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

This div border color is #F2EDFA.

Opacity

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

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

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

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

This text has shadow with #F2EDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EDFA.

Preview

Color preview on black background

This text has color #F2EDFA on black background.


Color preview on white background

This text has color #F2EDFA on white background.


Black color preview on #F2EDFA background

This text has black color on #F2EDFA background.


White color preview on #F2EDFA background

This text has white color on #F2EDFA background.


Related colors

Complementary color

Complementary color for #hex is #0D1205.


I love getcolorcode.com

Triadic colors

1 #FAF2ED and #EDFAF2 with #F2EDFA are triadic colors.

2 #FAEDF2 and #EDF2FA with #F2EDFA are triadic colors.