COLOR #F7CBF0

HEX: #F7CBF0 RGB: (247,203,240)

Color info

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

RGB color model

#F7CBF0 color RGB value is (247,203,240).

RGB: (247,203,240) (97%, 80%, 94%)

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 240 of 255 = 94%

247
203
240

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

Portions of RGB colors in percentages

R + G + B = 247 + 203 + 240 = 690 (100%)
R 247 of 690 ~ 35.8%
G 203 of 690 ~ 29.42%
B 240 of 690 ~ 34.78'%

%35.8
%29.42
%34.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 2.83%
  • key color value is 3.14%
CMYK: (0,18,3,3) C0M18Y3K3 (0%,18%,3%,3%) (0.00/0.18/0.03/0.03) 

CMYK percentages

%0
%17.81
%2.83
%3.14

Codes

Color #F7CBF0 in popluar color models

F7 CB F0
RGB 247 203 240
HSL 310° 73.33% 88.24%
HSB/HSV 310° 17.81% 96.86%
CMYK 0.00% 17.81% 2.83%
3.14%

Color #F7CBF0 in popluar number systems.

HEX F7 CB F0
Decimal 247 203 240
Binary 11110111 11001011 11110000
Octal 367 313 360

Shades and tints

Shades of #F7CBF0

#F7CBF0
(247,203,240)
#E1B9DB
(225,185,219)
#CBA7C6
(203,167,198)
#B595B1
(181,149,177)
#9F839C
(159,131,156)
#897187
(137,113,135)
#735F72
(115,95,114)
#5D4D5D
(93,77,93)
#473B48
(71,59,72)
#312933
(49,41,51)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #F7CBF0

#F7CBF0
(247,203,240)
#F7CFF1
(247,207,241)
#F7D3F2
(247,211,242)
#F7D7F3
(247,215,243)
#F7DBF4
(247,219,244)
#F7DFF5
(247,223,245)
#F7E3F6
(247,227,246)
#F7E7F7
(247,231,247)
#F7EBF8
(247,235,248)
#F7EFF9
(247,239,249)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CBF0; }

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

This text font color is #F7CBF0.

Background Color

.myBgColor { background-color: #F7CBF0; }

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

This div background color is #F7CBF0.

Border color

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

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

This div border color is #F7CBF0.

Opacity

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

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

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

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

This text has shadow with #F7CBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CBF0.

Preview

Color preview on black background

This text has color #F7CBF0 on black background.


Color preview on white background

This text has color #F7CBF0 on white background.


Black color preview on #F7CBF0 background

This text has black color on #F7CBF0 background.


White color preview on #F7CBF0 background

This text has white color on #F7CBF0 background.


Related colors

Complementary color

Complementary color for #hex is #08340F.


I love getcolorcode.com

Triadic colors

1 #F0F7CB and #CBF0F7 with #F7CBF0 are triadic colors.

2 #F0CBF7 and #CBF7F0 with #F7CBF0 are triadic colors.