COLOR #F69AEC

HEX: #F69AEC
RGB: (246,154,236)

Color info

#F69AEC contains mainly red and blue colors. Web safe color of #F69AEC is #FF99FF (or #F9F).

RGB color model

#F69AEC color RGB value is (246,154,236).

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

RGB channels and saturation

R 246 of 255 = 96%
G 154 of 255 = 60%
B 236 of 255 = 93%

246
154
236

R + G + B ~ 83%. #F69AEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 154 + 236 = 636 (100%)
R 246 of 636 ~ 38.68%
G 154 of 636 ~ 24.21%
B 236 of 636 ~ 37.11%

%38.68
%24.21
%37.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK:
(0,37,4,4)
C0M37Y4K4 
(0%,37%,4%,4%)
(0.00/0.37/0.04/0.04)	

CMYK percentages

%0
%37.4
%4.07
%3.53

Codes

Color #F69AEC in popluar color models

F69AEC
RGB246154236
HSL307°83.64%78.43%
HSB/HSV307°37.40%96.47%
CMYK0.00%37.40%4.07%
3.53%

Color #F69AEC in popluar number systems.

HEXF69AEC
Decimal246154236
Binary111101101001101011101100
Octal366232354

Shades and tints

Shades of #F69AEC

#F69AEC
(246,154,236)
#E08CD7
(224,140,215)
#CA7EC2
(202,126,194)
#B470AD
(180,112,173)
#9E6298
(158,98,152)
#885483
(136,84,131)
#72466E
(114,70,110)
#5C3859
(92,56,89)
#462A44
(70,42,68)
#301C2F
(48,28,47)
#1A0E1A
(26,14,26)
#000000
(0,0,0)

Tints of #F69AEC

#F69AEC
(246,154,236)
#F6A3ED
(246,163,237)
#F6ACEE
(246,172,238)
#F6B5EF
(246,181,239)
#F6BEF0
(246,190,240)
#F6C7F1
(246,199,241)
#F6D0F2
(246,208,242)
#F6D9F3
(246,217,243)
#F6E2F4
(246,226,244)
#F6EBF5
(246,235,245)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69AEC; }

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

This text font color is #F69AEC.


Background Color

.myBgColor { background-color: #F69AEC; }

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

This div background color is #F69AEC.


Border color

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

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

This div border color is #F69AEC.


Opacity

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

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

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

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

This text has shadow with #F69AEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69AEC on black background.


Color preview on white background

This text has color #F69AEC on white background.



Black color preview on #F69AEC background

This text has black color on #F69AEC background.


White color preview on #F69AEC background

This text has white color on #F69AEC background.