COLOR #F1CDD3

HEX: #F1CDD3
RGB: (241,205,211)

Color info

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

RGB color model

#F1CDD3 color RGB value is (241,205,211).

  • red value is 241;
  • green value is 205;
  • blue value is 211.
RGB:
(241,205,211)
(95%,80%,83%)

RGB channels and saturation

R 241 of 255 = 95%
G 205 of 255 = 80%
B 211 of 255 = 83%

241
205
211

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

Portions of RGB colors in percentages

R + G + B =
241 + 205 + 211 = 657 (100%)
R 241 of 657 ~ 36.68%
G 205 of 657 ~ 31.2%
B 211 of 657 ~ 32.12%

%36.68
%31.2
%32.12

CMYK color model

#F1CDD3 color CMYK value is (0,15,12,5).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 12.45%
  • key color value is 5.49%
CMYK:
(0,15,12,5)
C0M15Y12K5 
(0%,15%,12%,5%)
(0.00/0.15/0.12/0.05)	

CMYK percentages

%0
%14.94
%12.45
%5.49

Codes

Color #F1CDD3 in popluar color models

F1CDD3
RGB241205211
HSL350°56.25%87.45%
HSB/HSV350°14.94%94.51%
CMYK0.00%14.94%12.45%
5.49%

Color #F1CDD3 in popluar number systems.

HEXF1CDD3
Decimal241205211
Binary111100011100110111010011
Octal361315323

Shades and tints

Shades of #F1CDD3

#F1CDD3
(241,205,211)
#DCBBC0
(220,187,192)
#C7A9AD
(199,169,173)
#B2979A
(178,151,154)
#9D8587
(157,133,135)
#887374
(136,115,116)
#736161
(115,97,97)
#5E4F4E
(94,79,78)
#493D3B
(73,61,59)
#342B28
(52,43,40)
#1F1915
(31,25,21)
#000000
(0,0,0)

Tints of #F1CDD3

#F1CDD3
(241,205,211)
#F2D1D7
(242,209,215)
#F3D5DB
(243,213,219)
#F4D9DF
(244,217,223)
#F5DDE3
(245,221,227)
#F6E1E7
(246,225,231)
#F7E5EB
(247,229,235)
#F8E9EF
(248,233,239)
#F9EDF3
(249,237,243)
#FAF1F7
(250,241,247)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CDD3 color. Also use rgb(241,205,211) instead hex code.

Text Font Color

.myTextColor { color: #F1CDD3; }

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

This text font color is #F1CDD3.


Background Color

.myBgColor { background-color: #F1CDD3; }

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

This div background color is #F1CDD3.


Border color

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

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

This div border color is #F1CDD3.


Opacity

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

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

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

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

This text has shadow with #F1CDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CDD3 on black background.


Color preview on white background

This text has color #F1CDD3 on white background.



Black color preview on #F1CDD3 background

This text has black color on #F1CDD3 background.


White color preview on #F1CDD3 background

This text has white color on #F1CDD3 background.