COLOR #F2D5EF

HEX: #F2D5EF RGB: (242,213,239)

Color info

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

RGB color model

#F2D5EF color RGB value is (242,213,239).

RGB: (242,213,239) (95%, 84%, 94%)

RGB channels and saturation

R 242 of 255 = 95%
G 213 of 255 = 84%
B 239 of 255 = 94%

242
213
239

R + G + B ~ 91%. #F2D5EF is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 213 + 239 = 694 (100%)
R 242 of 694 ~ 34.87%
G 213 of 694 ~ 30.69%
B 239 of 694 ~ 34.44'%

%34.87
%30.69
%34.44

CMYK color model

#F2D5EF color CMYK value is (0,12,1,5).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 1.24%
  • key color value is 5.10%

CMYK: (0,12,1,5)
C0M12Y1K5 (0%, 12%, 1%, 5%)
(0.00 / 0.12 / 0.01 / 0.05)

CMYK percentages

%0
%11.98
%1.24
%5.1

Codes

Color #F2D5EF in popluar color models

F2 D5 EF
RGB 242 213 239
HSL 306° 52.73% 89.22%
HSB/HSV 306° 11.98% 94.90%
CMYK 0.00% 11.98% 1.24%
5.10%

Color #F2D5EF in popluar number systems.

HEX F2 D5 EF
Decimal 242 213 239
Binary 11110010 11010101 11101111
Octal 362 325 357

Shades and tints

Shades of #F2D5EF

#F2D5EF
(242,213,239)
#DCC2DA
(220,194,218)
#C6AFC5
(198,175,197)
#B09CB0
(176,156,176)
#9A899B
(154,137,155)
#847686
(132,118,134)
#6E6371
(110,99,113)
#58505C
(88,80,92)
#423D47
(66,61,71)
#2C2A32
(44,42,50)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #F2D5EF

#F2D5EF
(242,213,239)
#F3D8F0
(243,216,240)
#F4DBF1
(244,219,241)
#F5DEF2
(245,222,242)
#F6E1F3
(246,225,243)
#F7E4F4
(247,228,244)
#F8E7F5
(248,231,245)
#F9EAF6
(249,234,246)
#FAEDF7
(250,237,247)
#FBF0F8
(251,240,248)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D5EF color. Also use rgb(242,213,239) instead hex code.

Text Font Color

.myTextColor { color: #F2D5EF; }

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

This text font color is #F2D5EF.

Background Color

.myBgColor { background-color: #F2D5EF; }

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

This div background color is #F2D5EF.

Border color

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

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

This div border color is #F2D5EF.

Opacity

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

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

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

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

This text has shadow with #F2D5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D5EF.

Preview

Color preview on black background

This text has color #F2D5EF on black background.


Color preview on white background

This text has color #F2D5EF on white background.


Black color preview on #F2D5EF background

This text has black color on #F2D5EF background.


White color preview on #F2D5EF background

This text has white color on #F2D5EF background.


Related colors

Complementary color

Complementary color for #hex is #0D2A10.


I love getcolorcode.com

Triadic colors

1 #EFF2D5 and #D5EFF2 with #F2D5EF are triadic colors.

2 #EFD5F2 and #D5F2EF with #F2D5EF are triadic colors.