COLOR #F7CEF2

HEX: #F7CEF2
RGB: (247,206,242)

Color info

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

RGB color model

#F7CEF2 color RGB value is (247,206,242).

  • red value is 247;
  • green value is 206;
  • blue value is 242.
RGB:
(247,206,242)
(97%,81%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 206 of 255 = 81%
B 242 of 255 = 95%

247
206
242

R + G + B ~ 91%. #F7CEF2 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 206 + 242 = 695 (100%)
R 247 of 695 ~ 35.54%
G 206 of 695 ~ 29.64%
B 242 of 695 ~ 34.82%

%35.54
%29.64
%34.82

CMYK color model

#F7CEF2 color CMYK value is (0,17,2,3).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 2.02%
  • key color value is 3.14%
CMYK:
(0,17,2,3)
C0M17Y2K3 
(0%,17%,2%,3%)
(0.00/0.17/0.02/0.03)	

CMYK percentages

%0
%16.6
%2.02
%3.14

Codes

Color #F7CEF2 in popluar color models

F7CEF2
RGB247206242
HSL307°71.93%88.82%
HSB/HSV307°16.60%96.86%
CMYK0.00%16.60%2.02%
3.14%

Color #F7CEF2 in popluar number systems.

HEXF7CEF2
Decimal247206242
Binary111101111100111011110010
Octal367316362

Shades and tints

Shades of #F7CEF2

#F7CEF2
(247,206,242)
#E1BCDC
(225,188,220)
#CBAAC6
(203,170,198)
#B598B0
(181,152,176)
#9F869A
(159,134,154)
#897484
(137,116,132)
#73626E
(115,98,110)
#5D5058
(93,80,88)
#473E42
(71,62,66)
#312C2C
(49,44,44)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #F7CEF2

#F7CEF2
(247,206,242)
#F7D2F3
(247,210,243)
#F7D6F4
(247,214,244)
#F7DAF5
(247,218,245)
#F7DEF6
(247,222,246)
#F7E2F7
(247,226,247)
#F7E6F8
(247,230,248)
#F7EAF9
(247,234,249)
#F7EEFA
(247,238,250)
#F7F2FB
(247,242,251)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CEF2 color. Also use rgb(247,206,242) instead hex code.

Text Font Color

.myTextColor { color: #F7CEF2; }

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

This text font color is #F7CEF2.


Background Color

.myBgColor { background-color: #F7CEF2; }

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

This div background color is #F7CEF2.


Border color

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

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

This div border color is #F7CEF2.


Opacity

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

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

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

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

This text has shadow with #F7CEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CEF2 on black background.


Color preview on white background

This text has color #F7CEF2 on white background.



Black color preview on #F7CEF2 background

This text has black color on #F7CEF2 background.


White color preview on #F7CEF2 background

This text has white color on #F7CEF2 background.