COLOR #F7CBF9

HEX: #F7CBF9 RGB: (247,203,249)

Color info

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

RGB color model

#F7CBF9 color RGB value is (247,203,249).

RGB: (247,203,249) (97%, 80%, 98%)

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 249 of 255 = 98%

247
203
249

R + G + B ~ 92%. #F7CBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 203 + 249 = 699 (100%)
R 247 of 699 ~ 35.34%
G 203 of 699 ~ 29.04%
B 249 of 699 ~ 35.62'%

%35.34
%29.04
%35.62

CMYK color model

#F7CBF9 color CMYK value is (1,18,0,2).

  • cyan value is 0.80%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (1,18,0,2)
C1M18Y0K2 (1%, 18%, 0%, 2%)
(0.01 / 0.18 / 0.00 / 0.02)

CMYK percentages

%0.8
%18.47
%0
%2.35

Codes

Color #F7CBF9 in popluar color models

F7 CB F9
RGB 247 203 249
HSL 297° 79.31% 88.63%
HSB/HSV 297° 18.47% 97.65%
CMYK 0.80% 18.47% 0.00%
2.35%

Color #F7CBF9 in popluar number systems.

HEX F7 CB F9
Decimal 247 203 249
Binary 11110111 11001011 11111001
Octal 367 313 371

Shades and tints

Shades of #F7CBF9

#F7CBF9
(247,203,249)
#E1B9E3
(225,185,227)
#CBA7CD
(203,167,205)
#B595B7
(181,149,183)
#9F83A1
(159,131,161)
#89718B
(137,113,139)
#735F75
(115,95,117)
#5D4D5F
(93,77,95)
#473B49
(71,59,73)
#312933
(49,41,51)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #F7CBF9

#F7CBF9
(247,203,249)
#F7CFF9
(247,207,249)
#F7D3F9
(247,211,249)
#F7D7F9
(247,215,249)
#F7DBF9
(247,219,249)
#F7DFF9
(247,223,249)
#F7E3F9
(247,227,249)
#F7E7F9
(247,231,249)
#F7EBF9
(247,235,249)
#F7EFF9
(247,239,249)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CBF9; }

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

This text font color is #F7CBF9.

Background Color

.myBgColor { background-color: #F7CBF9; }

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

This div background color is #F7CBF9.

Border color

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

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

This div border color is #F7CBF9.

Opacity

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

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

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

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

This text has shadow with #F7CBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CBF9.

Preview

Color preview on black background

This text has color #F7CBF9 on black background.


Color preview on white background

This text has color #F7CBF9 on white background.


Black color preview on #F7CBF9 background

This text has black color on #F7CBF9 background.


White color preview on #F7CBF9 background

This text has white color on #F7CBF9 background.


Related colors

Complementary color

Complementary color for #hex is #083406.


I love getcolorcode.com

Triadic colors

1 #F9F7CB and #CBF9F7 with #F7CBF9 are triadic colors.

2 #F9CBF7 and #CBF7F9 with #F7CBF9 are triadic colors.