COLOR #F9CDD2

HEX: #F9CDD2
RGB: (249,205,210)

Renk bilgisi

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

RGB renk modeli

#F9CDD2 color RGB value is (249,205,210).

  • kırmız ton 249;
  • yeşil ton 205;
  • mavi ton 210.
RGB:
(249,205,210)
(98%,80%,82%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 205 of 255 = 80%
B 210 of 255 = 82%

249
205
210

R + G + B ~ 87%. #F9CDD2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 205 + 210 = 664 (100%)
R 249 of 664 ~ 37.5%
G 205 of 664 ~ 30.87%
B 210 of 664 ~ 31.63%

%37.5
%30.87
%31.63

CMYK RENK MODELİ

#F9CDD2 rengi CMYK tonu (0,18,16,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.67%
  • sarı tonu 15.66%
  • ana renk tonu 2.35%
CMYK:
(0,18,16,2)
C0M18Y16K2 
(0%,18%,16%,2%)
(0.00/0.18/0.16/0.02)	

CMYK yüzdeleri

%0
%17.67
%15.66
%2.35

Codes

Color #F9CDD2 in popluar color models

F9CDD2
RGB249205210
HSL353°78.57%89.02%
HSB/HSV353°17.67%97.65%
CMYK0.00%17.67%15.66%
2.35%

Color #F9CDD2 in popluar number systems.

HEXF9CDD2
Decimal249205210
Binary111110011100110111010010
Octal371315322

Shades and tints

Shades of #F9CDD2

#F9CDD2
(249,205,210)
#E3BBBF
(227,187,191)
#CDA9AC
(205,169,172)
#B79799
(183,151,153)
#A18586
(161,133,134)
#8B7373
(139,115,115)
#756160
(117,97,96)
#5F4F4D
(95,79,77)
#493D3A
(73,61,58)
#332B27
(51,43,39)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #F9CDD2

#F9CDD2
(249,205,210)
#F9D1D6
(249,209,214)
#F9D5DA
(249,213,218)
#F9D9DE
(249,217,222)
#F9DDE2
(249,221,226)
#F9E1E6
(249,225,230)
#F9E5EA
(249,229,234)
#F9E9EE
(249,233,238)
#F9EDF2
(249,237,242)
#F9F1F6
(249,241,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CDD2 color. Also use rgb(249,205,210) instead hex code.

Text Font Color

.myTextColor { color: #F9CDD2; }

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

This text font color is #F9CDD2.


Background Color

.myBgColor { background-color: #F9CDD2; }

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

This div background color is #F9CDD2.


Border color

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

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

This div border color is #F9CDD2.


Opacity

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

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

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

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

This text has shadow with #F9CDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CDD2 on black background.


Color preview on white background

This text has color #F9CDD2 on white background.



Black color preview on #F9CDD2 background

This text has black color on #F9CDD2 background.


White color preview on #F9CDD2 background

This text has white color on #F9CDD2 background.