COLOR #F7AECF

HEX: #F7AECF
RGB: (247,174,207)

Color info

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

RGB color model

#F7AECF color RGB value is (247,174,207).

  • red value is 247;
  • green value is 174;
  • blue value is 207.
RGB:
(247,174,207)
(97%,68%,81%)

RGB channels and saturation

R 247 of 255 = 97%
G 174 of 255 = 68%
B 207 of 255 = 81%

247
174
207

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

Portions of RGB colors in percentages

R + G + B =
247 + 174 + 207 = 628 (100%)
R 247 of 628 ~ 39.33%
G 174 of 628 ~ 27.71%
B 207 of 628 ~ 32.96%

%39.33
%27.71
%32.96

CMYK color model

#F7AECF color CMYK value is (0,30,16,3).

  • cyan value is 0.00%
  • magenta value is 29.55%
  • yellow value is 16.19%
  • key color value is 3.14%
CMYK:
(0,30,16,3)
C0M30Y16K3 
(0%,30%,16%,3%)
(0.00/0.30/0.16/0.03)	

CMYK percentages

%0
%29.55
%16.19
%3.14

Codes

Color #F7AECF in popluar color models

F7AECF
RGB247174207
HSL333°82.02%82.55%
HSB/HSV333°29.55%96.86%
CMYK0.00%29.55%16.19%
3.14%

Color #F7AECF in popluar number systems.

HEXF7AECF
Decimal247174207
Binary111101111010111011001111
Octal367256317

Shades and tints

Shades of #F7AECF

#F7AECF
(247,174,207)
#E19FBD
(225,159,189)
#CB90AB
(203,144,171)
#B58199
(181,129,153)
#9F7287
(159,114,135)
#896375
(137,99,117)
#735463
(115,84,99)
#5D4551
(93,69,81)
#47363F
(71,54,63)
#31272D
(49,39,45)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #F7AECF

#F7AECF
(247,174,207)
#F7B5D3
(247,181,211)
#F7BCD7
(247,188,215)
#F7C3DB
(247,195,219)
#F7CADF
(247,202,223)
#F7D1E3
(247,209,227)
#F7D8E7
(247,216,231)
#F7DFEB
(247,223,235)
#F7E6EF
(247,230,239)
#F7EDF3
(247,237,243)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7AECF color. Also use rgb(247,174,207) instead hex code.

Text Font Color

.myTextColor { color: #F7AECF; }

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

This text font color is #F7AECF.


Background Color

.myBgColor { background-color: #F7AECF; }

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

This div background color is #F7AECF.


Border color

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

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

This div border color is #F7AECF.


Opacity

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

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

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

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

This text has shadow with #F7AECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7AECF on black background.


Color preview on white background

This text has color #F7AECF on white background.



Black color preview on #F7AECF background

This text has black color on #F7AECF background.


White color preview on #F7AECF background

This text has white color on #F7AECF background.