COLOR #F2B5CA

HEX: #F2B5CA
RGB: (242,181,202)

Color info

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

RGB color model

#F2B5CA color RGB value is (242,181,202).

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

RGB channels and saturation

R 242 of 255 = 95%
G 181 of 255 = 71%
B 202 of 255 = 79%

242
181
202

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

Portions of RGB colors in percentages

R + G + B =
242 + 181 + 202 = 625 (100%)
R 242 of 625 ~ 38.72%
G 181 of 625 ~ 28.96%
B 202 of 625 ~ 32.32%

%38.72
%28.96
%32.32

CMYK color model

#F2B5CA color CMYK value is (0,25,17,5).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(0,25,17,5)
C0M25Y17K5 
(0%,25%,17%,5%)
(0.00/0.25/0.17/0.05)	

CMYK percentages

%0
%25.21
%16.53
%5.1

Codes

Color #F2B5CA in popluar color models

F2B5CA
RGB242181202
HSL339°70.11%82.94%
HSB/HSV339°25.21%94.90%
CMYK0.00%25.21%16.53%
5.10%

Color #F2B5CA in popluar number systems.

HEXF2B5CA
Decimal242181202
Binary111100101011010111001010
Octal362265312

Shades and tints

Shades of #F2B5CA

#F2B5CA
(242,181,202)
#DCA5B8
(220,165,184)
#C695A6
(198,149,166)
#B08594
(176,133,148)
#9A7582
(154,117,130)
#846570
(132,101,112)
#6E555E
(110,85,94)
#58454C
(88,69,76)
#42353A
(66,53,58)
#2C2528
(44,37,40)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #F2B5CA

#F2B5CA
(242,181,202)
#F3BBCE
(243,187,206)
#F4C1D2
(244,193,210)
#F5C7D6
(245,199,214)
#F6CDDA
(246,205,218)
#F7D3DE
(247,211,222)
#F8D9E2
(248,217,226)
#F9DFE6
(249,223,230)
#FAE5EA
(250,229,234)
#FBEBEE
(251,235,238)
#FCF1F2
(252,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B5CA; }

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

This text font color is #F2B5CA.


Background Color

.myBgColor { background-color: #F2B5CA; }

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

This div background color is #F2B5CA.


Border color

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

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

This div border color is #F2B5CA.


Opacity

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

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

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

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

This text has shadow with #F2B5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B5CA on black background.


Color preview on white background

This text has color #F2B5CA on white background.



Black color preview on #F2B5CA background

This text has black color on #F2B5CA background.


White color preview on #F2B5CA background

This text has white color on #F2B5CA background.