COLOR #F0D5FF

HEX: #F0D5FF RGB: (240,213,255)

Color info

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

RGB color model

#F0D5FF color RGB value is (240,213,255).

RGB: (240,213,255) (94%, 84%, 100%)

RGB channels and saturation

R 240 of 255 = 94%
G 213 of 255 = 84%
B 255 of 255 = 100%

240
213
255

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

Portions of RGB colors in percentages

R + G + B = 240 + 213 + 255 = 708 (100%)
R 240 of 708 ~ 33.9%
G 213 of 708 ~ 30.08%
B 255 of 708 ~ 36.02'%

%33.9
%30.08
%36.02

CMYK color model

#F0D5FF color CMYK value is (6,16,0,0).

  • cyan value is 5.88%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (6,16,0,0)
C6M16Y0K0 (6%, 16%, 0%, 0%)
(0.06 / 0.16 / 0.00 / 0.00)

CMYK percentages

%5.88
%16.47
%0
%0

Codes

Color #F0D5FF in popluar color models

F0 D5 FF
RGB 240 213 255
HSL 279° 100.00% 91.76%
HSB/HSV 279° 16.47% 100.00%
CMYK 5.88% 16.47% 0.00%
0.00%

Color #F0D5FF in popluar number systems.

HEX F0 D5 FF
Decimal 240 213 255
Binary 11110000 11010101 11111111
Octal 360 325 377

Shades and tints

Shades of #F0D5FF

#F0D5FF
(240,213,255)
#DBC2E8
(219,194,232)
#C6AFD1
(198,175,209)
#B19CBA
(177,156,186)
#9C89A3
(156,137,163)
#87768C
(135,118,140)
#726375
(114,99,117)
#5D505E
(93,80,94)
#483D47
(72,61,71)
#332A30
(51,42,48)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #F0D5FF

#F0D5FF
(240,213,255)
#F1D8FF
(241,216,255)
#F2DBFF
(242,219,255)
#F3DEFF
(243,222,255)
#F4E1FF
(244,225,255)
#F5E4FF
(245,228,255)
#F6E7FF
(246,231,255)
#F7EAFF
(247,234,255)
#F8EDFF
(248,237,255)
#F9F0FF
(249,240,255)
#FAF3FF
(250,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D5FF color. Also use rgb(240,213,255) instead hex code.

Text Font Color

.myTextColor { color: #F0D5FF; }

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

This text font color is #F0D5FF.

Background Color

.myBgColor { background-color: #F0D5FF; }

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

This div background color is #F0D5FF.

Border color

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

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

This div border color is #F0D5FF.

Opacity

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

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

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

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

This text has shadow with #F0D5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D5FF.

Preview

Color preview on black background

This text has color #F0D5FF on black background.


Color preview on white background

This text has color #F0D5FF on white background.


Black color preview on #F0D5FF background

This text has black color on #F0D5FF background.


White color preview on #F0D5FF background

This text has white color on #F0D5FF background.


Related colors

Complementary color

Complementary color for #hex is #0F2A00.


I love getcolorcode.com

Triadic colors

1 #FFF0D5 and #D5FFF0 with #F0D5FF are triadic colors.

2 #FFD5F0 and #D5F0FF with #F0D5FF are triadic colors.