COLOR #F1AFC0

HEX: #F1AFC0 RGB: (241,175,192)

Color info

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

RGB color model

#F1AFC0 color RGB value is (241,175,192).

RGB: (241,175,192) (95%, 69%, 75%)

RGB channels and saturation

R 241 of 255 = 95%
G 175 of 255 = 69%
B 192 of 255 = 75%

241
175
192

R + G + B ~ 80%. #F1AFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 175 + 192 = 608 (100%)
R 241 of 608 ~ 39.64%
G 175 of 608 ~ 28.78%
B 192 of 608 ~ 31.58'%

%39.64
%28.78
%31.58

CMYK color model

#F1AFC0 color CMYK value is (0,27,20,5).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 20.33%
  • key color value is 5.49%

CMYK: (0,27,20,5)
C0M27Y20K5 (0%, 27%, 20%, 5%)
(0.00 / 0.27 / 0.20 / 0.05)

CMYK percentages

%0
%27.39
%20.33
%5.49

Codes

Color #F1AFC0 in popluar color models

F1 AF C0
RGB 241 175 192
HSL 345° 70.21% 81.57%
HSB/HSV 345° 27.39% 94.51%
CMYK 0.00% 27.39% 20.33%
5.49%

Color #F1AFC0 in popluar number systems.

HEX F1 AF C0
Decimal 241 175 192
Binary 11110001 10101111 11000000
Octal 361 257 300

Shades and tints

Shades of #F1AFC0

#F1AFC0
(241,175,192)
#DCA0AF
(220,160,175)
#C7919E
(199,145,158)
#B2828D
(178,130,141)
#9D737C
(157,115,124)
#88646B
(136,100,107)
#73555A
(115,85,90)
#5E4649
(94,70,73)
#493738
(73,55,56)
#342827
(52,40,39)
#1F1916
(31,25,22)
#000000
(0,0,0)

Tints of #F1AFC0

#F1AFC0
(241,175,192)
#F2B6C5
(242,182,197)
#F3BDCA
(243,189,202)
#F4C4CF
(244,196,207)
#F5CBD4
(245,203,212)
#F6D2D9
(246,210,217)
#F7D9DE
(247,217,222)
#F8E0E3
(248,224,227)
#F9E7E8
(249,231,232)
#FAEEED
(250,238,237)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1AFC0 color. Also use rgb(241,175,192) instead hex code.

Text Font Color

.myTextColor { color: #F1AFC0; }

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

This text font color is #F1AFC0.

Background Color

.myBgColor { background-color: #F1AFC0; }

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

This div background color is #F1AFC0.

Border color

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

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

This div border color is #F1AFC0.

Opacity

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

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

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

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

This text has shadow with #F1AFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1AFC0.

Preview

Color preview on black background

This text has color #F1AFC0 on black background.


Color preview on white background

This text has color #F1AFC0 on white background.


Black color preview on #F1AFC0 background

This text has black color on #F1AFC0 background.


White color preview on #F1AFC0 background

This text has white color on #F1AFC0 background.


Related colors

Complementary color

Complementary color for #hex is #0E503F.


I love getcolorcode.com

Triadic colors

1 #C0F1AF and #AFC0F1 with #F1AFC0 are triadic colors.

2 #C0AFF1 and #AFF1C0 with #F1AFC0 are triadic colors.