COLOR #F0AFBB

HEX: #F0AFBB RGB: (240,175,187)

Color info

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

RGB color model

#F0AFBB color RGB value is (240,175,187).

RGB: (240,175,187) (94%, 69%, 73%)

RGB channels and saturation

R 240 of 255 = 94%
G 175 of 255 = 69%
B 187 of 255 = 73%

240
175
187

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

Portions of RGB colors in percentages

R + G + B = 240 + 175 + 187 = 602 (100%)
R 240 of 602 ~ 39.87%
G 175 of 602 ~ 29.07%
B 187 of 602 ~ 31.06'%

%39.87
%29.07
%31.06

CMYK color model

#F0AFBB color CMYK value is (0,27,22,6).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 22.08%
  • key color value is 5.88%

CMYK: (0,27,22,6)
C0M27Y22K6 (0%, 27%, 22%, 6%)
(0.00 / 0.27 / 0.22 / 0.06)

CMYK percentages

%0
%27.08
%22.08
%5.88

Codes

Color #F0AFBB in popluar color models

F0 AF BB
RGB 240 175 187
HSL 349° 68.42% 81.37%
HSB/HSV 349° 27.08% 94.12%
CMYK 0.00% 27.08% 22.08%
5.88%

Color #F0AFBB in popluar number systems.

HEX F0 AF BB
Decimal 240 175 187
Binary 11110000 10101111 10111011
Octal 360 257 273

Shades and tints

Shades of #F0AFBB

#F0AFBB
(240,175,187)
#DBA0AA
(219,160,170)
#C69199
(198,145,153)
#B18288
(177,130,136)
#9C7377
(156,115,119)
#876466
(135,100,102)
#725555
(114,85,85)
#5D4644
(93,70,68)
#483733
(72,55,51)
#332822
(51,40,34)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #F0AFBB

#F0AFBB
(240,175,187)
#F1B6C1
(241,182,193)
#F2BDC7
(242,189,199)
#F3C4CD
(243,196,205)
#F4CBD3
(244,203,211)
#F5D2D9
(245,210,217)
#F6D9DF
(246,217,223)
#F7E0E5
(247,224,229)
#F8E7EB
(248,231,235)
#F9EEF1
(249,238,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AFBB; }

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

This text font color is #F0AFBB.

Background Color

.myBgColor { background-color: #F0AFBB; }

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

This div background color is #F0AFBB.

Border color

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

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

This div border color is #F0AFBB.

Opacity

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

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

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

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

This text has shadow with #F0AFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AFBB.

Preview

Color preview on black background

This text has color #F0AFBB on black background.


Color preview on white background

This text has color #F0AFBB on white background.


Black color preview on #F0AFBB background

This text has black color on #F0AFBB background.


White color preview on #F0AFBB background

This text has white color on #F0AFBB background.


Related colors

Complementary color

Complementary color for #hex is #0F5044.


I love getcolorcode.com

Triadic colors

1 #BBF0AF and #AFBBF0 with #F0AFBB are triadic colors.

2 #BBAFF0 and #AFF0BB with #F0AFBB are triadic colors.