COLOR #F3C5DD

HEX: #F3C5DD RGB: (243,197,221)

Color info

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

RGB color model

#F3C5DD color RGB value is (243,197,221).

RGB: (243,197,221) (95%, 77%, 87%)

RGB channels and saturation

R 243 of 255 = 95%
G 197 of 255 = 77%
B 221 of 255 = 87%

243
197
221

R + G + B ~ 86%. #F3C5DD is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 197 + 221 = 661 (100%)
R 243 of 661 ~ 36.76%
G 197 of 661 ~ 29.8%
B 221 of 661 ~ 33.43'%

%36.76
%29.8
%33.43

CMYK color model

#F3C5DD color CMYK value is (0,19,9,5).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 9.05%
  • key color value is 4.71%

CMYK: (0,19,9,5)
C0M19Y9K5 (0%, 19%, 9%, 5%)
(0.00 / 0.19 / 0.09 / 0.05)

CMYK percentages

%0
%18.93
%9.05
%4.71

Codes

Color #F3C5DD in popluar color models

F3 C5 DD
RGB 243 197 221
HSL 329° 65.71% 86.27%
HSB/HSV 329° 18.93% 95.29%
CMYK 0.00% 18.93% 9.05%
4.71%

Color #F3C5DD in popluar number systems.

HEX F3 C5 DD
Decimal 243 197 221
Binary 11110011 11000101 11011101
Octal 363 305 335

Shades and tints

Shades of #F3C5DD

#F3C5DD
(243,197,221)
#DDB4C9
(221,180,201)
#C7A3B5
(199,163,181)
#B192A1
(177,146,161)
#9B818D
(155,129,141)
#857079
(133,112,121)
#6F5F65
(111,95,101)
#594E51
(89,78,81)
#433D3D
(67,61,61)
#2D2C29
(45,44,41)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #F3C5DD

#F3C5DD
(243,197,221)
#F4CAE0
(244,202,224)
#F5CFE3
(245,207,227)
#F6D4E6
(246,212,230)
#F7D9E9
(247,217,233)
#F8DEEC
(248,222,236)
#F9E3EF
(249,227,239)
#FAE8F2
(250,232,242)
#FBEDF5
(251,237,245)
#FCF2F8
(252,242,248)
#FDF7FB
(253,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3C5DD; }

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

This text font color is #F3C5DD.

Background Color

.myBgColor { background-color: #F3C5DD; }

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

This div background color is #F3C5DD.

Border color

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

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

This div border color is #F3C5DD.

Opacity

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

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

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

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

This text has shadow with #F3C5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3C5DD.

Preview

Color preview on black background

This text has color #F3C5DD on black background.


Color preview on white background

This text has color #F3C5DD on white background.


Black color preview on #F3C5DD background

This text has black color on #F3C5DD background.


White color preview on #F3C5DD background

This text has white color on #F3C5DD background.


Related colors

Complementary color

Complementary color for #hex is #0C3A22.


I love getcolorcode.com

Triadic colors

1 #DDF3C5 and #C5DDF3 with #F3C5DD are triadic colors.

2 #DDC5F3 and #C5F3DD with #F3C5DD are triadic colors.