COLOR #F6ADBF

HEX: #F6ADBF
RGB: (246,173,191)

Color info

#F6ADBF contains mainly red and blue colors. Web safe color of #F6ADBF is #FF99CC (or #F9C).

RGB color model

#F6ADBF color RGB value is (246,173,191).

  • red value is 246;
  • green value is 173;
  • blue value is 191.
RGB:
(246,173,191)
(96%,68%,75%)

RGB channels and saturation

R 246 of 255 = 96%
G 173 of 255 = 68%
B 191 of 255 = 75%

246
173
191

R + G + B ~ 80%. #F6ADBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 173 + 191 = 610 (100%)
R 246 of 610 ~ 40.33%
G 173 of 610 ~ 28.36%
B 191 of 610 ~ 31.31%

%40.33
%28.36
%31.31

CMYK color model

#F6ADBF color CMYK value is (0,30,22,4).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(0,30,22,4)
C0M30Y22K4 
(0%,30%,22%,4%)
(0.00/0.30/0.22/0.04)	

CMYK percentages

%0
%29.67
%22.36
%3.53

Codes

Color #F6ADBF in popluar color models

F6ADBF
RGB246173191
HSL345°80.22%82.16%
HSB/HSV345°29.67%96.47%
CMYK0.00%29.67%22.36%
3.53%

Color #F6ADBF in popluar number systems.

HEXF6ADBF
Decimal246173191
Binary111101101010110110111111
Octal366255277

Shades and tints

Shades of #F6ADBF

#F6ADBF
(246,173,191)
#E09EAE
(224,158,174)
#CA8F9D
(202,143,157)
#B4808C
(180,128,140)
#9E717B
(158,113,123)
#88626A
(136,98,106)
#725359
(114,83,89)
#5C4448
(92,68,72)
#463537
(70,53,55)
#302626
(48,38,38)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #F6ADBF

#F6ADBF
(246,173,191)
#F6B4C4
(246,180,196)
#F6BBC9
(246,187,201)
#F6C2CE
(246,194,206)
#F6C9D3
(246,201,211)
#F6D0D8
(246,208,216)
#F6D7DD
(246,215,221)
#F6DEE2
(246,222,226)
#F6E5E7
(246,229,231)
#F6ECEC
(246,236,236)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6ADBF color. Also use rgb(246,173,191) instead hex code.

Text Font Color

.myTextColor { color: #F6ADBF; }

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

This text font color is #F6ADBF.


Background Color

.myBgColor { background-color: #F6ADBF; }

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

This div background color is #F6ADBF.


Border color

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

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

This div border color is #F6ADBF.


Opacity

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

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

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

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

This text has shadow with #F6ADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6ADBF on black background.


Color preview on white background

This text has color #F6ADBF on white background.



Black color preview on #F6ADBF background

This text has black color on #F6ADBF background.


White color preview on #F6ADBF background

This text has white color on #F6ADBF background.