COLOR #F7CCEB

HEX: #F7CCEB
RGB: (247,204,235)

Color info

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

RGB color model

#F7CCEB color RGB value is (247,204,235).

  • red value is 247;
  • green value is 204;
  • blue value is 235.
RGB:
(247,204,235)
(97%,80%,92%)

RGB channels and saturation

R 247 of 255 = 97%
G 204 of 255 = 80%
B 235 of 255 = 92%

247
204
235

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

Portions of RGB colors in percentages

R + G + B =
247 + 204 + 235 = 686 (100%)
R 247 of 686 ~ 36.01%
G 204 of 686 ~ 29.74%
B 235 of 686 ~ 34.26%

%36.01
%29.74
%34.26

CMYK color model

#F7CCEB color CMYK value is (0,17,5,3).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(0,17,5,3)
C0M17Y5K3 
(0%,17%,5%,3%)
(0.00/0.17/0.05/0.03)	

CMYK percentages

%0
%17.41
%4.86
%3.14

Codes

Color #F7CCEB in popluar color models

F7CCEB
RGB247204235
HSL317°72.88%88.43%
HSB/HSV317°17.41%96.86%
CMYK0.00%17.41%4.86%
3.14%

Color #F7CCEB in popluar number systems.

HEXF7CCEB
Decimal247204235
Binary111101111100110011101011
Octal367314353

Shades and tints

Shades of #F7CCEB

#F7CCEB
(247,204,235)
#E1BAD6
(225,186,214)
#CBA8C1
(203,168,193)
#B596AC
(181,150,172)
#9F8497
(159,132,151)
#897282
(137,114,130)
#73606D
(115,96,109)
#5D4E58
(93,78,88)
#473C43
(71,60,67)
#312A2E
(49,42,46)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #F7CCEB

#F7CCEB
(247,204,235)
#F7D0EC
(247,208,236)
#F7D4ED
(247,212,237)
#F7D8EE
(247,216,238)
#F7DCEF
(247,220,239)
#F7E0F0
(247,224,240)
#F7E4F1
(247,228,241)
#F7E8F2
(247,232,242)
#F7ECF3
(247,236,243)
#F7F0F4
(247,240,244)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CCEB; }

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

This text font color is #F7CCEB.


Background Color

.myBgColor { background-color: #F7CCEB; }

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

This div background color is #F7CCEB.


Border color

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

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

This div border color is #F7CCEB.


Opacity

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

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

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

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

This text has shadow with #F7CCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CCEB on black background.


Color preview on white background

This text has color #F7CCEB on white background.



Black color preview on #F7CCEB background

This text has black color on #F7CCEB background.


White color preview on #F7CCEB background

This text has white color on #F7CCEB background.