COLOR #F7CBDD

HEX: #F7CBDD RGB: (247,203,221)

Color info

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

RGB color model

#F7CBDD color RGB value is (247,203,221).

RGB: (247,203,221) (97%, 80%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 203 of 255 = 80%
B 221 of 255 = 87%

247
203
221

R + G + B ~ 88%. #F7CBDD is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 203 + 221 = 671 (100%)
R 247 of 671 ~ 36.81%
G 203 of 671 ~ 30.25%
B 221 of 671 ~ 32.94'%

%36.81
%30.25
%32.94

CMYK color model

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

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

CMYK: (0,18,11,3)
C0M18Y11K3 (0%, 18%, 11%, 3%)
(0.00 / 0.18 / 0.11 / 0.03)

CMYK percentages

%0
%17.81
%10.53
%3.14

Codes

Color #F7CBDD in popluar color models

F7 CB DD
RGB 247 203 221
HSL 335° 73.33% 88.24%
HSB/HSV 335° 17.81% 96.86%
CMYK 0.00% 17.81% 10.53%
3.14%

Color #F7CBDD in popluar number systems.

HEX F7 CB DD
Decimal 247 203 221
Binary 11110111 11001011 11011101
Octal 367 313 335

Shades and tints

Shades of #F7CBDD

#F7CBDD
(247,203,221)
#E1B9C9
(225,185,201)
#CBA7B5
(203,167,181)
#B595A1
(181,149,161)
#9F838D
(159,131,141)
#897179
(137,113,121)
#735F65
(115,95,101)
#5D4D51
(93,77,81)
#473B3D
(71,59,61)
#312929
(49,41,41)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #F7CBDD

#F7CBDD
(247,203,221)
#F7CFE0
(247,207,224)
#F7D3E3
(247,211,227)
#F7D7E6
(247,215,230)
#F7DBE9
(247,219,233)
#F7DFEC
(247,223,236)
#F7E3EF
(247,227,239)
#F7E7F2
(247,231,242)
#F7EBF5
(247,235,245)
#F7EFF8
(247,239,248)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CBDD; }

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

This text font color is #F7CBDD.

Background Color

.myBgColor { background-color: #F7CBDD; }

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

This div background color is #F7CBDD.

Border color

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

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

This div border color is #F7CBDD.

Opacity

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

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

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

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

This text has shadow with #F7CBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CBDD.

Preview

Color preview on black background

This text has color #F7CBDD on black background.


Color preview on white background

This text has color #F7CBDD on white background.


Black color preview on #F7CBDD background

This text has black color on #F7CBDD background.


White color preview on #F7CBDD background

This text has white color on #F7CBDD background.


Related colors

Complementary color

Complementary color for #hex is #083422.


I love getcolorcode.com

Triadic colors

1 #DDF7CB and #CBDDF7 with #F7CBDD are triadic colors.

2 #DDCBF7 and #CBF7DD with #F7CBDD are triadic colors.