COLOR #FDD5EB

HEX: #FDD5EB
RGB: (253,213,235)

Renk bilgisi

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

RGB renk modeli

#FDD5EB color RGB value is (253,213,235).

  • kırmız ton 253;
  • yeşil ton 213;
  • mavi ton 235.
RGB:
(253,213,235)
(99%,84%,92%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 213 of 255 = 84%
B 235 of 255 = 92%

253
213
235

R + G + B ~ 92%. #FDD5EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 213 + 235 = 701 (100%)
R 253 of 701 ~ 36.09%
G 213 of 701 ~ 30.39%
B 235 of 701 ~ 33.52%

%36.09
%30.39
%33.52

CMYK RENK MODELİ

#FDD5EB rengi CMYK tonu (0,16,7,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.81%
  • sarı tonu 7.11%
  • ana renk tonu 0.78%
CMYK:
(0,16,7,1)
C0M16Y7K1 
(0%,16%,7%,1%)
(0.00/0.16/0.07/0.01)	

CMYK yüzdeleri

%0
%15.81
%7.11
%0.78

Codes

Color #FDD5EB in popluar color models

FDD5EB
RGB253213235
HSL327°90.91%91.37%
HSB/HSV327°15.81%99.22%
CMYK0.00%15.81%7.11%
0.78%

Color #FDD5EB in popluar number systems.

HEXFDD5EB
Decimal253213235
Binary111111011101010111101011
Octal375325353

Shades and tints

Shades of #FDD5EB

#FDD5EB
(253,213,235)
#E6C2D6
(230,194,214)
#CFAFC1
(207,175,193)
#B89CAC
(184,156,172)
#A18997
(161,137,151)
#8A7682
(138,118,130)
#73636D
(115,99,109)
#5C5058
(92,80,88)
#453D43
(69,61,67)
#2E2A2E
(46,42,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #FDD5EB

#FDD5EB
(253,213,235)
#FDD8EC
(253,216,236)
#FDDBED
(253,219,237)
#FDDEEE
(253,222,238)
#FDE1EF
(253,225,239)
#FDE4F0
(253,228,240)
#FDE7F1
(253,231,241)
#FDEAF2
(253,234,242)
#FDEDF3
(253,237,243)
#FDF0F4
(253,240,244)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD5EB; }

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

This text font color is #FDD5EB.


Background Color

.myBgColor { background-color: #FDD5EB; }

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

This div background color is #FDD5EB.


Border color

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

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

This div border color is #FDD5EB.


Opacity

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

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

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

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

This text has shadow with #FDD5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD5EB on black background.


Color preview on white background

This text has color #FDD5EB on white background.



Black color preview on #FDD5EB background

This text has black color on #FDD5EB background.


White color preview on #FDD5EB background

This text has white color on #FDD5EB background.