COLOR #F1CCDF

HEX: #F1CCDF RGB: (241,204,223)

Color info

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

RGB color model

#F1CCDF color RGB value is (241,204,223).

RGB: (241,204,223) (95%, 80%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 204 of 255 = 80%
B 223 of 255 = 87%

241
204
223

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

Portions of RGB colors in percentages

R + G + B = 241 + 204 + 223 = 668 (100%)
R 241 of 668 ~ 36.08%
G 204 of 668 ~ 30.54%
B 223 of 668 ~ 33.38'%

%36.08
%30.54
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.35%
  • 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
%15.35
%7.47
%5.49

Codes

Color #F1CCDF in popluar color models

F1 CC DF
RGB 241 204 223
HSL 329° 56.92% 87.25%
HSB/HSV 329° 15.35% 94.51%
CMYK 0.00% 15.35% 7.47%
5.49%

Color #F1CCDF in popluar number systems.

HEX F1 CC DF
Decimal 241 204 223
Binary 11110001 11001100 11011111
Octal 361 314 337

Shades and tints

Shades of #F1CCDF

#F1CCDF
(241,204,223)
#DCBACB
(220,186,203)
#C7A8B7
(199,168,183)
#B296A3
(178,150,163)
#9D848F
(157,132,143)
#88727B
(136,114,123)
#736067
(115,96,103)
#5E4E53
(94,78,83)
#493C3F
(73,60,63)
#342A2B
(52,42,43)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #F1CCDF

#F1CCDF
(241,204,223)
#F2D0E1
(242,208,225)
#F3D4E3
(243,212,227)
#F4D8E5
(244,216,229)
#F5DCE7
(245,220,231)
#F6E0E9
(246,224,233)
#F7E4EB
(247,228,235)
#F8E8ED
(248,232,237)
#F9ECEF
(249,236,239)
#FAF0F1
(250,240,241)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CCDF; }

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

This text font color is #F1CCDF.

Background Color

.myBgColor { background-color: #F1CCDF; }

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

This div background color is #F1CCDF.

Border color

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

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

This div border color is #F1CCDF.

Opacity

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

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

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

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

This text has shadow with #F1CCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CCDF.

Preview

Color preview on black background

This text has color #F1CCDF on black background.


Color preview on white background

This text has color #F1CCDF on white background.


Black color preview on #F1CCDF background

This text has black color on #F1CCDF background.


White color preview on #F1CCDF background

This text has white color on #F1CCDF background.


Related colors

Complementary color

Complementary color for #hex is #0E3320.


I love getcolorcode.com

Triadic colors

1 #DFF1CC and #CCDFF1 with #F1CCDF are triadic colors.

2 #DFCCF1 and #CCF1DF with #F1CCDF are triadic colors.