COLOR #F2E0EB

HEX: #F2E0EB RGB: (242,224,235)

Color info

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

RGB color model

#F2E0EB color RGB value is (242,224,235).

RGB: (242,224,235) (95%, 88%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 224 of 255 = 88%
B 235 of 255 = 92%

242
224
235

R + G + B ~ 92%. #F2E0EB is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 224 + 235 = 701 (100%)
R 242 of 701 ~ 34.52%
G 224 of 701 ~ 31.95%
B 235 of 701 ~ 33.52'%

%34.52
%31.95
%33.52

CMYK color model

#F2E0EB color CMYK value is (0,7,3,5).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK: (0,7,3,5) C0M7Y3K5 (0%,7%,3%,5%) (0.00/0.07/0.03/0.05) 

CMYK percentages

%0
%7.44
%2.89
%5.1

Codes

Color #F2E0EB in popluar color models

F2 E0 EB
RGB 242 224 235
HSL 323° 40.91% 91.37%
HSB/HSV 323° 7.44% 94.90%
CMYK 0.00% 7.44% 2.89%
5.10%

Color #F2E0EB in popluar number systems.

HEX F2 E0 EB
Decimal 242 224 235
Binary 11110010 11100000 11101011
Octal 362 340 353

Shades and tints

Shades of #F2E0EB

#F2E0EB
(242,224,235)
#DCCCD6
(220,204,214)
#C6B8C1
(198,184,193)
#B0A4AC
(176,164,172)
#9A9097
(154,144,151)
#847C82
(132,124,130)
#6E686D
(110,104,109)
#585458
(88,84,88)
#424043
(66,64,67)
#2C2C2E
(44,44,46)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #F2E0EB

#F2E0EB
(242,224,235)
#F3E2EC
(243,226,236)
#F4E4ED
(244,228,237)
#F5E6EE
(245,230,238)
#F6E8EF
(246,232,239)
#F7EAF0
(247,234,240)
#F8ECF1
(248,236,241)
#F9EEF2
(249,238,242)
#FAF0F3
(250,240,243)
#FBF2F4
(251,242,244)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E0EB color. Also use rgb(242,224,235) instead hex code.

Text Font Color

.myTextColor { color: #F2E0EB; }

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

This text font color is #F2E0EB.

Background Color

.myBgColor { background-color: #F2E0EB; }

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

This div background color is #F2E0EB.

Border color

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

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

This div border color is #F2E0EB.

Opacity

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

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

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

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

This text has shadow with #F2E0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E0EB.

Preview

Color preview on black background

This text has color #F2E0EB on black background.


Color preview on white background

This text has color #F2E0EB on white background.


Black color preview on #F2E0EB background

This text has black color on #F2E0EB background.


White color preview on #F2E0EB background

This text has white color on #F2E0EB background.


Related colors

Complementary color

Complementary color for #hex is #0D1F14.


I love getcolorcode.com

Triadic colors

1 #EBF2E0 and #E0EBF2 with #F2E0EB are triadic colors.

2 #EBE0F2 and #E0F2EB with #F2E0EB are triadic colors.