COLOR #F7CBE6

HEX: #F7CBE6
RGB: (247,203,230)

Color info

#F7CBE6 contains red, green and blue colors in about the same proportion. Web safe color of #F7CBE6 is #FFCCCC (or #FCC).

RGB color model

#F7CBE6 color RGB value is (247,203,230).

  • red value is 247;
  • green value is 203;
  • blue value is 230.
RGB:
(247,203,230)
(97%,80%,90%)

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 230 of 255 = 90%

247
203
230

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

Portions of RGB colors in percentages

R + G + B =
247 + 203 + 230 = 680 (100%)
R 247 of 680 ~ 36.32%
G 203 of 680 ~ 29.85%
B 230 of 680 ~ 33.82%

%36.32
%29.85
%33.82

CMYK color model

#F7CBE6 color CMYK value is (0,18,7,3).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 6.88%
  • key color value is 3.14%
CMYK:
(0,18,7,3)
C0M18Y7K3 
(0%,18%,7%,3%)
(0.00/0.18/0.07/0.03)	

CMYK percentages

%0
%17.81
%6.88
%3.14

Codes

Color #F7CBE6 in popluar color models

F7CBE6
RGB247203230
HSL323°73.33%88.24%
HSB/HSV323°17.81%96.86%
CMYK0.00%17.81%6.88%
3.14%

Color #F7CBE6 in popluar number systems.

HEXF7CBE6
Decimal247203230
Binary111101111100101111100110
Octal367313346

Shades and tints

Shades of #F7CBE6

#F7CBE6
(247,203,230)
#E1B9D2
(225,185,210)
#CBA7BE
(203,167,190)
#B595AA
(181,149,170)
#9F8396
(159,131,150)
#897182
(137,113,130)
#735F6E
(115,95,110)
#5D4D5A
(93,77,90)
#473B46
(71,59,70)
#312932
(49,41,50)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #F7CBE6

#F7CBE6
(247,203,230)
#F7CFE8
(247,207,232)
#F7D3EA
(247,211,234)
#F7D7EC
(247,215,236)
#F7DBEE
(247,219,238)
#F7DFF0
(247,223,240)
#F7E3F2
(247,227,242)
#F7E7F4
(247,231,244)
#F7EBF6
(247,235,246)
#F7EFF8
(247,239,248)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CBE6; }

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

This text font color is #F7CBE6.


Background Color

.myBgColor { background-color: #F7CBE6; }

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

This div background color is #F7CBE6.


Border color

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

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

This div border color is #F7CBE6.


Opacity

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

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

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

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

This text has shadow with #F7CBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CBE6 on black background.


Color preview on white background

This text has color #F7CBE6 on white background.



Black color preview on #F7CBE6 background

This text has black color on #F7CBE6 background.


White color preview on #F7CBE6 background

This text has white color on #F7CBE6 background.