COLOR #F7CAF2

HEX: #F7CAF2
RGB: (247,202,242)

Color info

#F7CAF2 contains red, green and blue colors in about the same proportion. Web safe color of #F7CAF2 is #FFCCFF (or #FCF).

RGB color model

#F7CAF2 color RGB value is (247,202,242).

  • red value is 247;
  • green value is 202;
  • blue value is 242.
RGB:
(247,202,242)
(97%,79%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 202 of 255 = 79%
B 242 of 255 = 95%

247
202
242

R + G + B ~ 90%. #F7CAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 202 + 242 = 691 (100%)
R 247 of 691 ~ 35.75%
G 202 of 691 ~ 29.23%
B 242 of 691 ~ 35.02%

%35.75
%29.23
%35.02

CMYK color model

#F7CAF2 color CMYK value is (0,18,2,3).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 2.02%
  • key color value is 3.14%
CMYK:
(0,18,2,3)
C0M18Y2K3 
(0%,18%,2%,3%)
(0.00/0.18/0.02/0.03)	

CMYK percentages

%0
%18.22
%2.02
%3.14

Codes

Color #F7CAF2 in popluar color models

F7CAF2
RGB247202242
HSL307°73.77%88.04%
HSB/HSV307°18.22%96.86%
CMYK0.00%18.22%2.02%
3.14%

Color #F7CAF2 in popluar number systems.

HEXF7CAF2
Decimal247202242
Binary111101111100101011110010
Octal367312362

Shades and tints

Shades of #F7CAF2

#F7CAF2
(247,202,242)
#E1B8DC
(225,184,220)
#CBA6C6
(203,166,198)
#B594B0
(181,148,176)
#9F829A
(159,130,154)
#897084
(137,112,132)
#735E6E
(115,94,110)
#5D4C58
(93,76,88)
#473A42
(71,58,66)
#31282C
(49,40,44)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #F7CAF2

#F7CAF2
(247,202,242)
#F7CEF3
(247,206,243)
#F7D2F4
(247,210,244)
#F7D6F5
(247,214,245)
#F7DAF6
(247,218,246)
#F7DEF7
(247,222,247)
#F7E2F8
(247,226,248)
#F7E6F9
(247,230,249)
#F7EAFA
(247,234,250)
#F7EEFB
(247,238,251)
#F7F2FC
(247,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CAF2 color. Also use rgb(247,202,242) instead hex code.

Text Font Color

.myTextColor { color: #F7CAF2; }

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

This text font color is #F7CAF2.


Background Color

.myBgColor { background-color: #F7CAF2; }

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

This div background color is #F7CAF2.


Border color

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

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

This div border color is #F7CAF2.


Opacity

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

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

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

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

This text has shadow with #F7CAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CAF2 on black background.


Color preview on white background

This text has color #F7CAF2 on white background.



Black color preview on #F7CAF2 background

This text has black color on #F7CAF2 background.


White color preview on #F7CAF2 background

This text has white color on #F7CAF2 background.