COLOR #F7DADE

HEX: #F7DADE RGB: (247,218,222)

Color info

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

RGB color model

#F7DADE color RGB value is (247,218,222).

RGB: (247,218,222) (97%, 85%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 222 of 255 = 87%

247
218
222

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

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 222 = 687 (100%)
R 247 of 687 ~ 35.95%
G 218 of 687 ~ 31.73%
B 222 of 687 ~ 32.31'%

%35.95
%31.73
%32.31

CMYK color model

#F7DADE color CMYK value is (0,12,10,3).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 10.12%
  • key color value is 3.14%

CMYK: (0,12,10,3)
C0M12Y10K3 (0%, 12%, 10%, 3%)
(0.00 / 0.12 / 0.10 / 0.03)

CMYK percentages

%0
%11.74
%10.12
%3.14

Codes

Color #F7DADE in popluar color models

F7 DA DE
RGB 247 218 222
HSL 352° 64.44% 91.18%
HSB/HSV 352° 11.74% 96.86%
CMYK 0.00% 11.74% 10.12%
3.14%

Color #F7DADE in popluar number systems.

HEX F7 DA DE
Decimal 247 218 222
Binary 11110111 11011010 11011110
Octal 367 332 336

Shades and tints

Shades of #F7DADE

#F7DADE
(247,218,222)
#E1C7CA
(225,199,202)
#CBB4B6
(203,180,182)
#B5A1A2
(181,161,162)
#9F8E8E
(159,142,142)
#897B7A
(137,123,122)
#736866
(115,104,102)
#5D5552
(93,85,82)
#47423E
(71,66,62)
#312F2A
(49,47,42)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #F7DADE

#F7DADE
(247,218,222)
#F7DDE1
(247,221,225)
#F7E0E4
(247,224,228)
#F7E3E7
(247,227,231)
#F7E6EA
(247,230,234)
#F7E9ED
(247,233,237)
#F7ECF0
(247,236,240)
#F7EFF3
(247,239,243)
#F7F2F6
(247,242,246)
#F7F5F9
(247,245,249)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DADE color. Also use rgb(247,218,222) instead hex code.

Text Font Color

.myTextColor { color: #F7DADE; }

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

This text font color is #F7DADE.

Background Color

.myBgColor { background-color: #F7DADE; }

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

This div background color is #F7DADE.

Border color

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

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

This div border color is #F7DADE.

Opacity

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

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

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

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

This text has shadow with #F7DADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DADE.

Preview

Color preview on black background

This text has color #F7DADE on black background.


Color preview on white background

This text has color #F7DADE on white background.


Black color preview on #F7DADE background

This text has black color on #F7DADE background.


White color preview on #F7DADE background

This text has white color on #F7DADE background.


Related colors

Complementary color

Complementary color for #hex is #082521.


I love getcolorcode.com

Triadic colors

1 #DEF7DA and #DADEF7 with #F7DADE are triadic colors.

2 #DEDAF7 and #DAF7DE with #F7DADE are triadic colors.