COLOR #F6BDE6

HEX: #F6BDE6
RGB: (246,189,230)

Color info

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

RGB color model

#F6BDE6 color RGB value is (246,189,230).

  • red value is 246;
  • green value is 189;
  • blue value is 230.
RGB:
(246,189,230)
(96%,74%,90%)

RGB channels and saturation

R 246 of 255 = 96%
G 189 of 255 = 74%
B 230 of 255 = 90%

246
189
230

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

Portions of RGB colors in percentages

R + G + B =
246 + 189 + 230 = 665 (100%)
R 246 of 665 ~ 36.99%
G 189 of 665 ~ 28.42%
B 230 of 665 ~ 34.59%

%36.99
%28.42
%34.59

CMYK color model

#F6BDE6 color CMYK value is (0,23,7,4).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 6.50%
  • key color value is 3.53%
CMYK:
(0,23,7,4)
C0M23Y7K4 
(0%,23%,7%,4%)
(0.00/0.23/0.07/0.04)	

CMYK percentages

%0
%23.17
%6.5
%3.53

Codes

Color #F6BDE6 in popluar color models

F6BDE6
RGB246189230
HSL317°76.00%85.29%
HSB/HSV317°23.17%96.47%
CMYK0.00%23.17%6.50%
3.53%

Color #F6BDE6 in popluar number systems.

HEXF6BDE6
Decimal246189230
Binary111101101011110111100110
Octal366275346

Shades and tints

Shades of #F6BDE6

#F6BDE6
(246,189,230)
#E0ACD2
(224,172,210)
#CA9BBE
(202,155,190)
#B48AAA
(180,138,170)
#9E7996
(158,121,150)
#886882
(136,104,130)
#72576E
(114,87,110)
#5C465A
(92,70,90)
#463546
(70,53,70)
#302432
(48,36,50)
#1A131E
(26,19,30)
#000000
(0,0,0)

Tints of #F6BDE6

#F6BDE6
(246,189,230)
#F6C3E8
(246,195,232)
#F6C9EA
(246,201,234)
#F6CFEC
(246,207,236)
#F6D5EE
(246,213,238)
#F6DBF0
(246,219,240)
#F6E1F2
(246,225,242)
#F6E7F4
(246,231,244)
#F6EDF6
(246,237,246)
#F6F3F8
(246,243,248)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BDE6 color. Also use rgb(246,189,230) instead hex code.

Text Font Color

.myTextColor { color: #F6BDE6; }

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

This text font color is #F6BDE6.


Background Color

.myBgColor { background-color: #F6BDE6; }

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

This div background color is #F6BDE6.


Border color

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

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

This div border color is #F6BDE6.


Opacity

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

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

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

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

This text has shadow with #F6BDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BDE6 on black background.


Color preview on white background

This text has color #F6BDE6 on white background.



Black color preview on #F6BDE6 background

This text has black color on #F6BDE6 background.


White color preview on #F6BDE6 background

This text has white color on #F6BDE6 background.