COLOR #FED9DC

HEX: #FED9DC
RGB: (254,217,220)

Renk bilgisi

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

RGB renk modeli

#FED9DC color RGB value is (254,217,220).

  • kırmız ton 254;
  • yeşil ton 217;
  • mavi ton 220.
RGB:
(254,217,220)
(100%,85%,86%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 217 of 255 = 85%
B 220 of 255 = 86%

254
217
220

R + G + B ~ 90%. #FED9DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 217 + 220 = 691 (100%)
R 254 of 691 ~ 36.76%
G 217 of 691 ~ 31.4%
B 220 of 691 ~ 31.84%

%36.76
%31.4
%31.84

CMYK RENK MODELİ

#FED9DC rengi CMYK tonu (0,15,13,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.57%
  • sarı tonu 13.39%
  • ana renk tonu 0.39%
CMYK:
(0,15,13,0)
C0M15Y13K0 
(0%,15%,13%,0%)
(0.00/0.15/0.13/0.00)	

CMYK yüzdeleri

%0
%14.57
%13.39
%0.39

Codes

Color #FED9DC in popluar color models

FED9DC
RGB254217220
HSL355°94.87%92.35%
HSB/HSV355°14.57%99.61%
CMYK0.00%14.57%13.39%
0.39%

Color #FED9DC in popluar number systems.

HEXFED9DC
Decimal254217220
Binary111111101101100111011100
Octal376331334

Shades and tints

Shades of #FED9DC

#FED9DC
(254,217,220)
#E7C6C8
(231,198,200)
#D0B3B4
(208,179,180)
#B9A0A0
(185,160,160)
#A28D8C
(162,141,140)
#8B7A78
(139,122,120)
#746764
(116,103,100)
#5D5450
(93,84,80)
#46413C
(70,65,60)
#2F2E28
(47,46,40)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #FED9DC

#FED9DC
(254,217,220)
#FEDCDF
(254,220,223)
#FEDFE2
(254,223,226)
#FEE2E5
(254,226,229)
#FEE5E8
(254,229,232)
#FEE8EB
(254,232,235)
#FEEBEE
(254,235,238)
#FEEEF1
(254,238,241)
#FEF1F4
(254,241,244)
#FEF4F7
(254,244,247)
#FEF7FA
(254,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED9DC color. Also use rgb(254,217,220) instead hex code.

Text Font Color

.myTextColor { color: #FED9DC; }

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

This text font color is #FED9DC.


Background Color

.myBgColor { background-color: #FED9DC; }

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

This div background color is #FED9DC.


Border color

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

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

This div border color is #FED9DC.


Opacity

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

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

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

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

This text has shadow with #FED9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED9DC on black background.


Color preview on white background

This text has color #FED9DC on white background.



Black color preview on #FED9DC background

This text has black color on #FED9DC background.


White color preview on #FED9DC background

This text has white color on #FED9DC background.