COLOR #F1BDC4

HEX: #F1BDC4
RGB: (241,189,196)

Color info

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

RGB color model

#F1BDC4 color RGB value is (241,189,196).

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

RGB channels and saturation

R 241 of 255 = 95%
G 189 of 255 = 74%
B 196 of 255 = 77%

241
189
196

R + G + B ~ 82%. #F1BDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 189 + 196 = 626 (100%)
R 241 of 626 ~ 38.5%
G 189 of 626 ~ 30.19%
B 196 of 626 ~ 31.31%

%38.5
%30.19
%31.31

CMYK color model

#F1BDC4 color CMYK value is (0,22,19,5).

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 18.67%
  • key color value is 5.49%
CMYK:
(0,22,19,5)
C0M22Y19K5 
(0%,22%,19%,5%)
(0.00/0.22/0.19/0.05)	

CMYK percentages

%0
%21.58
%18.67
%5.49

Codes

Color #F1BDC4 in popluar color models

F1BDC4
RGB241189196
HSL352°65.00%84.31%
HSB/HSV352°21.58%94.51%
CMYK0.00%21.58%18.67%
5.49%

Color #F1BDC4 in popluar number systems.

HEXF1BDC4
Decimal241189196
Binary111100011011110111000100
Octal361275304

Shades and tints

Shades of #F1BDC4

#F1BDC4
(241,189,196)
#DCACB3
(220,172,179)
#C79BA2
(199,155,162)
#B28A91
(178,138,145)
#9D7980
(157,121,128)
#88686F
(136,104,111)
#73575E
(115,87,94)
#5E464D
(94,70,77)
#49353C
(73,53,60)
#34242B
(52,36,43)
#1F131A
(31,19,26)
#000000
(0,0,0)

Tints of #F1BDC4

#F1BDC4
(241,189,196)
#F2C3C9
(242,195,201)
#F3C9CE
(243,201,206)
#F4CFD3
(244,207,211)
#F5D5D8
(245,213,216)
#F6DBDD
(246,219,221)
#F7E1E2
(247,225,226)
#F8E7E7
(248,231,231)
#F9EDEC
(249,237,236)
#FAF3F1
(250,243,241)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BDC4; }

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

This text font color is #F1BDC4.


Background Color

.myBgColor { background-color: #F1BDC4; }

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

This div background color is #F1BDC4.


Border color

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

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

This div border color is #F1BDC4.


Opacity

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

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

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

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

This text has shadow with #F1BDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BDC4 on black background.


Color preview on white background

This text has color #F1BDC4 on white background.



Black color preview on #F1BDC4 background

This text has black color on #F1BDC4 background.


White color preview on #F1BDC4 background

This text has white color on #F1BDC4 background.