COLOR #F4C5DD

HEX: #F4C5DD RGB: (244,197,221)

Color info

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

RGB color model

#F4C5DD color RGB value is (244,197,221).

RGB: (244,197,221) (96%, 77%, 87%)

RGB channels and saturation

R 244 of 255 = 96%
G 197 of 255 = 77%
B 221 of 255 = 87%

244
197
221

R + G + B ~ 87%. #F4C5DD is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 197 + 221 = 662 (100%)
R 244 of 662 ~ 36.86%
G 197 of 662 ~ 29.76%
B 221 of 662 ~ 33.38'%

%36.86
%29.76
%33.38

CMYK color model

#F4C5DD color CMYK value is (0,19,9,4).

  • cyan value is 0.00%
  • magenta value is 19.26%
  • yellow value is 9.43%
  • key color value is 4.31%

CMYK: (0,19,9,4)
C0M19Y9K4 (0%, 19%, 9%, 4%)
(0.00 / 0.19 / 0.09 / 0.04)

CMYK percentages

%0
%19.26
%9.43
%4.31

Codes

Color #F4C5DD in popluar color models

F4 C5 DD
RGB 244 197 221
HSL 329° 68.12% 86.47%
HSB/HSV 329° 19.26% 95.69%
CMYK 0.00% 19.26% 9.43%
4.31%

Color #F4C5DD in popluar number systems.

HEX F4 C5 DD
Decimal 244 197 221
Binary 11110100 11000101 11011101
Octal 364 305 335

Shades and tints

Shades of #F4C5DD

#F4C5DD
(244,197,221)
#DEB4C9
(222,180,201)
#C8A3B5
(200,163,181)
#B292A1
(178,146,161)
#9C818D
(156,129,141)
#867079
(134,112,121)
#705F65
(112,95,101)
#5A4E51
(90,78,81)
#443D3D
(68,61,61)
#2E2C29
(46,44,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #F4C5DD

#F4C5DD
(244,197,221)
#F5CAE0
(245,202,224)
#F6CFE3
(246,207,227)
#F7D4E6
(247,212,230)
#F8D9E9
(248,217,233)
#F9DEEC
(249,222,236)
#FAE3EF
(250,227,239)
#FBE8F2
(251,232,242)
#FCEDF5
(252,237,245)
#FDF2F8
(253,242,248)
#FEF7FB
(254,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C5DD color. Also use rgb(244,197,221) instead hex code.

Text Font Color

.myTextColor { color: #F4C5DD; }

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

This text font color is #F4C5DD.

Background Color

.myBgColor { background-color: #F4C5DD; }

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

This div background color is #F4C5DD.

Border color

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

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

This div border color is #F4C5DD.

Opacity

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

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

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

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

This text has shadow with #F4C5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C5DD.

Preview

Color preview on black background

This text has color #F4C5DD on black background.


Color preview on white background

This text has color #F4C5DD on white background.


Black color preview on #F4C5DD background

This text has black color on #F4C5DD background.


White color preview on #F4C5DD background

This text has white color on #F4C5DD background.


Related colors

Complementary color

Complementary color for #hex is #0B3A22.


I love getcolorcode.com

Triadic colors

1 #DDF4C5 and #C5DDF4 with #F4C5DD are triadic colors.

2 #DDC5F4 and #C5F4DD with #F4C5DD are triadic colors.