COLOR #FFC6D9

HEX: #FFC6D9 RGB: (255,198,217)

Renk bilgisi

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

RGB renk modeli

#FFC6D9 color RGB value is (255,198,217).

RGB: (255,198,217) (100%, 78%, 85%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 198 of 255 = 78%
B 217 of 255 = 85%

255
198
217

R + G + B ~ 88%. #FFC6D9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 255 + 198 + 217 = 670 (100%)
R 255 of 670 ~ 38.06%
G 198 of 670 ~ 29.55%
B 217 of 670 ~ 32.39'%

%38.06
%29.55
%32.39

CMYK RENK MODELİ

#FFC6D9 rengi CMYK tonu (0,22,15,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.35%
  • sarı tonu 14.90%
  • ana renk tonu 0.00%

CMYK: (0,22,15,0)
C0M22Y15K0 (0%, 22%, 15%, 0%)
(0.00 / 0.22 / 0.15 / 0.00)

CMYK yüzdeleri

%0
%22.35
%14.9
%0

Codes

Color #FFC6D9 in popluar color models

FF C6 D9
RGB 255 198 217
HSL 340° 100.00% 88.82%
HSB/HSV 340° 22.35% 100.00%
CMYK 0.00% 22.35% 14.90%
0.00%

Color #FFC6D9 in popluar number systems.

HEX FF C6 D9
Decimal 255 198 217
Binary 11111111 11000110 11011001
Octal 377 306 331

Shades and tints

Shades of #FFC6D9

#FFC6D9
(255,198,217)
#E8B4C6
(232,180,198)
#D1A2B3
(209,162,179)
#BA90A0
(186,144,160)
#A37E8D
(163,126,141)
#8C6C7A
(140,108,122)
#755A67
(117,90,103)
#5E4854
(94,72,84)
#473641
(71,54,65)
#30242E
(48,36,46)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #FFC6D9

#FFC6D9
(255,198,217)
#FFCBDC
(255,203,220)
#FFD0DF
(255,208,223)
#FFD5E2
(255,213,226)
#FFDAE5
(255,218,229)
#FFDFE8
(255,223,232)
#FFE4EB
(255,228,235)
#FFE9EE
(255,233,238)
#FFEEF1
(255,238,241)
#FFF3F4
(255,243,244)
#FFF8F7
(255,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC6D9 color. Also use rgb(255,198,217) instead hex code.

Text Font Color

.myTextColor { color: #FFC6D9; }

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

This text font color is #FFC6D9.

Background Color

.myBgColor { background-color: #FFC6D9; }

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

This div background color is #FFC6D9.

Border color

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

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

This div border color is #FFC6D9.

Opacity

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

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

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

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

This text has shadow with #FFC6D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC6D9.

Preview

Color preview on black background

This text has color #FFC6D9 on black background.


Color preview on white background

This text has color #FFC6D9 on white background.


Black color preview on #FFC6D9 background

This text has black color on #FFC6D9 background.


White color preview on #FFC6D9 background

This text has white color on #FFC6D9 background.


Related colors

Complementary color

Complementary color for #hex is #003926.


I love getcolorcode.com

Triadic colors

1 #D9FFC6 and #C6D9FF with #FFC6D9 are triadic colors.

2 #D9C6FF and #C6FFD9 with #FFC6D9 are triadic colors.