COLOR #F7CBEC

HEX: #F7CBEC RGB: (247,203,236)

Color info

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

RGB color model

#F7CBEC color RGB value is (247,203,236).

RGB: (247,203,236) (97%, 80%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 236 of 255 = 93%

247
203
236

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

Portions of RGB colors in percentages

R + G + B = 247 + 203 + 236 = 686 (100%)
R 247 of 686 ~ 36.01%
G 203 of 686 ~ 29.59%
B 236 of 686 ~ 34.4'%

%36.01
%29.59
%34.4

CMYK color model

#F7CBEC color CMYK value is (0,18,4,3).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 4.45%
  • key color value is 3.14%

CMYK: (0,18,4,3)
C0M18Y4K3 (0%, 18%, 4%, 3%)
(0.00 / 0.18 / 0.04 / 0.03)

CMYK percentages

%0
%17.81
%4.45
%3.14

Codes

Color #F7CBEC in popluar color models

F7 CB EC
RGB 247 203 236
HSL 315° 73.33% 88.24%
HSB/HSV 315° 17.81% 96.86%
CMYK 0.00% 17.81% 4.45%
3.14%

Color #F7CBEC in popluar number systems.

HEX F7 CB EC
Decimal 247 203 236
Binary 11110111 11001011 11101100
Octal 367 313 354

Shades and tints

Shades of #F7CBEC

#F7CBEC
(247,203,236)
#E1B9D7
(225,185,215)
#CBA7C2
(203,167,194)
#B595AD
(181,149,173)
#9F8398
(159,131,152)
#897183
(137,113,131)
#735F6E
(115,95,110)
#5D4D59
(93,77,89)
#473B44
(71,59,68)
#31292F
(49,41,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #F7CBEC

#F7CBEC
(247,203,236)
#F7CFED
(247,207,237)
#F7D3EE
(247,211,238)
#F7D7EF
(247,215,239)
#F7DBF0
(247,219,240)
#F7DFF1
(247,223,241)
#F7E3F2
(247,227,242)
#F7E7F3
(247,231,243)
#F7EBF4
(247,235,244)
#F7EFF5
(247,239,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CBEC color. Also use rgb(247,203,236) instead hex code.

Text Font Color

.myTextColor { color: #F7CBEC; }

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

This text font color is #F7CBEC.

Background Color

.myBgColor { background-color: #F7CBEC; }

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

This div background color is #F7CBEC.

Border color

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

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

This div border color is #F7CBEC.

Opacity

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

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

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

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

This text has shadow with #F7CBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CBEC.

Preview

Color preview on black background

This text has color #F7CBEC on black background.


Color preview on white background

This text has color #F7CBEC on white background.


Black color preview on #F7CBEC background

This text has black color on #F7CBEC background.


White color preview on #F7CBEC background

This text has white color on #F7CBEC background.


Related colors

Complementary color

Complementary color for #hex is #083413.


I love getcolorcode.com

Triadic colors

1 #ECF7CB and #CBECF7 with #F7CBEC are triadic colors.

2 #ECCBF7 and #CBF7EC with #F7CBEC are triadic colors.