COLOR #F1AFD0

HEX: #F1AFD0
RGB: (241,175,208)

Color info

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

RGB color model

#F1AFD0 color RGB value is (241,175,208).

  • red value is 241;
  • green value is 175;
  • blue value is 208.
RGB:
(241,175,208)
(95%,69%,82%)

RGB channels and saturation

R 241 of 255 = 95%
G 175 of 255 = 69%
B 208 of 255 = 82%

241
175
208

R + G + B ~ 82%. #F1AFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 175 + 208 = 624 (100%)
R 241 of 624 ~ 38.62%
G 175 of 624 ~ 28.04%
B 208 of 624 ~ 33.33%

%38.62
%28.04
%33.33

CMYK color model

#F1AFD0 color CMYK value is (0,27,14,5).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 13.69%
  • key color value is 5.49%
CMYK:
(0,27,14,5)
C0M27Y14K5 
(0%,27%,14%,5%)
(0.00/0.27/0.14/0.05)	

CMYK percentages

%0
%27.39
%13.69
%5.49

Codes

Color #F1AFD0 in popluar color models

F1AFD0
RGB241175208
HSL330°70.21%81.57%
HSB/HSV330°27.39%94.51%
CMYK0.00%27.39%13.69%
5.49%

Color #F1AFD0 in popluar number systems.

HEXF1AFD0
Decimal241175208
Binary111100011010111111010000
Octal361257320

Shades and tints

Shades of #F1AFD0

#F1AFD0
(241,175,208)
#DCA0BE
(220,160,190)
#C791AC
(199,145,172)
#B2829A
(178,130,154)
#9D7388
(157,115,136)
#886476
(136,100,118)
#735564
(115,85,100)
#5E4652
(94,70,82)
#493740
(73,55,64)
#34282E
(52,40,46)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #F1AFD0

#F1AFD0
(241,175,208)
#F2B6D4
(242,182,212)
#F3BDD8
(243,189,216)
#F4C4DC
(244,196,220)
#F5CBE0
(245,203,224)
#F6D2E4
(246,210,228)
#F7D9E8
(247,217,232)
#F8E0EC
(248,224,236)
#F9E7F0
(249,231,240)
#FAEEF4
(250,238,244)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AFD0; }

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

This text font color is #F1AFD0.


Background Color

.myBgColor { background-color: #F1AFD0; }

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

This div background color is #F1AFD0.


Border color

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

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

This div border color is #F1AFD0.


Opacity

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

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

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

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

This text has shadow with #F1AFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AFD0 on black background.


Color preview on white background

This text has color #F1AFD0 on white background.



Black color preview on #F1AFD0 background

This text has black color on #F1AFD0 background.


White color preview on #F1AFD0 background

This text has white color on #F1AFD0 background.