COLOR #F0A7CB

HEX: #F0A7CB
RGB: (240,167,203)

Color info

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

RGB color model

#F0A7CB color RGB value is (240,167,203).

  • red value is 240;
  • green value is 167;
  • blue value is 203.
RGB:
(240,167,203)
(94%,65%,80%)

RGB channels and saturation

R 240 of 255 = 94%
G 167 of 255 = 65%
B 203 of 255 = 80%

240
167
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 167 + 203 = 610 (100%)
R 240 of 610 ~ 39.34%
G 167 of 610 ~ 27.38%
B 203 of 610 ~ 33.28%

%39.34
%27.38
%33.28

CMYK color model

#F0A7CB color CMYK value is (0,30,15,6).

  • cyan value is 0.00%
  • magenta value is 30.42%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(0,30,15,6)
C0M30Y15K6 
(0%,30%,15%,6%)
(0.00/0.30/0.15/0.06)	

CMYK percentages

%0
%30.42
%15.42
%5.88

Codes

Color #F0A7CB in popluar color models

F0A7CB
RGB240167203
HSL330°70.87%79.80%
HSB/HSV330°30.42%94.12%
CMYK0.00%30.42%15.42%
5.88%

Color #F0A7CB in popluar number systems.

HEXF0A7CB
Decimal240167203
Binary111100001010011111001011
Octal360247313

Shades and tints

Shades of #F0A7CB

#F0A7CB
(240,167,203)
#DB98B9
(219,152,185)
#C689A7
(198,137,167)
#B17A95
(177,122,149)
#9C6B83
(156,107,131)
#875C71
(135,92,113)
#724D5F
(114,77,95)
#5D3E4D
(93,62,77)
#482F3B
(72,47,59)
#332029
(51,32,41)
#1E1117
(30,17,23)
#000000
(0,0,0)

Tints of #F0A7CB

#F0A7CB
(240,167,203)
#F1AFCF
(241,175,207)
#F2B7D3
(242,183,211)
#F3BFD7
(243,191,215)
#F4C7DB
(244,199,219)
#F5CFDF
(245,207,223)
#F6D7E3
(246,215,227)
#F7DFE7
(247,223,231)
#F8E7EB
(248,231,235)
#F9EFEF
(249,239,239)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A7CB color. Also use rgb(240,167,203) instead hex code.

Text Font Color

.myTextColor { color: #F0A7CB; }

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

This text font color is #F0A7CB.


Background Color

.myBgColor { background-color: #F0A7CB; }

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

This div background color is #F0A7CB.


Border color

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

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

This div border color is #F0A7CB.


Opacity

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

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

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

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

This text has shadow with #F0A7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A7CB on black background.


Color preview on white background

This text has color #F0A7CB on white background.



Black color preview on #F0A7CB background

This text has black color on #F0A7CB background.


White color preview on #F0A7CB background

This text has white color on #F0A7CB background.