COLOR #F1CED5

HEX: #F1CED5
RGB: (241,206,213)

Color info

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

RGB color model

#F1CED5 color RGB value is (241,206,213).

  • red value is 241;
  • green value is 206;
  • blue value is 213.
RGB:
(241,206,213)
(95%,81%,84%)

RGB channels and saturation

R 241 of 255 = 95%
G 206 of 255 = 81%
B 213 of 255 = 84%

241
206
213

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

Portions of RGB colors in percentages

R + G + B =
241 + 206 + 213 = 660 (100%)
R 241 of 660 ~ 36.52%
G 206 of 660 ~ 31.21%
B 213 of 660 ~ 32.27%

%36.52
%31.21
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 11.62%
  • 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.52
%11.62
%5.49

Codes

Color #F1CED5 in popluar color models

F1CED5
RGB241206213
HSL348°55.56%87.65%
HSB/HSV348°14.52%94.51%
CMYK0.00%14.52%11.62%
5.49%

Color #F1CED5 in popluar number systems.

HEXF1CED5
Decimal241206213
Binary111100011100111011010101
Octal361316325

Shades and tints

Shades of #F1CED5

#F1CED5
(241,206,213)
#DCBCC2
(220,188,194)
#C7AAAF
(199,170,175)
#B2989C
(178,152,156)
#9D8689
(157,134,137)
#887476
(136,116,118)
#736263
(115,98,99)
#5E5050
(94,80,80)
#493E3D
(73,62,61)
#342C2A
(52,44,42)
#1F1A17
(31,26,23)
#000000
(0,0,0)

Tints of #F1CED5

#F1CED5
(241,206,213)
#F2D2D8
(242,210,216)
#F3D6DB
(243,214,219)
#F4DADE
(244,218,222)
#F5DEE1
(245,222,225)
#F6E2E4
(246,226,228)
#F7E6E7
(247,230,231)
#F8EAEA
(248,234,234)
#F9EEED
(249,238,237)
#FAF2F0
(250,242,240)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CED5 color. Also use rgb(241,206,213) instead hex code.

Text Font Color

.myTextColor { color: #F1CED5; }

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

This text font color is #F1CED5.


Background Color

.myBgColor { background-color: #F1CED5; }

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

This div background color is #F1CED5.


Border color

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

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

This div border color is #F1CED5.


Opacity

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

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

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

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

This text has shadow with #F1CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CED5 on black background.


Color preview on white background

This text has color #F1CED5 on white background.



Black color preview on #F1CED5 background

This text has black color on #F1CED5 background.


White color preview on #F1CED5 background

This text has white color on #F1CED5 background.