COLOR #F6BEE3

HEX: #F6BEE3 RGB: (246,190,227)

Color info

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

RGB color model

#F6BEE3 color RGB value is (246,190,227).

RGB: (246,190,227) (96%, 75%, 89%)

RGB channels and saturation

R 246 of 255 = 96%
G 190 of 255 = 75%
B 227 of 255 = 89%

246
190
227

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

Portions of RGB colors in percentages

R + G + B = 246 + 190 + 227 = 663 (100%)
R 246 of 663 ~ 37.1%
G 190 of 663 ~ 28.66%
B 227 of 663 ~ 34.24'%

%37.1
%28.66
%34.24

CMYK color model

#F6BEE3 color CMYK value is (0,23,8,4).

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

CMYK: (0,23,8,4)
C0M23Y8K4 (0%, 23%, 8%, 4%)
(0.00 / 0.23 / 0.08 / 0.04)

CMYK percentages

%0
%22.76
%7.72
%3.53

Codes

Color #F6BEE3 in popluar color models

F6 BE E3
RGB 246 190 227
HSL 320° 75.68% 85.49%
HSB/HSV 320° 22.76% 96.47%
CMYK 0.00% 22.76% 7.72%
3.53%

Color #F6BEE3 in popluar number systems.

HEX F6 BE E3
Decimal 246 190 227
Binary 11110110 10111110 11100011
Octal 366 276 343

Shades and tints

Shades of #F6BEE3

#F6BEE3
(246,190,227)
#E0ADCF
(224,173,207)
#CA9CBB
(202,156,187)
#B48BA7
(180,139,167)
#9E7A93
(158,122,147)
#88697F
(136,105,127)
#72586B
(114,88,107)
#5C4757
(92,71,87)
#463643
(70,54,67)
#30252F
(48,37,47)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #F6BEE3

#F6BEE3
(246,190,227)
#F6C3E5
(246,195,229)
#F6C8E7
(246,200,231)
#F6CDE9
(246,205,233)
#F6D2EB
(246,210,235)
#F6D7ED
(246,215,237)
#F6DCEF
(246,220,239)
#F6E1F1
(246,225,241)
#F6E6F3
(246,230,243)
#F6EBF5
(246,235,245)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BEE3; }

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

This text font color is #F6BEE3.

Background Color

.myBgColor { background-color: #F6BEE3; }

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

This div background color is #F6BEE3.

Border color

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

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

This div border color is #F6BEE3.

Opacity

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

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

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

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

This text has shadow with #F6BEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BEE3.

Preview

Color preview on black background

This text has color #F6BEE3 on black background.


Color preview on white background

This text has color #F6BEE3 on white background.


Black color preview on #F6BEE3 background

This text has black color on #F6BEE3 background.


White color preview on #F6BEE3 background

This text has white color on #F6BEE3 background.


Related colors

Complementary color

Complementary color for #hex is #09411C.


I love getcolorcode.com

Triadic colors

1 #E3F6BE and #BEE3F6 with #F6BEE3 are triadic colors.

2 #E3BEF6 and #BEF6E3 with #F6BEE3 are triadic colors.