COLOR #FDD5EE

HEX: #FDD5EE
RGB: (253,213,238)

Renk bilgisi

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

RGB renk modeli

#FDD5EE color RGB value is (253,213,238).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 213 of 255 = 84%
B 238 of 255 = 93%

253
213
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 213 + 238 = 704 (100%)
R 253 of 704 ~ 35.94%
G 213 of 704 ~ 30.26%
B 238 of 704 ~ 33.81%

%35.94
%30.26
%33.81

CMYK RENK MODELİ

#FDD5EE rengi CMYK tonu (0,16,6,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.81%
  • sarı tonu 5.93%
  • ana renk tonu 0.78%
CMYK:
(0,16,6,1)
C0M16Y6K1 
(0%,16%,6%,1%)
(0.00/0.16/0.06/0.01)	

CMYK yüzdeleri

%0
%15.81
%5.93
%0.78

Codes

Color #FDD5EE in popluar color models

FDD5EE
RGB253213238
HSL323°90.91%91.37%
HSB/HSV323°15.81%99.22%
CMYK0.00%15.81%5.93%
0.78%

Color #FDD5EE in popluar number systems.

HEXFDD5EE
Decimal253213238
Binary111111011101010111101110
Octal375325356

Shades and tints

Shades of #FDD5EE

#FDD5EE
(253,213,238)
#E6C2D9
(230,194,217)
#CFAFC4
(207,175,196)
#B89CAF
(184,156,175)
#A1899A
(161,137,154)
#8A7685
(138,118,133)
#736370
(115,99,112)
#5C505B
(92,80,91)
#453D46
(69,61,70)
#2E2A31
(46,42,49)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #FDD5EE

#FDD5EE
(253,213,238)
#FDD8EF
(253,216,239)
#FDDBF0
(253,219,240)
#FDDEF1
(253,222,241)
#FDE1F2
(253,225,242)
#FDE4F3
(253,228,243)
#FDE7F4
(253,231,244)
#FDEAF5
(253,234,245)
#FDEDF6
(253,237,246)
#FDF0F7
(253,240,247)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD5EE; }

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

This text font color is #FDD5EE.


Background Color

.myBgColor { background-color: #FDD5EE; }

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

This div background color is #FDD5EE.


Border color

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

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

This div border color is #FDD5EE.


Opacity

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

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

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

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

This text has shadow with #FDD5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD5EE on black background.


Color preview on white background

This text has color #FDD5EE on white background.



Black color preview on #FDD5EE background

This text has black color on #FDD5EE background.


White color preview on #FDD5EE background

This text has white color on #FDD5EE background.