COLOR #F4E2F7

HEX: #F4E2F7 RGB: (244,226,247)

Color info

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

RGB color model

#F4E2F7 color RGB value is (244,226,247).

RGB: (244,226,247) (96%, 89%, 97%)

RGB channels and saturation

R 244 of 255 = 96%
G 226 of 255 = 89%
B 247 of 255 = 97%

244
226
247

R + G + B ~ 94%. #F4E2F7 is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 226 + 247 = 717 (100%)
R 244 of 717 ~ 34.03%
G 226 of 717 ~ 31.52%
B 247 of 717 ~ 34.45'%

%34.03
%31.52
%34.45

CMYK color model

#F4E2F7 color CMYK value is (1,9,0,3).

  • cyan value is 1.21%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (1,9,0,3)
C1M9Y0K3 (1%, 9%, 0%, 3%)
(0.01 / 0.09 / 0.00 / 0.03)

CMYK percentages

%1.21
%8.5
%0
%3.14

Codes

Color #F4E2F7 in popluar color models

F4 E2 F7
RGB 244 226 247
HSL 291° 56.76% 92.75%
HSB/HSV 291° 8.50% 96.86%
CMYK 1.21% 8.50% 0.00%
3.14%

Color #F4E2F7 in popluar number systems.

HEX F4 E2 F7
Decimal 244 226 247
Binary 11110100 11100010 11110111
Octal 364 342 367

Shades and tints

Shades of #F4E2F7

#F4E2F7
(244,226,247)
#DECEE1
(222,206,225)
#C8BACB
(200,186,203)
#B2A6B5
(178,166,181)
#9C929F
(156,146,159)
#867E89
(134,126,137)
#706A73
(112,106,115)
#5A565D
(90,86,93)
#444247
(68,66,71)
#2E2E31
(46,46,49)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #F4E2F7

#F4E2F7
(244,226,247)
#F5E4F7
(245,228,247)
#F6E6F7
(246,230,247)
#F7E8F7
(247,232,247)
#F8EAF7
(248,234,247)
#F9ECF7
(249,236,247)
#FAEEF7
(250,238,247)
#FBF0F7
(251,240,247)
#FCF2F7
(252,242,247)
#FDF4F7
(253,244,247)
#FEF6F7
(254,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E2F7 color. Also use rgb(244,226,247) instead hex code.

Text Font Color

.myTextColor { color: #F4E2F7; }

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

This text font color is #F4E2F7.

Background Color

.myBgColor { background-color: #F4E2F7; }

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

This div background color is #F4E2F7.

Border color

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

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

This div border color is #F4E2F7.

Opacity

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

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

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

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

This text has shadow with #F4E2F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E2F7.

Preview

Color preview on black background

This text has color #F4E2F7 on black background.


Color preview on white background

This text has color #F4E2F7 on white background.


Black color preview on #F4E2F7 background

This text has black color on #F4E2F7 background.


White color preview on #F4E2F7 background

This text has white color on #F4E2F7 background.


Related colors

Complementary color

Complementary color for #hex is #0B1D08.


I love getcolorcode.com

Triadic colors

1 #F7F4E2 and #E2F7F4 with #F4E2F7 are triadic colors.

2 #F7E2F4 and #E2F4F7 with #F4E2F7 are triadic colors.