COLOR #F1CDDA

HEX: #F1CDDA
RGB: (241,205,218)

Color info

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

RGB color model

#F1CDDA color RGB value is (241,205,218).

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

RGB channels and saturation

R 241 of 255 = 95%
G 205 of 255 = 80%
B 218 of 255 = 85%

241
205
218

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

Portions of RGB colors in percentages

R + G + B =
241 + 205 + 218 = 664 (100%)
R 241 of 664 ~ 36.3%
G 205 of 664 ~ 30.87%
B 218 of 664 ~ 32.83%

%36.3
%30.87
%32.83

CMYK color model

#F1CDDA color CMYK value is (0,15,10,5).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(0,15,10,5)
C0M15Y10K5 
(0%,15%,10%,5%)
(0.00/0.15/0.10/0.05)	

CMYK percentages

%0
%14.94
%9.54
%5.49

Codes

Color #F1CDDA in popluar color models

F1CDDA
RGB241205218
HSL338°56.25%87.45%
HSB/HSV338°14.94%94.51%
CMYK0.00%14.94%9.54%
5.49%

Color #F1CDDA in popluar number systems.

HEXF1CDDA
Decimal241205218
Binary111100011100110111011010
Octal361315332

Shades and tints

Shades of #F1CDDA

#F1CDDA
(241,205,218)
#DCBBC7
(220,187,199)
#C7A9B4
(199,169,180)
#B297A1
(178,151,161)
#9D858E
(157,133,142)
#88737B
(136,115,123)
#736168
(115,97,104)
#5E4F55
(94,79,85)
#493D42
(73,61,66)
#342B2F
(52,43,47)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #F1CDDA

#F1CDDA
(241,205,218)
#F2D1DD
(242,209,221)
#F3D5E0
(243,213,224)
#F4D9E3
(244,217,227)
#F5DDE6
(245,221,230)
#F6E1E9
(246,225,233)
#F7E5EC
(247,229,236)
#F8E9EF
(248,233,239)
#F9EDF2
(249,237,242)
#FAF1F5
(250,241,245)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CDDA; }

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

This text font color is #F1CDDA.


Background Color

.myBgColor { background-color: #F1CDDA; }

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

This div background color is #F1CDDA.


Border color

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

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

This div border color is #F1CDDA.


Opacity

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

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

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

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

This text has shadow with #F1CDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CDDA on black background.


Color preview on white background

This text has color #F1CDDA on white background.



Black color preview on #F1CDDA background

This text has black color on #F1CDDA background.


White color preview on #F1CDDA background

This text has white color on #F1CDDA background.