COLOR #F9AFCE

HEX: #F9AFCE RGB: (249,175,206)

Color info

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

RGB color model

#F9AFCE color RGB value is (249,175,206).

RGB: (249,175,206) (98%, 69%, 81%)

RGB channels and saturation

R 249 of 255 = 98%
G 175 of 255 = 69%
B 206 of 255 = 81%

249
175
206

R + G + B ~ 83%. #F9AFCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 175 + 206 = 630 (100%)
R 249 of 630 ~ 39.52%
G 175 of 630 ~ 27.78%
B 206 of 630 ~ 32.7'%

%39.52
%27.78
%32.7

CMYK color model

#F9AFCE color CMYK value is (0,30,17,2).

  • cyan value is 0.00%
  • magenta value is 29.72%
  • yellow value is 17.27%
  • key color value is 2.35%

CMYK: (0,30,17,2)
C0M30Y17K2 (0%, 30%, 17%, 2%)
(0.00 / 0.30 / 0.17 / 0.02)

CMYK percentages

%0
%29.72
%17.27
%2.35

Codes

Color #F9AFCE in popluar color models

F9 AF CE
RGB 249 175 206
HSL 335° 86.05% 83.14%
HSB/HSV 335° 29.72% 97.65%
CMYK 0.00% 29.72% 17.27%
2.35%

Color #F9AFCE in popluar number systems.

HEX F9 AF CE
Decimal 249 175 206
Binary 11111001 10101111 11001110
Octal 371 257 316

Shades and tints

Shades of #F9AFCE

#F9AFCE
(249,175,206)
#E3A0BC
(227,160,188)
#CD91AA
(205,145,170)
#B78298
(183,130,152)
#A17386
(161,115,134)
#8B6474
(139,100,116)
#755562
(117,85,98)
#5F4650
(95,70,80)
#49373E
(73,55,62)
#33282C
(51,40,44)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #F9AFCE

#F9AFCE
(249,175,206)
#F9B6D2
(249,182,210)
#F9BDD6
(249,189,214)
#F9C4DA
(249,196,218)
#F9CBDE
(249,203,222)
#F9D2E2
(249,210,226)
#F9D9E6
(249,217,230)
#F9E0EA
(249,224,234)
#F9E7EE
(249,231,238)
#F9EEF2
(249,238,242)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9AFCE color. Also use rgb(249,175,206) instead hex code.

Text Font Color

.myTextColor { color: #F9AFCE; }

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

This text font color is #F9AFCE.

Background Color

.myBgColor { background-color: #F9AFCE; }

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

This div background color is #F9AFCE.

Border color

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

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

This div border color is #F9AFCE.

Opacity

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

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

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

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

This text has shadow with #F9AFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9AFCE.

Preview

Color preview on black background

This text has color #F9AFCE on black background.


Color preview on white background

This text has color #F9AFCE on white background.


Black color preview on #F9AFCE background

This text has black color on #F9AFCE background.


White color preview on #F9AFCE background

This text has white color on #F9AFCE background.


Related colors

Complementary color

Complementary color for #hex is #065031.


I love getcolorcode.com

Triadic colors

1 #CEF9AF and #AFCEF9 with #F9AFCE are triadic colors.

2 #CEAFF9 and #AFF9CE with #F9AFCE are triadic colors.