COLOR #F0ADD2

HEX: #F0ADD2
RGB: (240,173,210)

Color info

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

RGB color model

#F0ADD2 color RGB value is (240,173,210).

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

RGB channels and saturation

R 240 of 255 = 94%
G 173 of 255 = 68%
B 210 of 255 = 82%

240
173
210

R + G + B ~ 81%. #F0ADD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 173 + 210 = 623 (100%)
R 240 of 623 ~ 38.52%
G 173 of 623 ~ 27.77%
B 210 of 623 ~ 33.71%

%38.52
%27.77
%33.71

CMYK color model

#F0ADD2 color CMYK value is (0,28,13,6).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 12.50%
  • key color value is 5.88%
CMYK:
(0,28,13,6)
C0M28Y13K6 
(0%,28%,13%,6%)
(0.00/0.28/0.13/0.06)	

CMYK percentages

%0
%27.92
%12.5
%5.88

Codes

Color #F0ADD2 in popluar color models

F0ADD2
RGB240173210
HSL327°69.07%80.98%
HSB/HSV327°27.92%94.12%
CMYK0.00%27.92%12.50%
5.88%

Color #F0ADD2 in popluar number systems.

HEXF0ADD2
Decimal240173210
Binary111100001010110111010010
Octal360255322

Shades and tints

Shades of #F0ADD2

#F0ADD2
(240,173,210)
#DB9EBF
(219,158,191)
#C68FAC
(198,143,172)
#B18099
(177,128,153)
#9C7186
(156,113,134)
#876273
(135,98,115)
#725360
(114,83,96)
#5D444D
(93,68,77)
#48353A
(72,53,58)
#332627
(51,38,39)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #F0ADD2

#F0ADD2
(240,173,210)
#F1B4D6
(241,180,214)
#F2BBDA
(242,187,218)
#F3C2DE
(243,194,222)
#F4C9E2
(244,201,226)
#F5D0E6
(245,208,230)
#F6D7EA
(246,215,234)
#F7DEEE
(247,222,238)
#F8E5F2
(248,229,242)
#F9ECF6
(249,236,246)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ADD2; }

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

This text font color is #F0ADD2.


Background Color

.myBgColor { background-color: #F0ADD2; }

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

This div background color is #F0ADD2.


Border color

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

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

This div border color is #F0ADD2.


Opacity

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

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

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

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

This text has shadow with #F0ADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ADD2 on black background.


Color preview on white background

This text has color #F0ADD2 on white background.



Black color preview on #F0ADD2 background

This text has black color on #F0ADD2 background.


White color preview on #F0ADD2 background

This text has white color on #F0ADD2 background.