COLOR #F8D2FF

HEX: #F8D2FF RGB: (248,210,255)

Color info

#F8D2FF contains red, green and blue colors in about the same proportion. Web safe color of #F8D2FF is #FFCCFF (or #FCF).

RGB color model

#F8D2FF color RGB value is (248,210,255).

RGB: (248,210,255) (97%, 82%, 100%)

RGB channels and saturation

R 248 of 255 = 97%
G 210 of 255 = 82%
B 255 of 255 = 100%

248
210
255

R + G + B ~ 93%. #F8D2FF is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 210 + 255 = 713 (100%)
R 248 of 713 ~ 34.78%
G 210 of 713 ~ 29.45%
B 255 of 713 ~ 35.76'%

%34.78
%29.45
%35.76

CMYK color model

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

  • cyan value is 2.75%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (3,18,0,0)
C3M18Y0K0 (3%, 18%, 0%, 0%)
(0.03 / 0.18 / 0.00 / 0.00)

CMYK percentages

%2.75
%17.65
%0
%0

Codes

Color #F8D2FF in popluar color models

F8 D2 FF
RGB 248 210 255
HSL 291° 100.00% 91.18%
HSB/HSV 291° 17.65% 100.00%
CMYK 2.75% 17.65% 0.00%
0.00%

Color #F8D2FF in popluar number systems.

HEX F8 D2 FF
Decimal 248 210 255
Binary 11111000 11010010 11111111
Octal 370 322 377

Shades and tints

Shades of #F8D2FF

#F8D2FF
(248,210,255)
#E2BFE8
(226,191,232)
#CCACD1
(204,172,209)
#B699BA
(182,153,186)
#A086A3
(160,134,163)
#8A738C
(138,115,140)
#746075
(116,96,117)
#5E4D5E
(94,77,94)
#483A47
(72,58,71)
#322730
(50,39,48)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #F8D2FF

#F8D2FF
(248,210,255)
#F8D6FF
(248,214,255)
#F8DAFF
(248,218,255)
#F8DEFF
(248,222,255)
#F8E2FF
(248,226,255)
#F8E6FF
(248,230,255)
#F8EAFF
(248,234,255)
#F8EEFF
(248,238,255)
#F8F2FF
(248,242,255)
#F8F6FF
(248,246,255)
#F8FAFF
(248,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D2FF color. Also use rgb(248,210,255) instead hex code.

Text Font Color

.myTextColor { color: #F8D2FF; }

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

This text font color is #F8D2FF.

Background Color

.myBgColor { background-color: #F8D2FF; }

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

This div background color is #F8D2FF.

Border color

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

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

This div border color is #F8D2FF.

Opacity

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

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

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

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

This text has shadow with #F8D2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D2FF.

Preview

Color preview on black background

This text has color #F8D2FF on black background.


Color preview on white background

This text has color #F8D2FF on white background.


Black color preview on #F8D2FF background

This text has black color on #F8D2FF background.


White color preview on #F8D2FF background

This text has white color on #F8D2FF background.


Related colors

Complementary color

Complementary color for #hex is #072D00.


I love getcolorcode.com

Triadic colors

1 #FFF8D2 and #D2FFF8 with #F8D2FF are triadic colors.

2 #FFD2F8 and #D2F8FF with #F8D2FF are triadic colors.