COLOR #FDD8EE

HEX: #FDD8EE
RGB: (253,216,238)

Renk bilgisi

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

RGB renk modeli

#FDD8EE color RGB value is (253,216,238).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 216 of 255 = 85%
B 238 of 255 = 93%

253
216
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 216 + 238 = 707 (100%)
R 253 of 707 ~ 35.79%
G 216 of 707 ~ 30.55%
B 238 of 707 ~ 33.66%

%35.79
%30.55
%33.66

CMYK RENK MODELİ

#FDD8EE rengi CMYK tonu (0,15,6,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.62%
  • sarı tonu 5.93%
  • ana renk tonu 0.78%
CMYK:
(0,15,6,1)
C0M15Y6K1 
(0%,15%,6%,1%)
(0.00/0.15/0.06/0.01)	

CMYK yüzdeleri

%0
%14.62
%5.93
%0.78

Codes

Color #FDD8EE in popluar color models

FDD8EE
RGB253216238
HSL324°90.24%91.96%
HSB/HSV324°14.62%99.22%
CMYK0.00%14.62%5.93%
0.78%

Color #FDD8EE in popluar number systems.

HEXFDD8EE
Decimal253216238
Binary111111011101100011101110
Octal375330356

Shades and tints

Shades of #FDD8EE

#FDD8EE
(253,216,238)
#E6C5D9
(230,197,217)
#CFB2C4
(207,178,196)
#B89FAF
(184,159,175)
#A18C9A
(161,140,154)
#8A7985
(138,121,133)
#736670
(115,102,112)
#5C535B
(92,83,91)
#454046
(69,64,70)
#2E2D31
(46,45,49)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #FDD8EE

#FDD8EE
(253,216,238)
#FDDBEF
(253,219,239)
#FDDEF0
(253,222,240)
#FDE1F1
(253,225,241)
#FDE4F2
(253,228,242)
#FDE7F3
(253,231,243)
#FDEAF4
(253,234,244)
#FDEDF5
(253,237,245)
#FDF0F6
(253,240,246)
#FDF3F7
(253,243,247)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD8EE; }

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

This text font color is #FDD8EE.


Background Color

.myBgColor { background-color: #FDD8EE; }

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

This div background color is #FDD8EE.


Border color

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

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

This div border color is #FDD8EE.


Opacity

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

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

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

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

This text has shadow with #FDD8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD8EE on black background.


Color preview on white background

This text has color #FDD8EE on white background.



Black color preview on #FDD8EE background

This text has black color on #FDD8EE background.


White color preview on #FDD8EE background

This text has white color on #FDD8EE background.