COLOR #F6B8EE

HEX: #F6B8EE RGB: (246,184,238)

Color info

#F6B8EE contains mainly red and blue colors. Web safe color of #F6B8EE is #FFCCFF (or #FCF).

RGB color model

#F6B8EE color RGB value is (246,184,238).

RGB: (246,184,238) (96%, 72%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 184 of 255 = 72%
B 238 of 255 = 93%

246
184
238

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

Portions of RGB colors in percentages

R + G + B = 246 + 184 + 238 = 668 (100%)
R 246 of 668 ~ 36.83%
G 184 of 668 ~ 27.54%
B 238 of 668 ~ 35.63'%

%36.83
%27.54
%35.63

CMYK color model

#F6B8EE color CMYK value is (0,25,3,4).

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

CMYK: (0,25,3,4)
C0M25Y3K4 (0%, 25%, 3%, 4%)
(0.00 / 0.25 / 0.03 / 0.04)

CMYK percentages

%0
%25.2
%3.25
%3.53

Codes

Color #F6B8EE in popluar color models

F6 B8 EE
RGB 246 184 238
HSL 308° 77.50% 84.31%
HSB/HSV 308° 25.20% 96.47%
CMYK 0.00% 25.20% 3.25%
3.53%

Color #F6B8EE in popluar number systems.

HEX F6 B8 EE
Decimal 246 184 238
Binary 11110110 10111000 11101110
Octal 366 270 356

Shades and tints

Shades of #F6B8EE

#F6B8EE
(246,184,238)
#E0A8D9
(224,168,217)
#CA98C4
(202,152,196)
#B488AF
(180,136,175)
#9E789A
(158,120,154)
#886885
(136,104,133)
#725870
(114,88,112)
#5C485B
(92,72,91)
#463846
(70,56,70)
#302831
(48,40,49)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #F6B8EE

#F6B8EE
(246,184,238)
#F6BEEF
(246,190,239)
#F6C4F0
(246,196,240)
#F6CAF1
(246,202,241)
#F6D0F2
(246,208,242)
#F6D6F3
(246,214,243)
#F6DCF4
(246,220,244)
#F6E2F5
(246,226,245)
#F6E8F6
(246,232,246)
#F6EEF7
(246,238,247)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B8EE; }

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

This text font color is #F6B8EE.

Background Color

.myBgColor { background-color: #F6B8EE; }

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

This div background color is #F6B8EE.

Border color

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

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

This div border color is #F6B8EE.

Opacity

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

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

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

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

This text has shadow with #F6B8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B8EE.

Preview

Color preview on black background

This text has color #F6B8EE on black background.


Color preview on white background

This text has color #F6B8EE on white background.


Black color preview on #F6B8EE background

This text has black color on #F6B8EE background.


White color preview on #F6B8EE background

This text has white color on #F6B8EE background.


Related colors

Complementary color

Complementary color for #hex is #094711.


I love getcolorcode.com

Triadic colors

1 #EEF6B8 and #B8EEF6 with #F6B8EE are triadic colors.

2 #EEB8F6 and #B8F6EE with #F6B8EE are triadic colors.