COLOR #F8A4CB

HEX: #F8A4CB
RGB: (248,164,203)

Color info

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

RGB color model

#F8A4CB color RGB value is (248,164,203).

  • red value is 248;
  • green value is 164;
  • blue value is 203.
RGB:
(248,164,203)
(97%,64%,80%)

RGB channels and saturation

R 248 of 255 = 97%
G 164 of 255 = 64%
B 203 of 255 = 80%

248
164
203

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

Portions of RGB colors in percentages

R + G + B =
248 + 164 + 203 = 615 (100%)
R 248 of 615 ~ 40.33%
G 164 of 615 ~ 26.67%
B 203 of 615 ~ 33.01%

%40.33
%26.67
%33.01

CMYK color model

#F8A4CB color CMYK value is (0,34,18,3).

  • cyan value is 0.00%
  • magenta value is 33.87%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(0,34,18,3)
C0M34Y18K3 
(0%,34%,18%,3%)
(0.00/0.34/0.18/0.03)	

CMYK percentages

%0
%33.87
%18.15
%2.75

Codes

Color #F8A4CB in popluar color models

F8A4CB
RGB248164203
HSL332°85.71%80.78%
HSB/HSV332°33.87%97.25%
CMYK0.00%33.87%18.15%
2.75%

Color #F8A4CB in popluar number systems.

HEXF8A4CB
Decimal248164203
Binary111110001010010011001011
Octal370244313

Shades and tints

Shades of #F8A4CB

#F8A4CB
(248,164,203)
#E296B9
(226,150,185)
#CC88A7
(204,136,167)
#B67A95
(182,122,149)
#A06C83
(160,108,131)
#8A5E71
(138,94,113)
#74505F
(116,80,95)
#5E424D
(94,66,77)
#48343B
(72,52,59)
#322629
(50,38,41)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #F8A4CB

#F8A4CB
(248,164,203)
#F8ACCF
(248,172,207)
#F8B4D3
(248,180,211)
#F8BCD7
(248,188,215)
#F8C4DB
(248,196,219)
#F8CCDF
(248,204,223)
#F8D4E3
(248,212,227)
#F8DCE7
(248,220,231)
#F8E4EB
(248,228,235)
#F8ECEF
(248,236,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A4CB color. Also use rgb(248,164,203) instead hex code.

Text Font Color

.myTextColor { color: #F8A4CB; }

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

This text font color is #F8A4CB.


Background Color

.myBgColor { background-color: #F8A4CB; }

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

This div background color is #F8A4CB.


Border color

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

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

This div border color is #F8A4CB.


Opacity

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

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

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

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

This text has shadow with #F8A4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A4CB on black background.


Color preview on white background

This text has color #F8A4CB on white background.



Black color preview on #F8A4CB background

This text has black color on #F8A4CB background.


White color preview on #F8A4CB background

This text has white color on #F8A4CB background.