COLOR #F5AFCF

HEX: #F5AFCF
RGB: (245,175,207)

Color info

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

RGB color model

#F5AFCF color RGB value is (245,175,207).

  • red value is 245;
  • green value is 175;
  • blue value is 207.
RGB:
(245,175,207)
(96%,69%,81%)

RGB channels and saturation

R 245 of 255 = 96%
G 175 of 255 = 69%
B 207 of 255 = 81%

245
175
207

R + G + B ~ 82%. #F5AFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 175 + 207 = 627 (100%)
R 245 of 627 ~ 39.07%
G 175 of 627 ~ 27.91%
B 207 of 627 ~ 33.01%

%39.07
%27.91
%33.01

CMYK color model

#F5AFCF color CMYK value is (0,29,16,4).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 15.51%
  • key color value is 3.92%
CMYK:
(0,29,16,4)
C0M29Y16K4 
(0%,29%,16%,4%)
(0.00/0.29/0.16/0.04)	

CMYK percentages

%0
%28.57
%15.51
%3.92

Codes

Color #F5AFCF in popluar color models

F5AFCF
RGB245175207
HSL333°77.78%82.35%
HSB/HSV333°28.57%96.08%
CMYK0.00%28.57%15.51%
3.92%

Color #F5AFCF in popluar number systems.

HEXF5AFCF
Decimal245175207
Binary111101011010111111001111
Octal365257317

Shades and tints

Shades of #F5AFCF

#F5AFCF
(245,175,207)
#DFA0BD
(223,160,189)
#C991AB
(201,145,171)
#B38299
(179,130,153)
#9D7387
(157,115,135)
#876475
(135,100,117)
#715563
(113,85,99)
#5B4651
(91,70,81)
#45373F
(69,55,63)
#2F282D
(47,40,45)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #F5AFCF

#F5AFCF
(245,175,207)
#F5B6D3
(245,182,211)
#F5BDD7
(245,189,215)
#F5C4DB
(245,196,219)
#F5CBDF
(245,203,223)
#F5D2E3
(245,210,227)
#F5D9E7
(245,217,231)
#F5E0EB
(245,224,235)
#F5E7EF
(245,231,239)
#F5EEF3
(245,238,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5AFCF color. Also use rgb(245,175,207) instead hex code.

Text Font Color

.myTextColor { color: #F5AFCF; }

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

This text font color is #F5AFCF.


Background Color

.myBgColor { background-color: #F5AFCF; }

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

This div background color is #F5AFCF.


Border color

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

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

This div border color is #F5AFCF.


Opacity

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

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

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

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

This text has shadow with #F5AFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AFCF on black background.


Color preview on white background

This text has color #F5AFCF on white background.



Black color preview on #F5AFCF background

This text has black color on #F5AFCF background.


White color preview on #F5AFCF background

This text has white color on #F5AFCF background.