COLOR #FFC7F7

HEX: #FFC7F7
RGB: (255,199,247)

Color info

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

RGB color model

#FFC7F7 color RGB value is (255,199,247).

  • red value is 255;
  • green value is 199;
  • blue value is 247.
RGB:
(255,199,247)
(100%,78%,97%)

RGB channels and saturation

R 255 of 255 = 100%
G 199 of 255 = 78%
B 247 of 255 = 97%

255
199
247

R + G + B ~ 92%. #FFC7F7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 199 + 247 = 701 (100%)
R 255 of 701 ~ 36.38%
G 199 of 701 ~ 28.39%
B 247 of 701 ~ 35.24%

%36.38
%28.39
%35.24

CMYK color model

#FFC7F7 color CMYK value is (0,22,3,0).

  • cyan value is 0.00%
  • magenta value is 21.96%
  • yellow value is 3.14%
  • key color value is 0.00%
CMYK:
(0,22,3,0)
C0M22Y3K0 
(0%,22%,3%,0%)
(0.00/0.22/0.03/0.00)	

CMYK percentages

%0
%21.96
%3.14
%0

Codes

Color #FFC7F7 in popluar color models

FFC7F7
RGB255199247
HSL309°100.00%89.02%
HSB/HSV309°21.96%100.00%
CMYK0.00%21.96%3.14%
0.00%

Color #FFC7F7 in popluar number systems.

HEXFFC7F7
Decimal255199247
Binary111111111100011111110111
Octal377307367

Shades and tints

Shades of #FFC7F7

#FFC7F7
(255,199,247)
#E8B5E1
(232,181,225)
#D1A3CB
(209,163,203)
#BA91B5
(186,145,181)
#A37F9F
(163,127,159)
#8C6D89
(140,109,137)
#755B73
(117,91,115)
#5E495D
(94,73,93)
#473747
(71,55,71)
#302531
(48,37,49)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #FFC7F7

#FFC7F7
(255,199,247)
#FFCCF7
(255,204,247)
#FFD1F7
(255,209,247)
#FFD6F7
(255,214,247)
#FFDBF7
(255,219,247)
#FFE0F7
(255,224,247)
#FFE5F7
(255,229,247)
#FFEAF7
(255,234,247)
#FFEFF7
(255,239,247)
#FFF4F7
(255,244,247)
#FFF9F7
(255,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC7F7 color. Also use rgb(255,199,247) instead hex code.

Text Font Color

.myTextColor { color: #FFC7F7; }

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

This text font color is #FFC7F7.


Background Color

.myBgColor { background-color: #FFC7F7; }

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

This div background color is #FFC7F7.


Border color

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

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

This div border color is #FFC7F7.


Opacity

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

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

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

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

This text has shadow with #FFC7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC7F7 on black background.


Color preview on white background

This text has color #FFC7F7 on white background.



Black color preview on #FFC7F7 background

This text has black color on #FFC7F7 background.


White color preview on #FFC7F7 background

This text has white color on #FFC7F7 background.