COLOR #FFD7F0

HEX: #FFD7F0
RGB: (255,215,240)

Color info

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

RGB color model

#FFD7F0 color RGB value is (255,215,240).

  • red value is 255;
  • green value is 215;
  • blue value is 240.
RGB:
(255,215,240)
(100%,84%,94%)

RGB channels and saturation

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

255
215
240

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

Portions of RGB colors in percentages

R + G + B =
255 + 215 + 240 = 710 (100%)
R 255 of 710 ~ 35.92%
G 215 of 710 ~ 30.28%
B 240 of 710 ~ 33.8%

%35.92
%30.28
%33.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 5.88%
  • key color value is 0.00%
CMYK:
(0,16,6,0)
C0M16Y6K0 
(0%,16%,6%,0%)
(0.00/0.16/0.06/0.00)	

CMYK percentages

%0
%15.69
%5.88
%0

Codes

Color #FFD7F0 in popluar color models

FFD7F0
RGB255215240
HSL323°100.00%92.16%
HSB/HSV323°15.69%100.00%
CMYK0.00%15.69%5.88%
0.00%

Color #FFD7F0 in popluar number systems.

HEXFFD7F0
Decimal255215240
Binary111111111101011111110000
Octal377327360

Shades and tints

Shades of #FFD7F0

#FFD7F0
(255,215,240)
#E8C4DB
(232,196,219)
#D1B1C6
(209,177,198)
#BA9EB1
(186,158,177)
#A38B9C
(163,139,156)
#8C7887
(140,120,135)
#756572
(117,101,114)
#5E525D
(94,82,93)
#473F48
(71,63,72)
#302C33
(48,44,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #FFD7F0

#FFD7F0
(255,215,240)
#FFDAF1
(255,218,241)
#FFDDF2
(255,221,242)
#FFE0F3
(255,224,243)
#FFE3F4
(255,227,244)
#FFE6F5
(255,230,245)
#FFE9F6
(255,233,246)
#FFECF7
(255,236,247)
#FFEFF8
(255,239,248)
#FFF2F9
(255,242,249)
#FFF5FA
(255,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD7F0; }

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

This text font color is #FFD7F0.


Background Color

.myBgColor { background-color: #FFD7F0; }

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

This div background color is #FFD7F0.


Border color

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

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

This div border color is #FFD7F0.


Opacity

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

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

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

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

This text has shadow with #FFD7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD7F0 on black background.


Color preview on white background

This text has color #FFD7F0 on white background.



Black color preview on #FFD7F0 background

This text has black color on #FFD7F0 background.


White color preview on #FFD7F0 background

This text has white color on #FFD7F0 background.