COLOR #F69ACD

HEX: #F69ACD
RGB: (246,154,205)

Color info

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

RGB color model

#F69ACD color RGB value is (246,154,205).

  • red value is 246;
  • green value is 154;
  • blue value is 205.
RGB:
(246,154,205)
(96%,60%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 154 of 255 = 60%
B 205 of 255 = 80%

246
154
205

R + G + B ~ 79%. #F69ACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 154 + 205 = 605 (100%)
R 246 of 605 ~ 40.66%
G 154 of 605 ~ 25.45%
B 205 of 605 ~ 33.88%

%40.66
%25.45
%33.88

CMYK color model

#F69ACD color CMYK value is (0,37,17,4).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(0,37,17,4)
C0M37Y17K4 
(0%,37%,17%,4%)
(0.00/0.37/0.17/0.04)	

CMYK percentages

%0
%37.4
%16.67
%3.53

Codes

Color #F69ACD in popluar color models

F69ACD
RGB246154205
HSL327°83.64%78.43%
HSB/HSV327°37.40%96.47%
CMYK0.00%37.40%16.67%
3.53%

Color #F69ACD in popluar number systems.

HEXF69ACD
Decimal246154205
Binary111101101001101011001101
Octal366232315

Shades and tints

Shades of #F69ACD

#F69ACD
(246,154,205)
#E08CBB
(224,140,187)
#CA7EA9
(202,126,169)
#B47097
(180,112,151)
#9E6285
(158,98,133)
#885473
(136,84,115)
#724661
(114,70,97)
#5C384F
(92,56,79)
#462A3D
(70,42,61)
#301C2B
(48,28,43)
#1A0E19
(26,14,25)
#000000
(0,0,0)

Tints of #F69ACD

#F69ACD
(246,154,205)
#F6A3D1
(246,163,209)
#F6ACD5
(246,172,213)
#F6B5D9
(246,181,217)
#F6BEDD
(246,190,221)
#F6C7E1
(246,199,225)
#F6D0E5
(246,208,229)
#F6D9E9
(246,217,233)
#F6E2ED
(246,226,237)
#F6EBF1
(246,235,241)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69ACD color. Also use rgb(246,154,205) instead hex code.

Text Font Color

.myTextColor { color: #F69ACD; }

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

This text font color is #F69ACD.


Background Color

.myBgColor { background-color: #F69ACD; }

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

This div background color is #F69ACD.


Border color

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

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

This div border color is #F69ACD.


Opacity

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

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

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

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

This text has shadow with #F69ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69ACD on black background.


Color preview on white background

This text has color #F69ACD on white background.



Black color preview on #F69ACD background

This text has black color on #F69ACD background.


White color preview on #F69ACD background

This text has white color on #F69ACD background.