COLOR #F1A8DA

HEX: #F1A8DA RGB: (241,168,218)

Color info

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

RGB color model

#F1A8DA color RGB value is (241,168,218).

RGB: (241,168,218) (95%, 66%, 85%)

RGB channels and saturation

R 241 of 255 = 95%
G 168 of 255 = 66%
B 218 of 255 = 85%

241
168
218

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

Portions of RGB colors in percentages

R + G + B = 241 + 168 + 218 = 627 (100%)
R 241 of 627 ~ 38.44%
G 168 of 627 ~ 26.79%
B 218 of 627 ~ 34.77'%

%38.44
%26.79
%34.77

CMYK color model

#F1A8DA color CMYK value is (0,30,10,5).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 9.54%
  • key color value is 5.49%

CMYK: (0,30,10,5)
C0M30Y10K5 (0%, 30%, 10%, 5%)
(0.00 / 0.30 / 0.10 / 0.05)

CMYK percentages

%0
%30.29
%9.54
%5.49

Codes

Color #F1A8DA in popluar color models

F1 A8 DA
RGB 241 168 218
HSL 319° 72.28% 80.20%
HSB/HSV 319° 30.29% 94.51%
CMYK 0.00% 30.29% 9.54%
5.49%

Color #F1A8DA in popluar number systems.

HEX F1 A8 DA
Decimal 241 168 218
Binary 11110001 10101000 11011010
Octal 361 250 332

Shades and tints

Shades of #F1A8DA

#F1A8DA
(241,168,218)
#DC99C7
(220,153,199)
#C78AB4
(199,138,180)
#B27BA1
(178,123,161)
#9D6C8E
(157,108,142)
#885D7B
(136,93,123)
#734E68
(115,78,104)
#5E3F55
(94,63,85)
#493042
(73,48,66)
#34212F
(52,33,47)
#1F121C
(31,18,28)
#000000
(0,0,0)

Tints of #F1A8DA

#F1A8DA
(241,168,218)
#F2AFDD
(242,175,221)
#F3B6E0
(243,182,224)
#F4BDE3
(244,189,227)
#F5C4E6
(245,196,230)
#F6CBE9
(246,203,233)
#F7D2EC
(247,210,236)
#F8D9EF
(248,217,239)
#F9E0F2
(249,224,242)
#FAE7F5
(250,231,245)
#FBEEF8
(251,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A8DA color. Also use rgb(241,168,218) instead hex code.

Text Font Color

.myTextColor { color: #F1A8DA; }

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

This text font color is #F1A8DA.

Background Color

.myBgColor { background-color: #F1A8DA; }

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

This div background color is #F1A8DA.

Border color

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

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

This div border color is #F1A8DA.

Opacity

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

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

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

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

This text has shadow with #F1A8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1A8DA.

Preview

Color preview on black background

This text has color #F1A8DA on black background.


Color preview on white background

This text has color #F1A8DA on white background.


Black color preview on #F1A8DA background

This text has black color on #F1A8DA background.


White color preview on #F1A8DA background

This text has white color on #F1A8DA background.


Related colors

Complementary color

Complementary color for #hex is #0E5725.


I love getcolorcode.com

Triadic colors

1 #DAF1A8 and #A8DAF1 with #F1A8DA are triadic colors.

2 #DAA8F1 and #A8F1DA with #F1A8DA are triadic colors.