COLOR #F2D4EA

HEX: #F2D4EA RGB: (242,212,234)

Color info

#F2D4EA contains red, green and blue colors in about the same proportion. Web safe color of #F2D4EA is #FFCCFF (or #FCF).

RGB color model

#F2D4EA color RGB value is (242,212,234).

RGB: (242,212,234) (95%, 83%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 212 of 255 = 83%
B 234 of 255 = 92%

242
212
234

R + G + B ~ 90%. #F2D4EA is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 212 + 234 = 688 (100%)
R 242 of 688 ~ 35.17%
G 212 of 688 ~ 30.81%
B 234 of 688 ~ 34.01'%

%35.17
%30.81
%34.01

CMYK color model

#F2D4EA color CMYK value is (0,12,3,5).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 3.31%
  • key color value is 5.10%

CMYK: (0,12,3,5)
C0M12Y3K5 (0%, 12%, 3%, 5%)
(0.00 / 0.12 / 0.03 / 0.05)

CMYK percentages

%0
%12.4
%3.31
%5.1

Codes

Color #F2D4EA in popluar color models

F2 D4 EA
RGB 242 212 234
HSL 316° 53.57% 89.02%
HSB/HSV 316° 12.40% 94.90%
CMYK 0.00% 12.40% 3.31%
5.10%

Color #F2D4EA in popluar number systems.

HEX F2 D4 EA
Decimal 242 212 234
Binary 11110010 11010100 11101010
Octal 362 324 352

Shades and tints

Shades of #F2D4EA

#F2D4EA
(242,212,234)
#DCC1D5
(220,193,213)
#C6AEC0
(198,174,192)
#B09BAB
(176,155,171)
#9A8896
(154,136,150)
#847581
(132,117,129)
#6E626C
(110,98,108)
#584F57
(88,79,87)
#423C42
(66,60,66)
#2C292D
(44,41,45)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #F2D4EA

#F2D4EA
(242,212,234)
#F3D7EB
(243,215,235)
#F4DAEC
(244,218,236)
#F5DDED
(245,221,237)
#F6E0EE
(246,224,238)
#F7E3EF
(247,227,239)
#F8E6F0
(248,230,240)
#F9E9F1
(249,233,241)
#FAECF2
(250,236,242)
#FBEFF3
(251,239,243)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D4EA color. Also use rgb(242,212,234) instead hex code.

Text Font Color

.myTextColor { color: #F2D4EA; }

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

This text font color is #F2D4EA.

Background Color

.myBgColor { background-color: #F2D4EA; }

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

This div background color is #F2D4EA.

Border color

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

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

This div border color is #F2D4EA.

Opacity

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

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

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

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

This text has shadow with #F2D4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D4EA.

Preview

Color preview on black background

This text has color #F2D4EA on black background.


Color preview on white background

This text has color #F2D4EA on white background.


Black color preview on #F2D4EA background

This text has black color on #F2D4EA background.


White color preview on #F2D4EA background

This text has white color on #F2D4EA background.


Related colors

Complementary color

Complementary color for #hex is #0D2B15.


I love getcolorcode.com

Triadic colors

1 #EAF2D4 and #D4EAF2 with #F2D4EA are triadic colors.

2 #EAD4F2 and #D4F2EA with #F2D4EA are triadic colors.