COLOR #F1CCCF

HEX: #F1CCCF
RGB: (241,204,207)

Color info

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

RGB color model

#F1CCCF color RGB value is (241,204,207).

  • red value is 241;
  • green value is 204;
  • blue value is 207.
RGB:
(241,204,207)
(95%,80%,81%)

RGB channels and saturation

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

241
204
207

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

Portions of RGB colors in percentages

R + G + B =
241 + 204 + 207 = 652 (100%)
R 241 of 652 ~ 36.96%
G 204 of 652 ~ 31.29%
B 207 of 652 ~ 31.75%

%36.96
%31.29
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.35%
  • yellow value is 14.11%
  • key color value is 5.49%
CMYK:
(0,15,14,5)
C0M15Y14K5 
(0%,15%,14%,5%)
(0.00/0.15/0.14/0.05)	

CMYK percentages

%0
%15.35
%14.11
%5.49

Codes

Color #F1CCCF in popluar color models

F1CCCF
RGB241204207
HSL355°56.92%87.25%
HSB/HSV355°15.35%94.51%
CMYK0.00%15.35%14.11%
5.49%

Color #F1CCCF in popluar number systems.

HEXF1CCCF
Decimal241204207
Binary111100011100110011001111
Octal361314317

Shades and tints

Shades of #F1CCCF

#F1CCCF
(241,204,207)
#DCBABD
(220,186,189)
#C7A8AB
(199,168,171)
#B29699
(178,150,153)
#9D8487
(157,132,135)
#887275
(136,114,117)
#736063
(115,96,99)
#5E4E51
(94,78,81)
#493C3F
(73,60,63)
#342A2D
(52,42,45)
#1F181B
(31,24,27)
#000000
(0,0,0)

Tints of #F1CCCF

#F1CCCF
(241,204,207)
#F2D0D3
(242,208,211)
#F3D4D7
(243,212,215)
#F4D8DB
(244,216,219)
#F5DCDF
(245,220,223)
#F6E0E3
(246,224,227)
#F7E4E7
(247,228,231)
#F8E8EB
(248,232,235)
#F9ECEF
(249,236,239)
#FAF0F3
(250,240,243)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CCCF; }

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

This text font color is #F1CCCF.


Background Color

.myBgColor { background-color: #F1CCCF; }

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

This div background color is #F1CCCF.


Border color

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

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

This div border color is #F1CCCF.


Opacity

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

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

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

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

This text has shadow with #F1CCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CCCF on black background.


Color preview on white background

This text has color #F1CCCF on white background.



Black color preview on #F1CCCF background

This text has black color on #F1CCCF background.


White color preview on #F1CCCF background

This text has white color on #F1CCCF background.