COLOR #F8A7DE

HEX: #F8A7DE RGB: (248,167,222)

Color info

#F8A7DE contains mainly red and blue colors. Web safe color of #F8A7DE is #FF99CC (or #F9C).

RGB color model

#F8A7DE color RGB value is (248,167,222).

RGB: (248,167,222) (97%, 65%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 167 of 255 = 65%
B 222 of 255 = 87%

248
167
222

R + G + B ~ 83%. #F8A7DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 167 + 222 = 637 (100%)
R 248 of 637 ~ 38.93%
G 167 of 637 ~ 26.22%
B 222 of 637 ~ 34.85'%

%38.93
%26.22
%34.85

CMYK color model

#F8A7DE color CMYK value is (0,33,10,3).

  • cyan value is 0.00%
  • magenta value is 32.66%
  • yellow value is 10.48%
  • key color value is 2.75%

CMYK: (0,33,10,3)
C0M33Y10K3 (0%, 33%, 10%, 3%)
(0.00 / 0.33 / 0.10 / 0.03)

CMYK percentages

%0
%32.66
%10.48
%2.75

Codes

Color #F8A7DE in popluar color models

F8 A7 DE
RGB 248 167 222
HSL 319° 85.26% 81.37%
HSB/HSV 319° 32.66% 97.25%
CMYK 0.00% 32.66% 10.48%
2.75%

Color #F8A7DE in popluar number systems.

HEX F8 A7 DE
Decimal 248 167 222
Binary 11111000 10100111 11011110
Octal 370 247 336

Shades and tints

Shades of #F8A7DE

#F8A7DE
(248,167,222)
#E298CA
(226,152,202)
#CC89B6
(204,137,182)
#B67AA2
(182,122,162)
#A06B8E
(160,107,142)
#8A5C7A
(138,92,122)
#744D66
(116,77,102)
#5E3E52
(94,62,82)
#482F3E
(72,47,62)
#32202A
(50,32,42)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #F8A7DE

#F8A7DE
(248,167,222)
#F8AFE1
(248,175,225)
#F8B7E4
(248,183,228)
#F8BFE7
(248,191,231)
#F8C7EA
(248,199,234)
#F8CFED
(248,207,237)
#F8D7F0
(248,215,240)
#F8DFF3
(248,223,243)
#F8E7F6
(248,231,246)
#F8EFF9
(248,239,249)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A7DE color. Also use rgb(248,167,222) instead hex code.

Text Font Color

.myTextColor { color: #F8A7DE; }

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

This text font color is #F8A7DE.

Background Color

.myBgColor { background-color: #F8A7DE; }

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

This div background color is #F8A7DE.

Border color

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

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

This div border color is #F8A7DE.

Opacity

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

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

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

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

This text has shadow with #F8A7DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8A7DE.

Preview

Color preview on black background

This text has color #F8A7DE on black background.


Color preview on white background

This text has color #F8A7DE on white background.


Black color preview on #F8A7DE background

This text has black color on #F8A7DE background.


White color preview on #F8A7DE background

This text has white color on #F8A7DE background.


Related colors

Complementary color

Complementary color for #hex is #075821.


I love getcolorcode.com

Triadic colors

1 #DEF8A7 and #A7DEF8 with #F8A7DE are triadic colors.

2 #DEA7F8 and #A7F8DE with #F8A7DE are triadic colors.