COLOR #F2B5D4

HEX: #F2B5D4
RGB: (242,181,212)

Color info

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

RGB color model

#F2B5D4 color RGB value is (242,181,212).

  • red value is 242;
  • green value is 181;
  • blue value is 212.
RGB:
(242,181,212)
(95%,71%,83%)

RGB channels and saturation

R 242 of 255 = 95%
G 181 of 255 = 71%
B 212 of 255 = 83%

242
181
212

R + G + B ~ 83%. #F2B5D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 181 + 212 = 635 (100%)
R 242 of 635 ~ 38.11%
G 181 of 635 ~ 28.5%
B 212 of 635 ~ 33.39%

%38.11
%28.5
%33.39

CMYK color model

#F2B5D4 color CMYK value is (0,25,12,5).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 12.40%
  • key color value is 5.10%
CMYK:
(0,25,12,5)
C0M25Y12K5 
(0%,25%,12%,5%)
(0.00/0.25/0.12/0.05)	

CMYK percentages

%0
%25.21
%12.4
%5.1

Codes

Color #F2B5D4 in popluar color models

F2B5D4
RGB242181212
HSL330°70.11%82.94%
HSB/HSV330°25.21%94.90%
CMYK0.00%25.21%12.40%
5.10%

Color #F2B5D4 in popluar number systems.

HEXF2B5D4
Decimal242181212
Binary111100101011010111010100
Octal362265324

Shades and tints

Shades of #F2B5D4

#F2B5D4
(242,181,212)
#DCA5C1
(220,165,193)
#C695AE
(198,149,174)
#B0859B
(176,133,155)
#9A7588
(154,117,136)
#846575
(132,101,117)
#6E5562
(110,85,98)
#58454F
(88,69,79)
#42353C
(66,53,60)
#2C2529
(44,37,41)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #F2B5D4

#F2B5D4
(242,181,212)
#F3BBD7
(243,187,215)
#F4C1DA
(244,193,218)
#F5C7DD
(245,199,221)
#F6CDE0
(246,205,224)
#F7D3E3
(247,211,227)
#F8D9E6
(248,217,230)
#F9DFE9
(249,223,233)
#FAE5EC
(250,229,236)
#FBEBEF
(251,235,239)
#FCF1F2
(252,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B5D4 color. Also use rgb(242,181,212) instead hex code.

Text Font Color

.myTextColor { color: #F2B5D4; }

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

This text font color is #F2B5D4.


Background Color

.myBgColor { background-color: #F2B5D4; }

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

This div background color is #F2B5D4.


Border color

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

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

This div border color is #F2B5D4.


Opacity

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

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

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

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

This text has shadow with #F2B5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B5D4 on black background.


Color preview on white background

This text has color #F2B5D4 on white background.



Black color preview on #F2B5D4 background

This text has black color on #F2B5D4 background.


White color preview on #F2B5D4 background

This text has white color on #F2B5D4 background.