COLOR #F0AFD2

HEX: #F0AFD2
RGB: (240,175,210)

Color info

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

RGB color model

#F0AFD2 color RGB value is (240,175,210).

  • red value is 240;
  • green value is 175;
  • blue value is 210.
RGB:
(240,175,210)
(94%,69%,82%)

RGB channels and saturation

R 240 of 255 = 94%
G 175 of 255 = 69%
B 210 of 255 = 82%

240
175
210

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

Portions of RGB colors in percentages

R + G + B =
240 + 175 + 210 = 625 (100%)
R 240 of 625 ~ 38.4%
G 175 of 625 ~ 28%
B 210 of 625 ~ 33.6%

%38.4
%28
%33.6

CMYK color model

#F0AFD2 color CMYK value is (0,27,13,6).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 12.50%
  • key color value is 5.88%
CMYK:
(0,27,13,6)
C0M27Y13K6 
(0%,27%,13%,6%)
(0.00/0.27/0.13/0.06)	

CMYK percentages

%0
%27.08
%12.5
%5.88

Codes

Color #F0AFD2 in popluar color models

F0AFD2
RGB240175210
HSL328°68.42%81.37%
HSB/HSV328°27.08%94.12%
CMYK0.00%27.08%12.50%
5.88%

Color #F0AFD2 in popluar number systems.

HEXF0AFD2
Decimal240175210
Binary111100001010111111010010
Octal360257322

Shades and tints

Shades of #F0AFD2

#F0AFD2
(240,175,210)
#DBA0BF
(219,160,191)
#C691AC
(198,145,172)
#B18299
(177,130,153)
#9C7386
(156,115,134)
#876473
(135,100,115)
#725560
(114,85,96)
#5D464D
(93,70,77)
#48373A
(72,55,58)
#332827
(51,40,39)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #F0AFD2

#F0AFD2
(240,175,210)
#F1B6D6
(241,182,214)
#F2BDDA
(242,189,218)
#F3C4DE
(243,196,222)
#F4CBE2
(244,203,226)
#F5D2E6
(245,210,230)
#F6D9EA
(246,217,234)
#F7E0EE
(247,224,238)
#F8E7F2
(248,231,242)
#F9EEF6
(249,238,246)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AFD2 color. Also use rgb(240,175,210) instead hex code.

Text Font Color

.myTextColor { color: #F0AFD2; }

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

This text font color is #F0AFD2.


Background Color

.myBgColor { background-color: #F0AFD2; }

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

This div background color is #F0AFD2.


Border color

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

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

This div border color is #F0AFD2.


Opacity

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

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

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

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

This text has shadow with #F0AFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AFD2 on black background.


Color preview on white background

This text has color #F0AFD2 on white background.



Black color preview on #F0AFD2 background

This text has black color on #F0AFD2 background.


White color preview on #F0AFD2 background

This text has white color on #F0AFD2 background.