COLOR #F2A3CB

HEX: #F2A3CB
RGB: (242,163,203)

Color info

#F2A3CB contains mainly red and blue colors. Web safe color of #F2A3CB is #FF99CC (or #F9C).

RGB color model

#F2A3CB color RGB value is (242,163,203).

  • red value is 242;
  • green value is 163;
  • blue value is 203.
RGB:
(242,163,203)
(95%,64%,80%)

RGB channels and saturation

R 242 of 255 = 95%
G 163 of 255 = 64%
B 203 of 255 = 80%

242
163
203

R + G + B ~ 80%. #F2A3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 163 + 203 = 608 (100%)
R 242 of 608 ~ 39.8%
G 163 of 608 ~ 26.81%
B 203 of 608 ~ 33.39%

%39.8
%26.81
%33.39

CMYK color model

#F2A3CB color CMYK value is (0,33,16,5).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 16.12%
  • key color value is 5.10%
CMYK:
(0,33,16,5)
C0M33Y16K5 
(0%,33%,16%,5%)
(0.00/0.33/0.16/0.05)	

CMYK percentages

%0
%32.64
%16.12
%5.1

Codes

Color #F2A3CB in popluar color models

F2A3CB
RGB242163203
HSL330°75.24%79.41%
HSB/HSV330°32.64%94.90%
CMYK0.00%32.64%16.12%
5.10%

Color #F2A3CB in popluar number systems.

HEXF2A3CB
Decimal242163203
Binary111100101010001111001011
Octal362243313

Shades and tints

Shades of #F2A3CB

#F2A3CB
(242,163,203)
#DC95B9
(220,149,185)
#C687A7
(198,135,167)
#B07995
(176,121,149)
#9A6B83
(154,107,131)
#845D71
(132,93,113)
#6E4F5F
(110,79,95)
#58414D
(88,65,77)
#42333B
(66,51,59)
#2C2529
(44,37,41)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #F2A3CB

#F2A3CB
(242,163,203)
#F3ABCF
(243,171,207)
#F4B3D3
(244,179,211)
#F5BBD7
(245,187,215)
#F6C3DB
(246,195,219)
#F7CBDF
(247,203,223)
#F8D3E3
(248,211,227)
#F9DBE7
(249,219,231)
#FAE3EB
(250,227,235)
#FBEBEF
(251,235,239)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2A3CB color. Also use rgb(242,163,203) instead hex code.

Text Font Color

.myTextColor { color: #F2A3CB; }

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

This text font color is #F2A3CB.


Background Color

.myBgColor { background-color: #F2A3CB; }

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

This div background color is #F2A3CB.


Border color

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

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

This div border color is #F2A3CB.


Opacity

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

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

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

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

This text has shadow with #F2A3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A3CB on black background.


Color preview on white background

This text has color #F2A3CB on white background.



Black color preview on #F2A3CB background

This text has black color on #F2A3CB background.


White color preview on #F2A3CB background

This text has white color on #F2A3CB background.