COLOR #F1C4D2

HEX: #F1C4D2
RGB: (241,196,210)

Color info

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

RGB color model

#F1C4D2 color RGB value is (241,196,210).

  • red value is 241;
  • green value is 196;
  • blue value is 210.
RGB:
(241,196,210)
(95%,77%,82%)

RGB channels and saturation

R 241 of 255 = 95%
G 196 of 255 = 77%
B 210 of 255 = 82%

241
196
210

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

Portions of RGB colors in percentages

R + G + B =
241 + 196 + 210 = 647 (100%)
R 241 of 647 ~ 37.25%
G 196 of 647 ~ 30.29%
B 210 of 647 ~ 32.46%

%37.25
%30.29
%32.46

CMYK color model

#F1C4D2 color CMYK value is (0,19,13,5).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 12.86%
  • key color value is 5.49%
CMYK:
(0,19,13,5)
C0M19Y13K5 
(0%,19%,13%,5%)
(0.00/0.19/0.13/0.05)	

CMYK percentages

%0
%18.67
%12.86
%5.49

Codes

Color #F1C4D2 in popluar color models

F1C4D2
RGB241196210
HSL341°61.64%85.69%
HSB/HSV341°18.67%94.51%
CMYK0.00%18.67%12.86%
5.49%

Color #F1C4D2 in popluar number systems.

HEXF1C4D2
Decimal241196210
Binary111100011100010011010010
Octal361304322

Shades and tints

Shades of #F1C4D2

#F1C4D2
(241,196,210)
#DCB3BF
(220,179,191)
#C7A2AC
(199,162,172)
#B29199
(178,145,153)
#9D8086
(157,128,134)
#886F73
(136,111,115)
#735E60
(115,94,96)
#5E4D4D
(94,77,77)
#493C3A
(73,60,58)
#342B27
(52,43,39)
#1F1A14
(31,26,20)
#000000
(0,0,0)

Tints of #F1C4D2

#F1C4D2
(241,196,210)
#F2C9D6
(242,201,214)
#F3CEDA
(243,206,218)
#F4D3DE
(244,211,222)
#F5D8E2
(245,216,226)
#F6DDE6
(246,221,230)
#F7E2EA
(247,226,234)
#F8E7EE
(248,231,238)
#F9ECF2
(249,236,242)
#FAF1F6
(250,241,246)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C4D2 color. Also use rgb(241,196,210) instead hex code.

Text Font Color

.myTextColor { color: #F1C4D2; }

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

This text font color is #F1C4D2.


Background Color

.myBgColor { background-color: #F1C4D2; }

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

This div background color is #F1C4D2.


Border color

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

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

This div border color is #F1C4D2.


Opacity

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

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

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

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

This text has shadow with #F1C4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C4D2 on black background.


Color preview on white background

This text has color #F1C4D2 on white background.



Black color preview on #F1C4D2 background

This text has black color on #F1C4D2 background.


White color preview on #F1C4D2 background

This text has white color on #F1C4D2 background.