COLOR #F1AFBE

HEX: #F1AFBE RGB: (241,175,190)

Color info

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

RGB color model

#F1AFBE color RGB value is (241,175,190).

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

RGB channels and saturation

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

241
175
190

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

Portions of RGB colors in percentages

R + G + B = 241 + 175 + 190 = 606 (100%)
R 241 of 606 ~ 39.77%
G 175 of 606 ~ 28.88%
B 190 of 606 ~ 31.35'%

%39.77
%28.88
%31.35

CMYK color model

#F1AFBE color CMYK value is (0,27,21,5).

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

CMYK: (0,27,21,5)
C0M27Y21K5 (0%, 27%, 21%, 5%)
(0.00 / 0.27 / 0.21 / 0.05)

CMYK percentages

%0
%27.39
%21.16
%5.49

Codes

Color #F1AFBE in popluar color models

F1 AF BE
RGB 241 175 190
HSL 346° 70.21% 81.57%
HSB/HSV 346° 27.39% 94.51%
CMYK 0.00% 27.39% 21.16%
5.49%

Color #F1AFBE in popluar number systems.

HEX F1 AF BE
Decimal 241 175 190
Binary 11110001 10101111 10111110
Octal 361 257 276

Shades and tints

Shades of #F1AFBE

#F1AFBE
(241,175,190)
#DCA0AD
(220,160,173)
#C7919C
(199,145,156)
#B2828B
(178,130,139)
#9D737A
(157,115,122)
#886469
(136,100,105)
#735558
(115,85,88)
#5E4647
(94,70,71)
#493736
(73,55,54)
#342825
(52,40,37)
#1F1914
(31,25,20)
#000000
(0,0,0)

Tints of #F1AFBE

#F1AFBE
(241,175,190)
#F2B6C3
(242,182,195)
#F3BDC8
(243,189,200)
#F4C4CD
(244,196,205)
#F5CBD2
(245,203,210)
#F6D2D7
(246,210,215)
#F7D9DC
(247,217,220)
#F8E0E1
(248,224,225)
#F9E7E6
(249,231,230)
#FAEEEB
(250,238,235)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AFBE; }

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

This text font color is #F1AFBE.

Background Color

.myBgColor { background-color: #F1AFBE; }

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

This div background color is #F1AFBE.

Border color

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

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

This div border color is #F1AFBE.

Opacity

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

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

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

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

This text has shadow with #F1AFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1AFBE.

Preview

Color preview on black background

This text has color #F1AFBE on black background.


Color preview on white background

This text has color #F1AFBE on white background.


Black color preview on #F1AFBE background

This text has black color on #F1AFBE background.


White color preview on #F1AFBE background

This text has white color on #F1AFBE background.


Related colors

Complementary color

Complementary color for #hex is #0E5041.


I love getcolorcode.com

Triadic colors

1 #BEF1AF and #AFBEF1 with #F1AFBE are triadic colors.

2 #BEAFF1 and #AFF1BE with #F1AFBE are triadic colors.