COLOR #F69C84

HEX: #F69C84
RGB: (246,156,132)

Color info

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

RGB color model

#F69C84 color RGB value is (246,156,132).

  • red value is 246;
  • green value is 156;
  • blue value is 132.
RGB:
(246,156,132)
(96%,61%,52%)

RGB channels and saturation

R 246 of 255 = 96%
G 156 of 255 = 61%
B 132 of 255 = 52%

246
156
132

R + G + B ~ 70%. #F69C84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 156 + 132 = 534 (100%)
R 246 of 534 ~ 46.07%
G 156 of 534 ~ 29.21%
B 132 of 534 ~ 24.72%

%46.07
%29.21
%24.72

CMYK color model

#F69C84 color CMYK value is (0,37,46,4).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 46.34%
  • key color value is 3.53%
CMYK:
(0,37,46,4)
C0M37Y46K4 
(0%,37%,46%,4%)
(0.00/0.37/0.46/0.04)	

CMYK percentages

%0
%36.59
%46.34
%3.53

Codes

Color #F69C84 in popluar color models

F69C84
RGB246156132
HSL13°86.36%74.12%
HSB/HSV13°46.34%96.47%
CMYK0.00%36.59%46.34%
3.53%

Color #F69C84 in popluar number systems.

HEXF69C84
Decimal246156132
Binary111101101001110010000100
Octal366234204

Shades and tints

Shades of #F69C84

#F69C84
(246,156,132)
#E08E78
(224,142,120)
#CA806C
(202,128,108)
#B47260
(180,114,96)
#9E6454
(158,100,84)
#885648
(136,86,72)
#72483C
(114,72,60)
#5C3A30
(92,58,48)
#462C24
(70,44,36)
#301E18
(48,30,24)
#1A100C
(26,16,12)
#000000
(0,0,0)

Tints of #F69C84

#F69C84
(246,156,132)
#F6A58F
(246,165,143)
#F6AE9A
(246,174,154)
#F6B7A5
(246,183,165)
#F6C0B0
(246,192,176)
#F6C9BB
(246,201,187)
#F6D2C6
(246,210,198)
#F6DBD1
(246,219,209)
#F6E4DC
(246,228,220)
#F6EDE7
(246,237,231)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69C84 color. Also use rgb(246,156,132) instead hex code.

Text Font Color

.myTextColor { color: #F69C84; }

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

This text font color is #F69C84.


Background Color

.myBgColor { background-color: #F69C84; }

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

This div background color is #F69C84.


Border color

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

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

This div border color is #F69C84.


Opacity

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

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

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

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

This text has shadow with #F69C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69C84 on black background.


Color preview on white background

This text has color #F69C84 on white background.



Black color preview on #F69C84 background

This text has black color on #F69C84 background.


White color preview on #F69C84 background

This text has white color on #F69C84 background.