COLOR #F4AEC0

HEX: #F4AEC0
RGB: (244,174,192)

Color info

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

RGB color model

#F4AEC0 color RGB value is (244,174,192).

  • red value is 244;
  • green value is 174;
  • blue value is 192.
RGB:
(244,174,192)
(96%,68%,75%)

RGB channels and saturation

R 244 of 255 = 96%
G 174 of 255 = 68%
B 192 of 255 = 75%

244
174
192

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

Portions of RGB colors in percentages

R + G + B =
244 + 174 + 192 = 610 (100%)
R 244 of 610 ~ 40%
G 174 of 610 ~ 28.52%
B 192 of 610 ~ 31.48%

%40
%28.52
%31.48

CMYK color model

#F4AEC0 color CMYK value is (0,29,21,4).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 21.31%
  • key color value is 4.31%
CMYK:
(0,29,21,4)
C0M29Y21K4 
(0%,29%,21%,4%)
(0.00/0.29/0.21/0.04)	

CMYK percentages

%0
%28.69
%21.31
%4.31

Codes

Color #F4AEC0 in popluar color models

F4AEC0
RGB244174192
HSL345°76.09%81.96%
HSB/HSV345°28.69%95.69%
CMYK0.00%28.69%21.31%
4.31%

Color #F4AEC0 in popluar number systems.

HEXF4AEC0
Decimal244174192
Binary111101001010111011000000
Octal364256300

Shades and tints

Shades of #F4AEC0

#F4AEC0
(244,174,192)
#DE9FAF
(222,159,175)
#C8909E
(200,144,158)
#B2818D
(178,129,141)
#9C727C
(156,114,124)
#86636B
(134,99,107)
#70545A
(112,84,90)
#5A4549
(90,69,73)
#443638
(68,54,56)
#2E2727
(46,39,39)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #F4AEC0

#F4AEC0
(244,174,192)
#F5B5C5
(245,181,197)
#F6BCCA
(246,188,202)
#F7C3CF
(247,195,207)
#F8CAD4
(248,202,212)
#F9D1D9
(249,209,217)
#FAD8DE
(250,216,222)
#FBDFE3
(251,223,227)
#FCE6E8
(252,230,232)
#FDEDED
(253,237,237)
#FEF4F2
(254,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4AEC0 color. Also use rgb(244,174,192) instead hex code.

Text Font Color

.myTextColor { color: #F4AEC0; }

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

This text font color is #F4AEC0.


Background Color

.myBgColor { background-color: #F4AEC0; }

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

This div background color is #F4AEC0.


Border color

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

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

This div border color is #F4AEC0.


Opacity

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

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

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

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

This text has shadow with #F4AEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4AEC0 on black background.


Color preview on white background

This text has color #F4AEC0 on white background.



Black color preview on #F4AEC0 background

This text has black color on #F4AEC0 background.


White color preview on #F4AEC0 background

This text has white color on #F4AEC0 background.