COLOR #FDDABB

HEX: #FDDABB
RGB: (253,218,187)

Renk bilgisi

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

RGB renk modeli

#FDDABB color RGB value is (253,218,187).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 218 of 255 = 85%
B 187 of 255 = 73%

253
218
187

R + G + B ~ 86%. #FDDABB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 218 + 187 = 658 (100%)
R 253 of 658 ~ 38.45%
G 218 of 658 ~ 33.13%
B 187 of 658 ~ 28.42%

%38.45
%33.13
%28.42

CMYK RENK MODELİ

#FDDABB rengi CMYK tonu (0,14,26,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.83%
  • sarı tonu 26.09%
  • ana renk tonu 0.78%
CMYK:
(0,14,26,1)
C0M14Y26K1 
(0%,14%,26%,1%)
(0.00/0.14/0.26/0.01)	

CMYK yüzdeleri

%0
%13.83
%26.09
%0.78

Codes

Color #FDDABB in popluar color models

FDDABB
RGB253218187
HSL28°94.29%86.27%
HSB/HSV28°26.09%99.22%
CMYK0.00%13.83%26.09%
0.78%

Color #FDDABB in popluar number systems.

HEXFDDABB
Decimal253218187
Binary111111011101101010111011
Octal375332273

Shades and tints

Shades of #FDDABB

#FDDABB
(253,218,187)
#E6C7AA
(230,199,170)
#CFB499
(207,180,153)
#B8A188
(184,161,136)
#A18E77
(161,142,119)
#8A7B66
(138,123,102)
#736855
(115,104,85)
#5C5544
(92,85,68)
#454233
(69,66,51)
#2E2F22
(46,47,34)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #FDDABB

#FDDABB
(253,218,187)
#FDDDC1
(253,221,193)
#FDE0C7
(253,224,199)
#FDE3CD
(253,227,205)
#FDE6D3
(253,230,211)
#FDE9D9
(253,233,217)
#FDECDF
(253,236,223)
#FDEFE5
(253,239,229)
#FDF2EB
(253,242,235)
#FDF5F1
(253,245,241)
#FDF8F7
(253,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDABB; }

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

This text font color is #FDDABB.


Background Color

.myBgColor { background-color: #FDDABB; }

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

This div background color is #FDDABB.


Border color

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

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

This div border color is #FDDABB.


Opacity

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

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

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

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

This text has shadow with #FDDABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDDABB on black background.


Color preview on white background

This text has color #FDDABB on white background.



Black color preview on #FDDABB background

This text has black color on #FDDABB background.


White color preview on #FDDABB background

This text has white color on #FDDABB background.