COLOR #F7C8EB

HEX: #F7C8EB RGB: (247,200,235)

Color info

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

RGB color model

#F7C8EB color RGB value is (247,200,235).

RGB: (247,200,235) (97%, 78%, 92%)

RGB channels and saturation

R 247 of 255 = 97%
G 200 of 255 = 78%
B 235 of 255 = 92%

247
200
235

R + G + B ~ 89%. #F7C8EB is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 200 + 235 = 682 (100%)
R 247 of 682 ~ 36.22%
G 200 of 682 ~ 29.33%
B 235 of 682 ~ 34.46'%

%36.22
%29.33
%34.46

CMYK color model

#F7C8EB color CMYK value is (0,19,5,3).

  • cyan value is 0.00%
  • magenta value is 19.03%
  • yellow value is 4.86%
  • key color value is 3.14%

CMYK: (0,19,5,3)
C0M19Y5K3 (0%, 19%, 5%, 3%)
(0.00 / 0.19 / 0.05 / 0.03)

CMYK percentages

%0
%19.03
%4.86
%3.14

Codes

Color #F7C8EB in popluar color models

F7 C8 EB
RGB 247 200 235
HSL 315° 74.60% 87.65%
HSB/HSV 315° 19.03% 96.86%
CMYK 0.00% 19.03% 4.86%
3.14%

Color #F7C8EB in popluar number systems.

HEX F7 C8 EB
Decimal 247 200 235
Binary 11110111 11001000 11101011
Octal 367 310 353

Shades and tints

Shades of #F7C8EB

#F7C8EB
(247,200,235)
#E1B6D6
(225,182,214)
#CBA4C1
(203,164,193)
#B592AC
(181,146,172)
#9F8097
(159,128,151)
#896E82
(137,110,130)
#735C6D
(115,92,109)
#5D4A58
(93,74,88)
#473843
(71,56,67)
#31262E
(49,38,46)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #F7C8EB

#F7C8EB
(247,200,235)
#F7CDEC
(247,205,236)
#F7D2ED
(247,210,237)
#F7D7EE
(247,215,238)
#F7DCEF
(247,220,239)
#F7E1F0
(247,225,240)
#F7E6F1
(247,230,241)
#F7EBF2
(247,235,242)
#F7F0F3
(247,240,243)
#F7F5F4
(247,245,244)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C8EB color. Also use rgb(247,200,235) instead hex code.

Text Font Color

.myTextColor { color: #F7C8EB; }

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

This text font color is #F7C8EB.

Background Color

.myBgColor { background-color: #F7C8EB; }

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

This div background color is #F7C8EB.

Border color

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

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

This div border color is #F7C8EB.

Opacity

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

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

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

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

This text has shadow with #F7C8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C8EB.

Preview

Color preview on black background

This text has color #F7C8EB on black background.


Color preview on white background

This text has color #F7C8EB on white background.


Black color preview on #F7C8EB background

This text has black color on #F7C8EB background.


White color preview on #F7C8EB background

This text has white color on #F7C8EB background.


Related colors

Complementary color

Complementary color for #hex is #083714.


I love getcolorcode.com

Triadic colors

1 #EBF7C8 and #C8EBF7 with #F7C8EB are triadic colors.

2 #EBC8F7 and #C8F7EB with #F7C8EB are triadic colors.