COLOR #F6BEEE

HEX: #F6BEEE RGB: (246,190,238)

Color info

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

RGB color model

#F6BEEE color RGB value is (246,190,238).

RGB: (246,190,238) (96%, 75%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 190 of 255 = 75%
B 238 of 255 = 93%

246
190
238

R + G + B ~ 88%. #F6BEEE is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 190 + 238 = 674 (100%)
R 246 of 674 ~ 36.5%
G 190 of 674 ~ 28.19%
B 238 of 674 ~ 35.31'%

%36.5
%28.19
%35.31

CMYK color model

#F6BEEE color CMYK value is (0,23,3,4).

  • cyan value is 0.00%
  • magenta value is 22.76%
  • yellow value is 3.25%
  • key color value is 3.53%

CMYK: (0,23,3,4)
C0M23Y3K4 (0%, 23%, 3%, 4%)
(0.00 / 0.23 / 0.03 / 0.04)

CMYK percentages

%0
%22.76
%3.25
%3.53

Codes

Color #F6BEEE in popluar color models

F6 BE EE
RGB 246 190 238
HSL 309° 75.68% 85.49%
HSB/HSV 309° 22.76% 96.47%
CMYK 0.00% 22.76% 3.25%
3.53%

Color #F6BEEE in popluar number systems.

HEX F6 BE EE
Decimal 246 190 238
Binary 11110110 10111110 11101110
Octal 366 276 356

Shades and tints

Shades of #F6BEEE

#F6BEEE
(246,190,238)
#E0ADD9
(224,173,217)
#CA9CC4
(202,156,196)
#B48BAF
(180,139,175)
#9E7A9A
(158,122,154)
#886985
(136,105,133)
#725870
(114,88,112)
#5C475B
(92,71,91)
#463646
(70,54,70)
#302531
(48,37,49)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #F6BEEE

#F6BEEE
(246,190,238)
#F6C3EF
(246,195,239)
#F6C8F0
(246,200,240)
#F6CDF1
(246,205,241)
#F6D2F2
(246,210,242)
#F6D7F3
(246,215,243)
#F6DCF4
(246,220,244)
#F6E1F5
(246,225,245)
#F6E6F6
(246,230,246)
#F6EBF7
(246,235,247)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BEEE color. Also use rgb(246,190,238) instead hex code.

Text Font Color

.myTextColor { color: #F6BEEE; }

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

This text font color is #F6BEEE.

Background Color

.myBgColor { background-color: #F6BEEE; }

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

This div background color is #F6BEEE.

Border color

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

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

This div border color is #F6BEEE.

Opacity

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

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

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

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

This text has shadow with #F6BEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BEEE.

Preview

Color preview on black background

This text has color #F6BEEE on black background.


Color preview on white background

This text has color #F6BEEE on white background.


Black color preview on #F6BEEE background

This text has black color on #F6BEEE background.


White color preview on #F6BEEE background

This text has white color on #F6BEEE background.


Related colors

Complementary color

Complementary color for #hex is #094111.


I love getcolorcode.com

Triadic colors

1 #EEF6BE and #BEEEF6 with #F6BEEE are triadic colors.

2 #EEBEF6 and #BEF6EE with #F6BEEE are triadic colors.