COLOR #F1CCCE

HEX: #F1CCCE RGB: (241,204,206)

Color info

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

RGB color model

#F1CCCE color RGB value is (241,204,206).

RGB: (241,204,206) (95%, 80%, 81%)

RGB channels and saturation

R 241 of 255 = 95%
G 204 of 255 = 80%
B 206 of 255 = 81%

241
204
206

R + G + B ~ 85%. #F1CCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 204 + 206 = 651 (100%)
R 241 of 651 ~ 37.02%
G 204 of 651 ~ 31.34%
B 206 of 651 ~ 31.64'%

%37.02
%31.34
%31.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 14.52%
  • key color value is 5.49%

CMYK: (0,15,15,5)
C0M15Y15K5 (0%, 15%, 15%, 5%)
(0.00 / 0.15 / 0.15 / 0.05)

CMYK percentages

%0
%15.35
%14.52
%5.49

Codes

Color #F1CCCE in popluar color models

F1 CC CE
RGB 241 204 206
HSL 357° 56.92% 87.25%
HSB/HSV 357° 15.35% 94.51%
CMYK 0.00% 15.35% 14.52%
5.49%

Color #F1CCCE in popluar number systems.

HEX F1 CC CE
Decimal 241 204 206
Binary 11110001 11001100 11001110
Octal 361 314 316

Shades and tints

Shades of #F1CCCE

#F1CCCE
(241,204,206)
#DCBABC
(220,186,188)
#C7A8AA
(199,168,170)
#B29698
(178,150,152)
#9D8486
(157,132,134)
#887274
(136,114,116)
#736062
(115,96,98)
#5E4E50
(94,78,80)
#493C3E
(73,60,62)
#342A2C
(52,42,44)
#1F181A
(31,24,26)
#000000
(0,0,0)

Tints of #F1CCCE

#F1CCCE
(241,204,206)
#F2D0D2
(242,208,210)
#F3D4D6
(243,212,214)
#F4D8DA
(244,216,218)
#F5DCDE
(245,220,222)
#F6E0E2
(246,224,226)
#F7E4E6
(247,228,230)
#F8E8EA
(248,232,234)
#F9ECEE
(249,236,238)
#FAF0F2
(250,240,242)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CCCE; }

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

This text font color is #F1CCCE.

Background Color

.myBgColor { background-color: #F1CCCE; }

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

This div background color is #F1CCCE.

Border color

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

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

This div border color is #F1CCCE.

Opacity

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

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

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

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

This text has shadow with #F1CCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CCCE.

Preview

Color preview on black background

This text has color #F1CCCE on black background.


Color preview on white background

This text has color #F1CCCE on white background.


Black color preview on #F1CCCE background

This text has black color on #F1CCCE background.


White color preview on #F1CCCE background

This text has white color on #F1CCCE background.


Related colors

Complementary color

Complementary color for #hex is #0E3331.


I love getcolorcode.com

Triadic colors

1 #CEF1CC and #CCCEF1 with #F1CCCE are triadic colors.

2 #CECCF1 and #CCF1CE with #F1CCCE are triadic colors.