COLOR #F0AFE3

HEX: #F0AFE3 RGB: (240,175,227)

Color info

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

RGB color model

#F0AFE3 color RGB value is (240,175,227).

RGB: (240,175,227) (94%, 69%, 89%)

RGB channels and saturation

R 240 of 255 = 94%
G 175 of 255 = 69%
B 227 of 255 = 89%

240
175
227

R + G + B ~ 84%. #F0AFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 175 + 227 = 642 (100%)
R 240 of 642 ~ 37.38%
G 175 of 642 ~ 27.26%
B 227 of 642 ~ 35.36'%

%37.38
%27.26
%35.36

CMYK color model

#F0AFE3 color CMYK value is (0,27,5,6).

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

CMYK: (0,27,5,6)
C0M27Y5K6 (0%, 27%, 5%, 6%)
(0.00 / 0.27 / 0.05 / 0.06)

CMYK percentages

%0
%27.08
%5.42
%5.88

Codes

Color #F0AFE3 in popluar color models

F0 AF E3
RGB 240 175 227
HSL 312° 68.42% 81.37%
HSB/HSV 312° 27.08% 94.12%
CMYK 0.00% 27.08% 5.42%
5.88%

Color #F0AFE3 in popluar number systems.

HEX F0 AF E3
Decimal 240 175 227
Binary 11110000 10101111 11100011
Octal 360 257 343

Shades and tints

Shades of #F0AFE3

#F0AFE3
(240,175,227)
#DBA0CF
(219,160,207)
#C691BB
(198,145,187)
#B182A7
(177,130,167)
#9C7393
(156,115,147)
#87647F
(135,100,127)
#72556B
(114,85,107)
#5D4657
(93,70,87)
#483743
(72,55,67)
#33282F
(51,40,47)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #F0AFE3

#F0AFE3
(240,175,227)
#F1B6E5
(241,182,229)
#F2BDE7
(242,189,231)
#F3C4E9
(243,196,233)
#F4CBEB
(244,203,235)
#F5D2ED
(245,210,237)
#F6D9EF
(246,217,239)
#F7E0F1
(247,224,241)
#F8E7F3
(248,231,243)
#F9EEF5
(249,238,245)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AFE3; }

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

This text font color is #F0AFE3.

Background Color

.myBgColor { background-color: #F0AFE3; }

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

This div background color is #F0AFE3.

Border color

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

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

This div border color is #F0AFE3.

Opacity

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

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

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

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

This text has shadow with #F0AFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0AFE3.

Preview

Color preview on black background

This text has color #F0AFE3 on black background.


Color preview on white background

This text has color #F0AFE3 on white background.


Black color preview on #F0AFE3 background

This text has black color on #F0AFE3 background.


White color preview on #F0AFE3 background

This text has white color on #F0AFE3 background.


Related colors

Complementary color

Complementary color for #hex is #0F501C.


I love getcolorcode.com

Triadic colors

1 #E3F0AF and #AFE3F0 with #F0AFE3 are triadic colors.

2 #E3AFF0 and #AFF0E3 with #F0AFE3 are triadic colors.