COLOR #F1B4C3

HEX: #F1B4C3
RGB: (241,180,195)

Color info

#F1B4C3 contains mainly red and blue colors. Web safe color of #F1B4C3 is #FFCCCC (or #FCC).

RGB color model

#F1B4C3 color RGB value is (241,180,195).

  • red value is 241;
  • green value is 180;
  • blue value is 195.
RGB:
(241,180,195)
(95%,71%,76%)

RGB channels and saturation

R 241 of 255 = 95%
G 180 of 255 = 71%
B 195 of 255 = 76%

241
180
195

R + G + B ~ 81%. #F1B4C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 180 + 195 = 616 (100%)
R 241 of 616 ~ 39.12%
G 180 of 616 ~ 29.22%
B 195 of 616 ~ 31.66%

%39.12
%29.22
%31.66

CMYK color model

#F1B4C3 color CMYK value is (0,25,19,5).

  • cyan value is 0.00%
  • magenta value is 25.31%
  • yellow value is 19.09%
  • key color value is 5.49%
CMYK:
(0,25,19,5)
C0M25Y19K5 
(0%,25%,19%,5%)
(0.00/0.25/0.19/0.05)	

CMYK percentages

%0
%25.31
%19.09
%5.49

Codes

Color #F1B4C3 in popluar color models

F1B4C3
RGB241180195
HSL345°68.54%82.55%
HSB/HSV345°25.31%94.51%
CMYK0.00%25.31%19.09%
5.49%

Color #F1B4C3 in popluar number systems.

HEXF1B4C3
Decimal241180195
Binary111100011011010011000011
Octal361264303

Shades and tints

Shades of #F1B4C3

#F1B4C3
(241,180,195)
#DCA4B2
(220,164,178)
#C794A1
(199,148,161)
#B28490
(178,132,144)
#9D747F
(157,116,127)
#88646E
(136,100,110)
#73545D
(115,84,93)
#5E444C
(94,68,76)
#49343B
(73,52,59)
#34242A
(52,36,42)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #F1B4C3

#F1B4C3
(241,180,195)
#F2BAC8
(242,186,200)
#F3C0CD
(243,192,205)
#F4C6D2
(244,198,210)
#F5CCD7
(245,204,215)
#F6D2DC
(246,210,220)
#F7D8E1
(247,216,225)
#F8DEE6
(248,222,230)
#F9E4EB
(249,228,235)
#FAEAF0
(250,234,240)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B4C3 color. Also use rgb(241,180,195) instead hex code.

Text Font Color

.myTextColor { color: #F1B4C3; }

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

This text font color is #F1B4C3.


Background Color

.myBgColor { background-color: #F1B4C3; }

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

This div background color is #F1B4C3.


Border color

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

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

This div border color is #F1B4C3.


Opacity

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

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

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

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

This text has shadow with #F1B4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B4C3 on black background.


Color preview on white background

This text has color #F1B4C3 on white background.



Black color preview on #F1B4C3 background

This text has black color on #F1B4C3 background.


White color preview on #F1B4C3 background

This text has white color on #F1B4C3 background.