COLOR #F1BEEB

HEX: #F1BEEB RGB: (241,190,235)

Color info

#F1BEEB contains red, green and blue colors in about the same proportion. Web safe color of #F1BEEB is #FFCCFF (or #FCF).

RGB color model

#F1BEEB color RGB value is (241,190,235).

RGB: (241,190,235) (95%, 75%, 92%)

RGB channels and saturation

R 241 of 255 = 95%
G 190 of 255 = 75%
B 235 of 255 = 92%

241
190
235

R + G + B ~ 87%. #F1BEEB is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 190 + 235 = 666 (100%)
R 241 of 666 ~ 36.19%
G 190 of 666 ~ 28.53%
B 235 of 666 ~ 35.29'%

%36.19
%28.53
%35.29

CMYK color model

#F1BEEB color CMYK value is (0,21,2,5).

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

CMYK: (0,21,2,5)
C0M21Y2K5 (0%, 21%, 2%, 5%)
(0.00 / 0.21 / 0.02 / 0.05)

CMYK percentages

%0
%21.16
%2.49
%5.49

Codes

Color #F1BEEB in popluar color models

F1 BE EB
RGB 241 190 235
HSL 307° 64.56% 84.51%
HSB/HSV 307° 21.16% 94.51%
CMYK 0.00% 21.16% 2.49%
5.49%

Color #F1BEEB in popluar number systems.

HEX F1 BE EB
Decimal 241 190 235
Binary 11110001 10111110 11101011
Octal 361 276 353

Shades and tints

Shades of #F1BEEB

#F1BEEB
(241,190,235)
#DCADD6
(220,173,214)
#C79CC1
(199,156,193)
#B28BAC
(178,139,172)
#9D7A97
(157,122,151)
#886982
(136,105,130)
#73586D
(115,88,109)
#5E4758
(94,71,88)
#493643
(73,54,67)
#34252E
(52,37,46)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #F1BEEB

#F1BEEB
(241,190,235)
#F2C3EC
(242,195,236)
#F3C8ED
(243,200,237)
#F4CDEE
(244,205,238)
#F5D2EF
(245,210,239)
#F6D7F0
(246,215,240)
#F7DCF1
(247,220,241)
#F8E1F2
(248,225,242)
#F9E6F3
(249,230,243)
#FAEBF4
(250,235,244)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BEEB; }

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

This text font color is #F1BEEB.

Background Color

.myBgColor { background-color: #F1BEEB; }

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

This div background color is #F1BEEB.

Border color

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

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

This div border color is #F1BEEB.

Opacity

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

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

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

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

This text has shadow with #F1BEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1BEEB.

Preview

Color preview on black background

This text has color #F1BEEB on black background.


Color preview on white background

This text has color #F1BEEB on white background.


Black color preview on #F1BEEB background

This text has black color on #F1BEEB background.


White color preview on #F1BEEB background

This text has white color on #F1BEEB background.


Related colors

Complementary color

Complementary color for #hex is #0E4114.


I love getcolorcode.com

Triadic colors

1 #EBF1BE and #BEEBF1 with #F1BEEB are triadic colors.

2 #EBBEF1 and #BEF1EB with #F1BEEB are triadic colors.