COLOR #F7CAE2

HEX: #F7CAE2
RGB: (247,202,226)

Color info

#F7CAE2 contains red, green and blue colors in about the same proportion. Web safe color of #F7CAE2 is #FFCCCC (or #FCC).

RGB color model

#F7CAE2 color RGB value is (247,202,226).

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

RGB channels and saturation

R 247 of 255 = 97%
G 202 of 255 = 79%
B 226 of 255 = 89%

247
202
226

R + G + B ~ 88%. #F7CAE2 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 202 + 226 = 675 (100%)
R 247 of 675 ~ 36.59%
G 202 of 675 ~ 29.93%
B 226 of 675 ~ 33.48%

%36.59
%29.93
%33.48

CMYK color model

#F7CAE2 color CMYK value is (0,18,9,3).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 8.50%
  • key color value is 3.14%
CMYK:
(0,18,9,3)
C0M18Y9K3 
(0%,18%,9%,3%)
(0.00/0.18/0.09/0.03)	

CMYK percentages

%0
%18.22
%8.5
%3.14

Codes

Color #F7CAE2 in popluar color models

F7CAE2
RGB247202226
HSL328°73.77%88.04%
HSB/HSV328°18.22%96.86%
CMYK0.00%18.22%8.50%
3.14%

Color #F7CAE2 in popluar number systems.

HEXF7CAE2
Decimal247202226
Binary111101111100101011100010
Octal367312342

Shades and tints

Shades of #F7CAE2

#F7CAE2
(247,202,226)
#E1B8CE
(225,184,206)
#CBA6BA
(203,166,186)
#B594A6
(181,148,166)
#9F8292
(159,130,146)
#89707E
(137,112,126)
#735E6A
(115,94,106)
#5D4C56
(93,76,86)
#473A42
(71,58,66)
#31282E
(49,40,46)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #F7CAE2

#F7CAE2
(247,202,226)
#F7CEE4
(247,206,228)
#F7D2E6
(247,210,230)
#F7D6E8
(247,214,232)
#F7DAEA
(247,218,234)
#F7DEEC
(247,222,236)
#F7E2EE
(247,226,238)
#F7E6F0
(247,230,240)
#F7EAF2
(247,234,242)
#F7EEF4
(247,238,244)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CAE2; }

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

This text font color is #F7CAE2.


Background Color

.myBgColor { background-color: #F7CAE2; }

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

This div background color is #F7CAE2.


Border color

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

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

This div border color is #F7CAE2.


Opacity

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

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

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

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

This text has shadow with #F7CAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CAE2 on black background.


Color preview on white background

This text has color #F7CAE2 on white background.



Black color preview on #F7CAE2 background

This text has black color on #F7CAE2 background.


White color preview on #F7CAE2 background

This text has white color on #F7CAE2 background.