COLOR #F1B8DA

HEX: #F1B8DA RGB: (241,184,218)

Color info

#F1B8DA contains red, green and blue colors in about the same proportion. Web safe color of #F1B8DA is #FFCCCC (or #FCC).

RGB color model

#F1B8DA color RGB value is (241,184,218).

RGB: (241,184,218) (95%, 72%, 85%)

RGB channels and saturation

R 241 of 255 = 95%
G 184 of 255 = 72%
B 218 of 255 = 85%

241
184
218

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

Portions of RGB colors in percentages

R + G + B = 241 + 184 + 218 = 643 (100%)
R 241 of 643 ~ 37.48%
G 184 of 643 ~ 28.62%
B 218 of 643 ~ 33.9'%

%37.48
%28.62
%33.9

CMYK color model

#F1B8DA color CMYK value is (0,24,10,5).

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

CMYK: (0,24,10,5)
C0M24Y10K5 (0%, 24%, 10%, 5%)
(0.00 / 0.24 / 0.10 / 0.05)

CMYK percentages

%0
%23.65
%9.54
%5.49

Codes

Color #F1B8DA in popluar color models

F1 B8 DA
RGB 241 184 218
HSL 324° 67.06% 83.33%
HSB/HSV 324° 23.65% 94.51%
CMYK 0.00% 23.65% 9.54%
5.49%

Color #F1B8DA in popluar number systems.

HEX F1 B8 DA
Decimal 241 184 218
Binary 11110001 10111000 11011010
Octal 361 270 332

Shades and tints

Shades of #F1B8DA

#F1B8DA
(241,184,218)
#DCA8C7
(220,168,199)
#C798B4
(199,152,180)
#B288A1
(178,136,161)
#9D788E
(157,120,142)
#88687B
(136,104,123)
#735868
(115,88,104)
#5E4855
(94,72,85)
#493842
(73,56,66)
#34282F
(52,40,47)
#1F181C
(31,24,28)
#000000
(0,0,0)

Tints of #F1B8DA

#F1B8DA
(241,184,218)
#F2BEDD
(242,190,221)
#F3C4E0
(243,196,224)
#F4CAE3
(244,202,227)
#F5D0E6
(245,208,230)
#F6D6E9
(246,214,233)
#F7DCEC
(247,220,236)
#F8E2EF
(248,226,239)
#F9E8F2
(249,232,242)
#FAEEF5
(250,238,245)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B8DA; }

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

This text font color is #F1B8DA.

Background Color

.myBgColor { background-color: #F1B8DA; }

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

This div background color is #F1B8DA.

Border color

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

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

This div border color is #F1B8DA.

Opacity

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

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

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

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

This text has shadow with #F1B8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B8DA.

Preview

Color preview on black background

This text has color #F1B8DA on black background.


Color preview on white background

This text has color #F1B8DA on white background.


Black color preview on #F1B8DA background

This text has black color on #F1B8DA background.


White color preview on #F1B8DA background

This text has white color on #F1B8DA background.


Related colors

Complementary color

Complementary color for #hex is #0E4725.


I love getcolorcode.com

Triadic colors

1 #DAF1B8 and #B8DAF1 with #F1B8DA are triadic colors.

2 #DAB8F1 and #B8F1DA with #F1B8DA are triadic colors.