COLOR #F0AEC2

HEX: #F0AEC2 RGB: (240,174,194)

Color info

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

RGB color model

#F0AEC2 color RGB value is (240,174,194).

RGB: (240,174,194) (94%, 68%, 76%)

RGB channels and saturation

R 240 of 255 = 94%
G 174 of 255 = 68%
B 194 of 255 = 76%

240
174
194

R + G + B ~ 79%. #F0AEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 174 + 194 = 608 (100%)
R 240 of 608 ~ 39.47%
G 174 of 608 ~ 28.62%
B 194 of 608 ~ 31.91'%

%39.47
%28.62
%31.91

CMYK color model

#F0AEC2 color CMYK value is (0,28,19,6).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 19.17%
  • key color value is 5.88%
CMYK: (0,28,19,6) C0M28Y19K6 (0%,28%,19%,6%) (0.00/0.28/0.19/0.06) 

CMYK percentages

%0
%27.5
%19.17
%5.88

Codes

Color #F0AEC2 in popluar color models

F0 AE C2
RGB 240 174 194
HSL 342° 68.75% 81.18%
HSB/HSV 342° 27.50% 94.12%
CMYK 0.00% 27.50% 19.17%
5.88%

Color #F0AEC2 in popluar number systems.

HEX F0 AE C2
Decimal 240 174 194
Binary 11110000 10101110 11000010
Octal 360 256 302

Shades and tints

Shades of #F0AEC2

#F0AEC2
(240,174,194)
#DB9FB1
(219,159,177)
#C690A0
(198,144,160)
#B1818F
(177,129,143)
#9C727E
(156,114,126)
#87636D
(135,99,109)
#72545C
(114,84,92)
#5D454B
(93,69,75)
#48363A
(72,54,58)
#332729
(51,39,41)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #F0AEC2

#F0AEC2
(240,174,194)
#F1B5C7
(241,181,199)
#F2BCCC
(242,188,204)
#F3C3D1
(243,195,209)
#F4CAD6
(244,202,214)
#F5D1DB
(245,209,219)
#F6D8E0
(246,216,224)
#F7DFE5
(247,223,229)
#F8E6EA
(248,230,234)
#F9EDEF
(249,237,239)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0AEC2 color. Also use rgb(240,174,194) instead hex code.

Text Font Color

.myTextColor { color: #F0AEC2; }

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

This text font color is #F0AEC2.

Background Color

.myBgColor { background-color: #F0AEC2; }

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

This div background color is #F0AEC2.

Border color

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

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

This div border color is #F0AEC2.

Opacity

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

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

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

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

This text has shadow with #F0AEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AEC2.

Preview

Color preview on black background

This text has color #F0AEC2 on black background.


Color preview on white background

This text has color #F0AEC2 on white background.


Black color preview on #F0AEC2 background

This text has black color on #F0AEC2 background.


White color preview on #F0AEC2 background

This text has white color on #F0AEC2 background.


Related colors

Complementary color

Complementary color for #hex is #0F513D.


I love getcolorcode.com

Triadic colors

1 #C2F0AE and #AEC2F0 with #F0AEC2 are triadic colors.

2 #C2AEF0 and #AEF0C2 with #F0AEC2 are triadic colors.