COLOR #F1CBD8

HEX: #F1CBD8
RGB: (241,203,216)

Color info

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

RGB color model

#F1CBD8 color RGB value is (241,203,216).

  • red value is 241;
  • green value is 203;
  • blue value is 216.
RGB:
(241,203,216)
(95%,80%,85%)

RGB channels and saturation

R 241 of 255 = 95%
G 203 of 255 = 80%
B 216 of 255 = 85%

241
203
216

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

Portions of RGB colors in percentages

R + G + B =
241 + 203 + 216 = 660 (100%)
R 241 of 660 ~ 36.52%
G 203 of 660 ~ 30.76%
B 216 of 660 ~ 32.73%

%36.52
%30.76
%32.73

CMYK color model

#F1CBD8 color CMYK value is (0,16,10,5).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 10.37%
  • key color value is 5.49%
CMYK:
(0,16,10,5)
C0M16Y10K5 
(0%,16%,10%,5%)
(0.00/0.16/0.10/0.05)	

CMYK percentages

%0
%15.77
%10.37
%5.49

Codes

Color #F1CBD8 in popluar color models

F1CBD8
RGB241203216
HSL339°57.58%87.06%
HSB/HSV339°15.77%94.51%
CMYK0.00%15.77%10.37%
5.49%

Color #F1CBD8 in popluar number systems.

HEXF1CBD8
Decimal241203216
Binary111100011100101111011000
Octal361313330

Shades and tints

Shades of #F1CBD8

#F1CBD8
(241,203,216)
#DCB9C5
(220,185,197)
#C7A7B2
(199,167,178)
#B2959F
(178,149,159)
#9D838C
(157,131,140)
#887179
(136,113,121)
#735F66
(115,95,102)
#5E4D53
(94,77,83)
#493B40
(73,59,64)
#34292D
(52,41,45)
#1F171A
(31,23,26)
#000000
(0,0,0)

Tints of #F1CBD8

#F1CBD8
(241,203,216)
#F2CFDB
(242,207,219)
#F3D3DE
(243,211,222)
#F4D7E1
(244,215,225)
#F5DBE4
(245,219,228)
#F6DFE7
(246,223,231)
#F7E3EA
(247,227,234)
#F8E7ED
(248,231,237)
#F9EBF0
(249,235,240)
#FAEFF3
(250,239,243)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CBD8 color. Also use rgb(241,203,216) instead hex code.

Text Font Color

.myTextColor { color: #F1CBD8; }

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

This text font color is #F1CBD8.


Background Color

.myBgColor { background-color: #F1CBD8; }

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

This div background color is #F1CBD8.


Border color

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

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

This div border color is #F1CBD8.


Opacity

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

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

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

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

This text has shadow with #F1CBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CBD8 on black background.


Color preview on white background

This text has color #F1CBD8 on white background.



Black color preview on #F1CBD8 background

This text has black color on #F1CBD8 background.


White color preview on #F1CBD8 background

This text has white color on #F1CBD8 background.