COLOR #F69BAD

HEX: #F69BAD
RGB: (246,155,173)

Color info

#F69BAD contains mainly red color. Web safe color of #F69BAD is #FF9999 (or #F99).

RGB color model

#F69BAD color RGB value is (246,155,173).

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

RGB channels and saturation

R 246 of 255 = 96%
G 155 of 255 = 61%
B 173 of 255 = 68%

246
155
173

R + G + B ~ 75%. #F69BAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 155 + 173 = 574 (100%)
R 246 of 574 ~ 42.86%
G 155 of 574 ~ 27%
B 173 of 574 ~ 30.14%

%42.86
%27
%30.14

CMYK color model

#F69BAD color CMYK value is (0,37,30,4).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 29.67%
  • key color value is 3.53%
CMYK:
(0,37,30,4)
C0M37Y30K4 
(0%,37%,30%,4%)
(0.00/0.37/0.30/0.04)	

CMYK percentages

%0
%36.99
%29.67
%3.53

Codes

Color #F69BAD in popluar color models

F69BAD
RGB246155173
HSL348°83.49%78.63%
HSB/HSV348°36.99%96.47%
CMYK0.00%36.99%29.67%
3.53%

Color #F69BAD in popluar number systems.

HEXF69BAD
Decimal246155173
Binary111101101001101110101101
Octal366233255

Shades and tints

Shades of #F69BAD

#F69BAD
(246,155,173)
#E08D9E
(224,141,158)
#CA7F8F
(202,127,143)
#B47180
(180,113,128)
#9E6371
(158,99,113)
#885562
(136,85,98)
#724753
(114,71,83)
#5C3944
(92,57,68)
#462B35
(70,43,53)
#301D26
(48,29,38)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #F69BAD

#F69BAD
(246,155,173)
#F6A4B4
(246,164,180)
#F6ADBB
(246,173,187)
#F6B6C2
(246,182,194)
#F6BFC9
(246,191,201)
#F6C8D0
(246,200,208)
#F6D1D7
(246,209,215)
#F6DADE
(246,218,222)
#F6E3E5
(246,227,229)
#F6ECEC
(246,236,236)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69BAD; }

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

This text font color is #F69BAD.


Background Color

.myBgColor { background-color: #F69BAD; }

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

This div background color is #F69BAD.


Border color

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

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

This div border color is #F69BAD.


Opacity

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

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

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

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

This text has shadow with #F69BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69BAD on black background.


Color preview on white background

This text has color #F69BAD on white background.



Black color preview on #F69BAD background

This text has black color on #F69BAD background.


White color preview on #F69BAD background

This text has white color on #F69BAD background.