COLOR #FFD5FF

HEX: #FFD5FF
RGB: (255,213,255)

Renk bilgisi

#FFD5FF contains red, green and blue colors in about the same proportion. #FFD5FF ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#FFD5FF color RGB value is (255,213,255).

  • kırmız ton 255;
  • yeşil ton 213;
  • mavi ton 255.
RGB:
(255,213,255)
(100%,84%,100%)

RGB bağlantıları ve doygunluk

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

255
213
255

R + G + B ~ 95%. #FFD5FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 213 + 255 = 723 (100%)
R 255 of 723 ~ 35.27%
G 213 of 723 ~ 29.46%
B 255 of 723 ~ 35.27%

%35.27
%29.46
%35.27

CMYK RENK MODELİ

#FFD5FF rengi CMYK tonu (0,16,0,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.47%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(0,16,0,0)
C0M16Y0K0 
(0%,16%,0%,0%)
(0.00/0.16/0.00/0.00)	

CMYK yüzdeleri

%0
%16.47
%0
%0

Codes

Color #FFD5FF in popluar color models

FFD5FF
RGB255213255
HSL300°100.00%91.76%
HSB/HSV300°16.47%100.00%
CMYK0.00%16.47%0.00%
0.00%

Color #FFD5FF in popluar number systems.

HEXFFD5FF
Decimal255213255
Binary111111111101010111111111
Octal377325377

Shades and tints

Shades of #FFD5FF

#FFD5FF
(255,213,255)
#E8C2E8
(232,194,232)
#D1AFD1
(209,175,209)
#BA9CBA
(186,156,186)
#A389A3
(163,137,163)
#8C768C
(140,118,140)
#756375
(117,99,117)
#5E505E
(94,80,94)
#473D47
(71,61,71)
#302A30
(48,42,48)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #FFD5FF

#FFD5FF
(255,213,255)
#FFD8FF
(255,216,255)
#FFDBFF
(255,219,255)
#FFDEFF
(255,222,255)
#FFE1FF
(255,225,255)
#FFE4FF
(255,228,255)
#FFE7FF
(255,231,255)
#FFEAFF
(255,234,255)
#FFEDFF
(255,237,255)
#FFF0FF
(255,240,255)
#FFF3FF
(255,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD5FF; }

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

This text font color is #FFD5FF.


Background Color

.myBgColor { background-color: #FFD5FF; }

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

This div background color is #FFD5FF.


Border color

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

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

This div border color is #FFD5FF.


Opacity

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

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

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

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

This text has shadow with #FFD5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5FF on black background.


Color preview on white background

This text has color #FFD5FF on white background.



Black color preview on #FFD5FF background

This text has black color on #FFD5FF background.


White color preview on #FFD5FF background

This text has white color on #FFD5FF background.