COLOR #F8ADDE

HEX: #F8ADDE RGB: (248,173,222)

Color info

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

RGB color model

#F8ADDE color RGB value is (248,173,222).

RGB: (248,173,222) (97%, 68%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 173 of 255 = 68%
B 222 of 255 = 87%

248
173
222

R + G + B ~ 84%. #F8ADDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 173 + 222 = 643 (100%)
R 248 of 643 ~ 38.57%
G 173 of 643 ~ 26.91%
B 222 of 643 ~ 34.53'%

%38.57
%26.91
%34.53

CMYK color model

#F8ADDE color CMYK value is (0,30,10,3).

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

CMYK: (0,30,10,3)
C0M30Y10K3 (0%, 30%, 10%, 3%)
(0.00 / 0.30 / 0.10 / 0.03)

CMYK percentages

%0
%30.24
%10.48
%2.75

Codes

Color #F8ADDE in popluar color models

F8 AD DE
RGB 248 173 222
HSL 321° 84.27% 82.55%
HSB/HSV 321° 30.24% 97.25%
CMYK 0.00% 30.24% 10.48%
2.75%

Color #F8ADDE in popluar number systems.

HEX F8 AD DE
Decimal 248 173 222
Binary 11111000 10101101 11011110
Octal 370 255 336

Shades and tints

Shades of #F8ADDE

#F8ADDE
(248,173,222)
#E29ECA
(226,158,202)
#CC8FB6
(204,143,182)
#B680A2
(182,128,162)
#A0718E
(160,113,142)
#8A627A
(138,98,122)
#745366
(116,83,102)
#5E4452
(94,68,82)
#48353E
(72,53,62)
#32262A
(50,38,42)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #F8ADDE

#F8ADDE
(248,173,222)
#F8B4E1
(248,180,225)
#F8BBE4
(248,187,228)
#F8C2E7
(248,194,231)
#F8C9EA
(248,201,234)
#F8D0ED
(248,208,237)
#F8D7F0
(248,215,240)
#F8DEF3
(248,222,243)
#F8E5F6
(248,229,246)
#F8ECF9
(248,236,249)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8ADDE; }

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

This text font color is #F8ADDE.

Background Color

.myBgColor { background-color: #F8ADDE; }

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

This div background color is #F8ADDE.

Border color

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

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

This div border color is #F8ADDE.

Opacity

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

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

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

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

This text has shadow with #F8ADDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8ADDE.

Preview

Color preview on black background

This text has color #F8ADDE on black background.


Color preview on white background

This text has color #F8ADDE on white background.


Black color preview on #F8ADDE background

This text has black color on #F8ADDE background.


White color preview on #F8ADDE background

This text has white color on #F8ADDE background.


Related colors

Complementary color

Complementary color for #hex is #075221.


I love getcolorcode.com

Triadic colors

1 #DEF8AD and #ADDEF8 with #F8ADDE are triadic colors.

2 #DEADF8 and #ADF8DE with #F8ADDE are triadic colors.