COLOR #F6BBDA

HEX: #F6BBDA
RGB: (246,187,218)

Color info

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

RGB color model

#F6BBDA color RGB value is (246,187,218).

  • red value is 246;
  • green value is 187;
  • blue value is 218.
RGB:
(246,187,218)
(96%,73%,85%)

RGB channels and saturation

R 246 of 255 = 96%
G 187 of 255 = 73%
B 218 of 255 = 85%

246
187
218

R + G + B ~ 85%. #F6BBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 187 + 218 = 651 (100%)
R 246 of 651 ~ 37.79%
G 187 of 651 ~ 28.73%
B 218 of 651 ~ 33.49%

%37.79
%28.73
%33.49

CMYK color model

#F6BBDA color CMYK value is (0,24,11,4).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(0,24,11,4)
C0M24Y11K4 
(0%,24%,11%,4%)
(0.00/0.24/0.11/0.04)	

CMYK percentages

%0
%23.98
%11.38
%3.53

Codes

Color #F6BBDA in popluar color models

F6BBDA
RGB246187218
HSL328°76.62%84.90%
HSB/HSV328°23.98%96.47%
CMYK0.00%23.98%11.38%
3.53%

Color #F6BBDA in popluar number systems.

HEXF6BBDA
Decimal246187218
Binary111101101011101111011010
Octal366273332

Shades and tints

Shades of #F6BBDA

#F6BBDA
(246,187,218)
#E0AAC7
(224,170,199)
#CA99B4
(202,153,180)
#B488A1
(180,136,161)
#9E778E
(158,119,142)
#88667B
(136,102,123)
#725568
(114,85,104)
#5C4455
(92,68,85)
#463342
(70,51,66)
#30222F
(48,34,47)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #F6BBDA

#F6BBDA
(246,187,218)
#F6C1DD
(246,193,221)
#F6C7E0
(246,199,224)
#F6CDE3
(246,205,227)
#F6D3E6
(246,211,230)
#F6D9E9
(246,217,233)
#F6DFEC
(246,223,236)
#F6E5EF
(246,229,239)
#F6EBF2
(246,235,242)
#F6F1F5
(246,241,245)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BBDA color. Also use rgb(246,187,218) instead hex code.

Text Font Color

.myTextColor { color: #F6BBDA; }

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

This text font color is #F6BBDA.


Background Color

.myBgColor { background-color: #F6BBDA; }

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

This div background color is #F6BBDA.


Border color

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

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

This div border color is #F6BBDA.


Opacity

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

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

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

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

This text has shadow with #F6BBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BBDA on black background.


Color preview on white background

This text has color #F6BBDA on white background.



Black color preview on #F6BBDA background

This text has black color on #F6BBDA background.


White color preview on #F6BBDA background

This text has white color on #F6BBDA background.