COLOR #F1CEDF

HEX: #F1CEDF
RGB: (241,206,223)

Color info

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

RGB color model

#F1CEDF color RGB value is (241,206,223).

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

RGB channels and saturation

R 241 of 255 = 95%
G 206 of 255 = 81%
B 223 of 255 = 87%

241
206
223

R + G + B ~ 88%. #F1CEDF is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 206 + 223 = 670 (100%)
R 241 of 670 ~ 35.97%
G 206 of 670 ~ 30.75%
B 223 of 670 ~ 33.28%

%35.97
%30.75
%33.28

CMYK color model

#F1CEDF color CMYK value is (0,15,7,5).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(0,15,7,5)
C0M15Y7K5 
(0%,15%,7%,5%)
(0.00/0.15/0.07/0.05)	

CMYK percentages

%0
%14.52
%7.47
%5.49

Codes

Color #F1CEDF in popluar color models

F1CEDF
RGB241206223
HSL331°55.56%87.65%
HSB/HSV331°14.52%94.51%
CMYK0.00%14.52%7.47%
5.49%

Color #F1CEDF in popluar number systems.

HEXF1CEDF
Decimal241206223
Binary111100011100111011011111
Octal361316337

Shades and tints

Shades of #F1CEDF

#F1CEDF
(241,206,223)
#DCBCCB
(220,188,203)
#C7AAB7
(199,170,183)
#B298A3
(178,152,163)
#9D868F
(157,134,143)
#88747B
(136,116,123)
#736267
(115,98,103)
#5E5053
(94,80,83)
#493E3F
(73,62,63)
#342C2B
(52,44,43)
#1F1A17
(31,26,23)
#000000
(0,0,0)

Tints of #F1CEDF

#F1CEDF
(241,206,223)
#F2D2E1
(242,210,225)
#F3D6E3
(243,214,227)
#F4DAE5
(244,218,229)
#F5DEE7
(245,222,231)
#F6E2E9
(246,226,233)
#F7E6EB
(247,230,235)
#F8EAED
(248,234,237)
#F9EEEF
(249,238,239)
#FAF2F1
(250,242,241)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CEDF; }

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

This text font color is #F1CEDF.


Background Color

.myBgColor { background-color: #F1CEDF; }

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

This div background color is #F1CEDF.


Border color

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

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

This div border color is #F1CEDF.


Opacity

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

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

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

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

This text has shadow with #F1CEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CEDF on black background.


Color preview on white background

This text has color #F1CEDF on white background.



Black color preview on #F1CEDF background

This text has black color on #F1CEDF background.


White color preview on #F1CEDF background

This text has white color on #F1CEDF background.