COLOR #F7CCFB

HEX: #F7CCFB RGB: (247,204,251)

Color info

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

RGB color model

#F7CCFB color RGB value is (247,204,251).

RGB: (247,204,251) (97%, 80%, 98%)

RGB channels and saturation

R 247 of 255 = 97%
G 204 of 255 = 80%
B 251 of 255 = 98%

247
204
251

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

Portions of RGB colors in percentages

R + G + B = 247 + 204 + 251 = 702 (100%)
R 247 of 702 ~ 35.19%
G 204 of 702 ~ 29.06%
B 251 of 702 ~ 35.75'%

%35.19
%29.06
%35.75

CMYK color model

#F7CCFB color CMYK value is (2,19,0,2).

  • cyan value is 1.59%
  • magenta value is 18.73%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (2,19,0,2)
C2M19Y0K2 (2%, 19%, 0%, 2%)
(0.02 / 0.19 / 0.00 / 0.02)

CMYK percentages

%1.59
%18.73
%0
%1.57

Codes

Color #F7CCFB in popluar color models

F7 CC FB
RGB 247 204 251
HSL 295° 85.45% 89.22%
HSB/HSV 295° 18.73% 98.43%
CMYK 1.59% 18.73% 0.00%
1.57%

Color #F7CCFB in popluar number systems.

HEX F7 CC FB
Decimal 247 204 251
Binary 11110111 11001100 11111011
Octal 367 314 373

Shades and tints

Shades of #F7CCFB

#F7CCFB
(247,204,251)
#E1BAE5
(225,186,229)
#CBA8CF
(203,168,207)
#B596B9
(181,150,185)
#9F84A3
(159,132,163)
#89728D
(137,114,141)
#736077
(115,96,119)
#5D4E61
(93,78,97)
#473C4B
(71,60,75)
#312A35
(49,42,53)
#1B181F
(27,24,31)
#000000
(0,0,0)

Tints of #F7CCFB

#F7CCFB
(247,204,251)
#F7D0FB
(247,208,251)
#F7D4FB
(247,212,251)
#F7D8FB
(247,216,251)
#F7DCFB
(247,220,251)
#F7E0FB
(247,224,251)
#F7E4FB
(247,228,251)
#F7E8FB
(247,232,251)
#F7ECFB
(247,236,251)
#F7F0FB
(247,240,251)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CCFB color. Also use rgb(247,204,251) instead hex code.

Text Font Color

.myTextColor { color: #F7CCFB; }

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

This text font color is #F7CCFB.

Background Color

.myBgColor { background-color: #F7CCFB; }

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

This div background color is #F7CCFB.

Border color

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

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

This div border color is #F7CCFB.

Opacity

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

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

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

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

This text has shadow with #F7CCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CCFB.

Preview

Color preview on black background

This text has color #F7CCFB on black background.


Color preview on white background

This text has color #F7CCFB on white background.


Black color preview on #F7CCFB background

This text has black color on #F7CCFB background.


White color preview on #F7CCFB background

This text has white color on #F7CCFB background.


Related colors

Complementary color

Complementary color for #hex is #083304.


I love getcolorcode.com

Triadic colors

1 #FBF7CC and #CCFBF7 with #F7CCFB are triadic colors.

2 #FBCCF7 and #CCF7FB with #F7CCFB are triadic colors.