COLOR #F1B4E0

HEX: #F1B4E0
RGB: (241,180,224)

Color info

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

RGB color model

#F1B4E0 color RGB value is (241,180,224).

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

RGB channels and saturation

R 241 of 255 = 95%
G 180 of 255 = 71%
B 224 of 255 = 88%

241
180
224

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

Portions of RGB colors in percentages

R + G + B =
241 + 180 + 224 = 645 (100%)
R 241 of 645 ~ 37.36%
G 180 of 645 ~ 27.91%
B 224 of 645 ~ 34.73%

%37.36
%27.91
%34.73

CMYK color model

#F1B4E0 color CMYK value is (0,25,7,5).

  • cyan value is 0.00%
  • magenta value is 25.31%
  • yellow value is 7.05%
  • key color value is 5.49%
CMYK:
(0,25,7,5)
C0M25Y7K5 
(0%,25%,7%,5%)
(0.00/0.25/0.07/0.05)	

CMYK percentages

%0
%25.31
%7.05
%5.49

Codes

Color #F1B4E0 in popluar color models

F1B4E0
RGB241180224
HSL317°68.54%82.55%
HSB/HSV317°25.31%94.51%
CMYK0.00%25.31%7.05%
5.49%

Color #F1B4E0 in popluar number systems.

HEXF1B4E0
Decimal241180224
Binary111100011011010011100000
Octal361264340

Shades and tints

Shades of #F1B4E0

#F1B4E0
(241,180,224)
#DCA4CC
(220,164,204)
#C794B8
(199,148,184)
#B284A4
(178,132,164)
#9D7490
(157,116,144)
#88647C
(136,100,124)
#735468
(115,84,104)
#5E4454
(94,68,84)
#493440
(73,52,64)
#34242C
(52,36,44)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #F1B4E0

#F1B4E0
(241,180,224)
#F2BAE2
(242,186,226)
#F3C0E4
(243,192,228)
#F4C6E6
(244,198,230)
#F5CCE8
(245,204,232)
#F6D2EA
(246,210,234)
#F7D8EC
(247,216,236)
#F8DEEE
(248,222,238)
#F9E4F0
(249,228,240)
#FAEAF2
(250,234,242)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B4E0; }

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

This text font color is #F1B4E0.


Background Color

.myBgColor { background-color: #F1B4E0; }

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

This div background color is #F1B4E0.


Border color

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

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

This div border color is #F1B4E0.


Opacity

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

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

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

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

This text has shadow with #F1B4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B4E0 on black background.


Color preview on white background

This text has color #F1B4E0 on white background.



Black color preview on #F1B4E0 background

This text has black color on #F1B4E0 background.


White color preview on #F1B4E0 background

This text has white color on #F1B4E0 background.