COLOR #F69ACB

HEX: #F69ACB
RGB: (246,154,203)

Color info

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

RGB color model

#F69ACB color RGB value is (246,154,203).

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

RGB channels and saturation

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

246
154
203

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

Portions of RGB colors in percentages

R + G + B =
246 + 154 + 203 = 603 (100%)
R 246 of 603 ~ 40.8%
G 154 of 603 ~ 25.54%
B 203 of 603 ~ 33.67%

%40.8
%25.54
%33.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 17.48%
  • 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
%17.48
%3.53

Codes

Color #F69ACB in popluar color models

F69ACB
RGB246154203
HSL328°83.64%78.43%
HSB/HSV328°37.40%96.47%
CMYK0.00%37.40%17.48%
3.53%

Color #F69ACB in popluar number systems.

HEXF69ACB
Decimal246154203
Binary111101101001101011001011
Octal366232313

Shades and tints

Shades of #F69ACB

#F69ACB
(246,154,203)
#E08CB9
(224,140,185)
#CA7EA7
(202,126,167)
#B47095
(180,112,149)
#9E6283
(158,98,131)
#885471
(136,84,113)
#72465F
(114,70,95)
#5C384D
(92,56,77)
#462A3B
(70,42,59)
#301C29
(48,28,41)
#1A0E17
(26,14,23)
#000000
(0,0,0)

Tints of #F69ACB

#F69ACB
(246,154,203)
#F6A3CF
(246,163,207)
#F6ACD3
(246,172,211)
#F6B5D7
(246,181,215)
#F6BEDB
(246,190,219)
#F6C7DF
(246,199,223)
#F6D0E3
(246,208,227)
#F6D9E7
(246,217,231)
#F6E2EB
(246,226,235)
#F6EBEF
(246,235,239)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F69ACB; }

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

This text font color is #F69ACB.


Background Color

.myBgColor { background-color: #F69ACB; }

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

This div background color is #F69ACB.


Border color

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

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

This div border color is #F69ACB.


Opacity

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

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

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

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

This text has shadow with #F69ACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69ACB on black background.


Color preview on white background

This text has color #F69ACB on white background.



Black color preview on #F69ACB background

This text has black color on #F69ACB background.


White color preview on #F69ACB background

This text has white color on #F69ACB background.