COLOR #F1CCDE

HEX: #F1CCDE RGB: (241,204,222)

Color info

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

RGB color model

#F1CCDE color RGB value is (241,204,222).

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

RGB channels and saturation

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

241
204
222

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

Portions of RGB colors in percentages

R + G + B = 241 + 204 + 222 = 667 (100%)
R 241 of 667 ~ 36.13%
G 204 of 667 ~ 30.58%
B 222 of 667 ~ 33.28'%

%36.13
%30.58
%33.28

CMYK color model

#F1CCDE color CMYK value is (0,15,8,5).

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK: (0,15,8,5) C0M15Y8K5 (0%,15%,8%,5%) (0.00/0.15/0.08/0.05) 

CMYK percentages

%0
%15.35
%7.88
%5.49

Codes

Color #F1CCDE in popluar color models

F1 CC DE
RGB 241 204 222
HSL 331° 56.92% 87.25%
HSB/HSV 331° 15.35% 94.51%
CMYK 0.00% 15.35% 7.88%
5.49%

Color #F1CCDE in popluar number systems.

HEX F1 CC DE
Decimal 241 204 222
Binary 11110001 11001100 11011110
Octal 361 314 336

Shades and tints

Shades of #F1CCDE

#F1CCDE
(241,204,222)
#DCBACA
(220,186,202)
#C7A8B6
(199,168,182)
#B296A2
(178,150,162)
#9D848E
(157,132,142)
#88727A
(136,114,122)
#736066
(115,96,102)
#5E4E52
(94,78,82)
#493C3E
(73,60,62)
#342A2A
(52,42,42)
#1F1816
(31,24,22)
#000000
(0,0,0)

Tints of #F1CCDE

#F1CCDE
(241,204,222)
#F2D0E1
(242,208,225)
#F3D4E4
(243,212,228)
#F4D8E7
(244,216,231)
#F5DCEA
(245,220,234)
#F6E0ED
(246,224,237)
#F7E4F0
(247,228,240)
#F8E8F3
(248,232,243)
#F9ECF6
(249,236,246)
#FAF0F9
(250,240,249)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CCDE; }

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

This text font color is #F1CCDE.

Background Color

.myBgColor { background-color: #F1CCDE; }

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

This div background color is #F1CCDE.

Border color

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

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

This div border color is #F1CCDE.

Opacity

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

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

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

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

This text has shadow with #F1CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CCDE.

Preview

Color preview on black background

This text has color #F1CCDE on black background.


Color preview on white background

This text has color #F1CCDE on white background.


Black color preview on #F1CCDE background

This text has black color on #F1CCDE background.


White color preview on #F1CCDE background

This text has white color on #F1CCDE background.


Related colors

Complementary color

Complementary color for #hex is #0E3321.


I love getcolorcode.com

Triadic colors

1 #DEF1CC and #CCDEF1 with #F1CCDE are triadic colors.

2 #DECCF1 and #CCF1DE with #F1CCDE are triadic colors.