COLOR #FDD2BB

HEX: #FDD2BB
RGB: (253,210,187)

Renk bilgisi

#FDD2BB contains mainly red and green colors. #FDD2BB ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FDD2BB color RGB value is (253,210,187).

  • kırmız ton 253;
  • yeşil ton 210;
  • mavi ton 187.
RGB:
(253,210,187)
(99%,82%,73%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 210 of 255 = 82%
B 187 of 255 = 73%

253
210
187

R + G + B ~ 85%. #FDD2BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 210 + 187 = 650 (100%)
R 253 of 650 ~ 38.92%
G 210 of 650 ~ 32.31%
B 187 of 650 ~ 28.77%

%38.92
%32.31
%28.77

CMYK RENK MODELİ

#FDD2BB rengi CMYK tonu (0,17,26,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.00%
  • sarı tonu 26.09%
  • ana renk tonu 0.78%
CMYK:
(0,17,26,1)
C0M17Y26K1 
(0%,17%,26%,1%)
(0.00/0.17/0.26/0.01)	

CMYK yüzdeleri

%0
%17
%26.09
%0.78

Codes

Color #FDD2BB in popluar color models

FDD2BB
RGB253210187
HSL21°94.29%86.27%
HSB/HSV21°26.09%99.22%
CMYK0.00%17.00%26.09%
0.78%

Color #FDD2BB in popluar number systems.

HEXFDD2BB
Decimal253210187
Binary111111011101001010111011
Octal375322273

Shades and tints

Shades of #FDD2BB

#FDD2BB
(253,210,187)
#E6BFAA
(230,191,170)
#CFAC99
(207,172,153)
#B89988
(184,153,136)
#A18677
(161,134,119)
#8A7366
(138,115,102)
#736055
(115,96,85)
#5C4D44
(92,77,68)
#453A33
(69,58,51)
#2E2722
(46,39,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #FDD2BB

#FDD2BB
(253,210,187)
#FDD6C1
(253,214,193)
#FDDAC7
(253,218,199)
#FDDECD
(253,222,205)
#FDE2D3
(253,226,211)
#FDE6D9
(253,230,217)
#FDEADF
(253,234,223)
#FDEEE5
(253,238,229)
#FDF2EB
(253,242,235)
#FDF6F1
(253,246,241)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD2BB color. Also use rgb(253,210,187) instead hex code.

Text Font Color

.myTextColor { color: #FDD2BB; }

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

This text font color is #FDD2BB.


Background Color

.myBgColor { background-color: #FDD2BB; }

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

This div background color is #FDD2BB.


Border color

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

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

This div border color is #FDD2BB.


Opacity

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

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

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

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

This text has shadow with #FDD2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD2BB on black background.


Color preview on white background

This text has color #FDD2BB on white background.



Black color preview on #FDD2BB background

This text has black color on #FDD2BB background.


White color preview on #FDD2BB background

This text has white color on #FDD2BB background.