COLOR #F4C7E2

HEX: #F4C7E2 RGB: (244,199,226)

Color info

#F4C7E2 contains red, green and blue colors in about the same proportion. Web safe color of #F4C7E2 is #FFCCCC (or #FCC).

RGB color model

#F4C7E2 color RGB value is (244,199,226).

RGB: (244,199,226) (96%, 78%, 89%)

RGB channels and saturation

R 244 of 255 = 96%
G 199 of 255 = 78%
B 226 of 255 = 89%

244
199
226

R + G + B ~ 88%. #F4C7E2 is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 199 + 226 = 669 (100%)
R 244 of 669 ~ 36.47%
G 199 of 669 ~ 29.75%
B 226 of 669 ~ 33.78'%

%36.47
%29.75
%33.78

CMYK color model

#F4C7E2 color CMYK value is (0,18,7,4).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 7.38%
  • key color value is 4.31%

CMYK: (0,18,7,4)
C0M18Y7K4 (0%, 18%, 7%, 4%)
(0.00 / 0.18 / 0.07 / 0.04)

CMYK percentages

%0
%18.44
%7.38
%4.31

Codes

Color #F4C7E2 in popluar color models

F4 C7 E2
RGB 244 199 226
HSL 324° 67.16% 86.86%
HSB/HSV 324° 18.44% 95.69%
CMYK 0.00% 18.44% 7.38%
4.31%

Color #F4C7E2 in popluar number systems.

HEX F4 C7 E2
Decimal 244 199 226
Binary 11110100 11000111 11100010
Octal 364 307 342

Shades and tints

Shades of #F4C7E2

#F4C7E2
(244,199,226)
#DEB5CE
(222,181,206)
#C8A3BA
(200,163,186)
#B291A6
(178,145,166)
#9C7F92
(156,127,146)
#866D7E
(134,109,126)
#705B6A
(112,91,106)
#5A4956
(90,73,86)
#443742
(68,55,66)
#2E252E
(46,37,46)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #F4C7E2

#F4C7E2
(244,199,226)
#F5CCE4
(245,204,228)
#F6D1E6
(246,209,230)
#F7D6E8
(247,214,232)
#F8DBEA
(248,219,234)
#F9E0EC
(249,224,236)
#FAE5EE
(250,229,238)
#FBEAF0
(251,234,240)
#FCEFF2
(252,239,242)
#FDF4F4
(253,244,244)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C7E2; }

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

This text font color is #F4C7E2.

Background Color

.myBgColor { background-color: #F4C7E2; }

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

This div background color is #F4C7E2.

Border color

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

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

This div border color is #F4C7E2.

Opacity

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

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

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

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

This text has shadow with #F4C7E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C7E2.

Preview

Color preview on black background

This text has color #F4C7E2 on black background.


Color preview on white background

This text has color #F4C7E2 on white background.


Black color preview on #F4C7E2 background

This text has black color on #F4C7E2 background.


White color preview on #F4C7E2 background

This text has white color on #F4C7E2 background.


Related colors

Complementary color

Complementary color for #hex is #0B381D.


I love getcolorcode.com

Triadic colors

1 #E2F4C7 and #C7E2F4 with #F4C7E2 are triadic colors.

2 #E2C7F4 and #C7F4E2 with #F4C7E2 are triadic colors.