COLOR #F2AFBB

HEX: #F2AFBB RGB: (242,175,187)

Color info

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

RGB color model

#F2AFBB color RGB value is (242,175,187).

RGB: (242,175,187) (95%, 69%, 73%)

RGB channels and saturation

R 242 of 255 = 95%
G 175 of 255 = 69%
B 187 of 255 = 73%

242
175
187

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

Portions of RGB colors in percentages

R + G + B = 242 + 175 + 187 = 604 (100%)
R 242 of 604 ~ 40.07%
G 175 of 604 ~ 28.97%
B 187 of 604 ~ 30.96'%

%40.07
%28.97
%30.96

CMYK color model

#F2AFBB color CMYK value is (0,28,23,5).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 22.73%
  • key color value is 5.10%

CMYK: (0,28,23,5)
C0M28Y23K5 (0%, 28%, 23%, 5%)
(0.00 / 0.28 / 0.23 / 0.05)

CMYK percentages

%0
%27.69
%22.73
%5.1

Codes

Color #F2AFBB in popluar color models

F2 AF BB
RGB 242 175 187
HSL 349° 72.04% 81.76%
HSB/HSV 349° 27.69% 94.90%
CMYK 0.00% 27.69% 22.73%
5.10%

Color #F2AFBB in popluar number systems.

HEX F2 AF BB
Decimal 242 175 187
Binary 11110010 10101111 10111011
Octal 362 257 273

Shades and tints

Shades of #F2AFBB

#F2AFBB
(242,175,187)
#DCA0AA
(220,160,170)
#C69199
(198,145,153)
#B08288
(176,130,136)
#9A7377
(154,115,119)
#846466
(132,100,102)
#6E5555
(110,85,85)
#584644
(88,70,68)
#423733
(66,55,51)
#2C2822
(44,40,34)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #F2AFBB

#F2AFBB
(242,175,187)
#F3B6C1
(243,182,193)
#F4BDC7
(244,189,199)
#F5C4CD
(245,196,205)
#F6CBD3
(246,203,211)
#F7D2D9
(247,210,217)
#F8D9DF
(248,217,223)
#F9E0E5
(249,224,229)
#FAE7EB
(250,231,235)
#FBEEF1
(251,238,241)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2AFBB color. Also use rgb(242,175,187) instead hex code.

Text Font Color

.myTextColor { color: #F2AFBB; }

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

This text font color is #F2AFBB.

Background Color

.myBgColor { background-color: #F2AFBB; }

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

This div background color is #F2AFBB.

Border color

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

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

This div border color is #F2AFBB.

Opacity

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

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

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

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

This text has shadow with #F2AFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2AFBB.

Preview

Color preview on black background

This text has color #F2AFBB on black background.


Color preview on white background

This text has color #F2AFBB on white background.


Black color preview on #F2AFBB background

This text has black color on #F2AFBB background.


White color preview on #F2AFBB background

This text has white color on #F2AFBB background.


Related colors

Complementary color

Complementary color for #hex is #0D5044.


I love getcolorcode.com

Triadic colors

1 #BBF2AF and #AFBBF2 with #F2AFBB are triadic colors.

2 #BBAFF2 and #AFF2BB with #F2AFBB are triadic colors.