COLOR #F7BADE

HEX: #F7BADE RGB: (247,186,222)

Color info

#F7BADE contains mainly red and blue colors. Web safe color of #F7BADE is #FFCCCC (or #FCC).

RGB color model

#F7BADE color RGB value is (247,186,222).

RGB: (247,186,222) (97%, 73%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 186 of 255 = 73%
B 222 of 255 = 87%

247
186
222

R + G + B ~ 86%. #F7BADE is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 186 + 222 = 655 (100%)
R 247 of 655 ~ 37.71%
G 186 of 655 ~ 28.4%
B 222 of 655 ~ 33.89'%

%37.71
%28.4
%33.89

CMYK color model

#F7BADE color CMYK value is (0,25,10,3).

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

CMYK: (0,25,10,3)
C0M25Y10K3 (0%, 25%, 10%, 3%)
(0.00 / 0.25 / 0.10 / 0.03)

CMYK percentages

%0
%24.7
%10.12
%3.14

Codes

Color #F7BADE in popluar color models

F7 BA DE
RGB 247 186 222
HSL 325° 79.22% 84.90%
HSB/HSV 325° 24.70% 96.86%
CMYK 0.00% 24.70% 10.12%
3.14%

Color #F7BADE in popluar number systems.

HEX F7 BA DE
Decimal 247 186 222
Binary 11110111 10111010 11011110
Octal 367 272 336

Shades and tints

Shades of #F7BADE

#F7BADE
(247,186,222)
#E1AACA
(225,170,202)
#CB9AB6
(203,154,182)
#B58AA2
(181,138,162)
#9F7A8E
(159,122,142)
#896A7A
(137,106,122)
#735A66
(115,90,102)
#5D4A52
(93,74,82)
#473A3E
(71,58,62)
#312A2A
(49,42,42)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #F7BADE

#F7BADE
(247,186,222)
#F7C0E1
(247,192,225)
#F7C6E4
(247,198,228)
#F7CCE7
(247,204,231)
#F7D2EA
(247,210,234)
#F7D8ED
(247,216,237)
#F7DEF0
(247,222,240)
#F7E4F3
(247,228,243)
#F7EAF6
(247,234,246)
#F7F0F9
(247,240,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BADE; }

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

This text font color is #F7BADE.

Background Color

.myBgColor { background-color: #F7BADE; }

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

This div background color is #F7BADE.

Border color

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

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

This div border color is #F7BADE.

Opacity

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

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

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

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

This text has shadow with #F7BADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BADE.

Preview

Color preview on black background

This text has color #F7BADE on black background.


Color preview on white background

This text has color #F7BADE on white background.


Black color preview on #F7BADE background

This text has black color on #F7BADE background.


White color preview on #F7BADE background

This text has white color on #F7BADE background.


Related colors

Complementary color

Complementary color for #hex is #084521.


I love getcolorcode.com

Triadic colors

1 #DEF7BA and #BADEF7 with #F7BADE are triadic colors.

2 #DEBAF7 and #BAF7DE with #F7BADE are triadic colors.