COLOR #F1A8CB

HEX: #F1A8CB
RGB: (241,168,203)

Color info

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

RGB color model

#F1A8CB color RGB value is (241,168,203).

  • red value is 241;
  • green value is 168;
  • blue value is 203.
RGB:
(241,168,203)
(95%,66%,80%)

RGB channels and saturation

R 241 of 255 = 95%
G 168 of 255 = 66%
B 203 of 255 = 80%

241
168
203

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

Portions of RGB colors in percentages

R + G + B =
241 + 168 + 203 = 612 (100%)
R 241 of 612 ~ 39.38%
G 168 of 612 ~ 27.45%
B 203 of 612 ~ 33.17%

%39.38
%27.45
%33.17

CMYK color model

#F1A8CB color CMYK value is (0,30,16,5).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 15.77%
  • key color value is 5.49%
CMYK:
(0,30,16,5)
C0M30Y16K5 
(0%,30%,16%,5%)
(0.00/0.30/0.16/0.05)	

CMYK percentages

%0
%30.29
%15.77
%5.49

Codes

Color #F1A8CB in popluar color models

F1A8CB
RGB241168203
HSL331°72.28%80.20%
HSB/HSV331°30.29%94.51%
CMYK0.00%30.29%15.77%
5.49%

Color #F1A8CB in popluar number systems.

HEXF1A8CB
Decimal241168203
Binary111100011010100011001011
Octal361250313

Shades and tints

Shades of #F1A8CB

#F1A8CB
(241,168,203)
#DC99B9
(220,153,185)
#C78AA7
(199,138,167)
#B27B95
(178,123,149)
#9D6C83
(157,108,131)
#885D71
(136,93,113)
#734E5F
(115,78,95)
#5E3F4D
(94,63,77)
#49303B
(73,48,59)
#342129
(52,33,41)
#1F1217
(31,18,23)
#000000
(0,0,0)

Tints of #F1A8CB

#F1A8CB
(241,168,203)
#F2AFCF
(242,175,207)
#F3B6D3
(243,182,211)
#F4BDD7
(244,189,215)
#F5C4DB
(245,196,219)
#F6CBDF
(246,203,223)
#F7D2E3
(247,210,227)
#F8D9E7
(248,217,231)
#F9E0EB
(249,224,235)
#FAE7EF
(250,231,239)
#FBEEF3
(251,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A8CB color. Also use rgb(241,168,203) instead hex code.

Text Font Color

.myTextColor { color: #F1A8CB; }

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

This text font color is #F1A8CB.


Background Color

.myBgColor { background-color: #F1A8CB; }

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

This div background color is #F1A8CB.


Border color

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

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

This div border color is #F1A8CB.


Opacity

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

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

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

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

This text has shadow with #F1A8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A8CB on black background.


Color preview on white background

This text has color #F1A8CB on white background.



Black color preview on #F1A8CB background

This text has black color on #F1A8CB background.


White color preview on #F1A8CB background

This text has white color on #F1A8CB background.