COLOR #F4E0EB

HEX: #F4E0EB RGB: (244,224,235)

Color info

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

RGB color model

#F4E0EB color RGB value is (244,224,235).

RGB: (244,224,235) (96%, 88%, 92%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 235 of 255 = 92%

244
224
235

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

Portions of RGB colors in percentages

R + G + B = 244 + 224 + 235 = 703 (100%)
R 244 of 703 ~ 34.71%
G 224 of 703 ~ 31.86%
B 235 of 703 ~ 33.43'%

%34.71
%31.86
%33.43

CMYK color model

#F4E0EB color CMYK value is (0,8,4,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 3.69%
  • key color value is 4.31%

CMYK: (0,8,4,4)
C0M8Y4K4 (0%, 8%, 4%, 4%)
(0.00 / 0.08 / 0.04 / 0.04)

CMYK percentages

%0
%8.2
%3.69
%4.31

Codes

Color #F4E0EB in popluar color models

F4 E0 EB
RGB 244 224 235
HSL 327° 47.62% 91.76%
HSB/HSV 327° 8.20% 95.69%
CMYK 0.00% 8.20% 3.69%
4.31%

Color #F4E0EB in popluar number systems.

HEX F4 E0 EB
Decimal 244 224 235
Binary 11110100 11100000 11101011
Octal 364 340 353

Shades and tints

Shades of #F4E0EB

#F4E0EB
(244,224,235)
#DECCD6
(222,204,214)
#C8B8C1
(200,184,193)
#B2A4AC
(178,164,172)
#9C9097
(156,144,151)
#867C82
(134,124,130)
#70686D
(112,104,109)
#5A5458
(90,84,88)
#444043
(68,64,67)
#2E2C2E
(46,44,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #F4E0EB

#F4E0EB
(244,224,235)
#F5E2EC
(245,226,236)
#F6E4ED
(246,228,237)
#F7E6EE
(247,230,238)
#F8E8EF
(248,232,239)
#F9EAF0
(249,234,240)
#FAECF1
(250,236,241)
#FBEEF2
(251,238,242)
#FCF0F3
(252,240,243)
#FDF2F4
(253,242,244)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E0EB; }

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

This text font color is #F4E0EB.

Background Color

.myBgColor { background-color: #F4E0EB; }

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

This div background color is #F4E0EB.

Border color

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

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

This div border color is #F4E0EB.

Opacity

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

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

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

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

This text has shadow with #F4E0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E0EB.

Preview

Color preview on black background

This text has color #F4E0EB on black background.


Color preview on white background

This text has color #F4E0EB on white background.


Black color preview on #F4E0EB background

This text has black color on #F4E0EB background.


White color preview on #F4E0EB background

This text has white color on #F4E0EB background.


Related colors

Complementary color

Complementary color for #F4E0EB is #0B1F14.


I love getcolorcode.com

Triadic colors

1 #EBF4E0 and #E0EBF4 with #F4E0EB are triadic colors.

2 #EBE0F4 and #E0F4EB with #F4E0EB are triadic colors.