COLOR #FFCCDD

HEX: #FFCCDD
RGB: (255,204,221)

Renk bilgisi

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

RGB renk modeli

#FFCCDD color RGB value is (255,204,221).

  • kırmız ton 255;
  • yeşil ton 204;
  • mavi ton 221.
RGB:
(255,204,221)
(100%,80%,87%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 204 of 255 = 80%
B 221 of 255 = 87%

255
204
221

R + G + B ~ 89%. #FFCCDD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 204 + 221 = 680 (100%)
R 255 of 680 ~ 37.5%
G 204 of 680 ~ 30%
B 221 of 680 ~ 32.5%

%37.5
%30
%32.5

CMYK RENK MODELİ

#FFCCDD rengi CMYK tonu (0,20,13,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 13.33%
  • ana renk tonu 0.00%
CMYK:
(0,20,13,0)
C0M20Y13K0 
(0%,20%,13%,0%)
(0.00/0.20/0.13/0.00)	

CMYK yüzdeleri

%0
%20
%13.33
%0

Codes

Color #FFCCDD in popluar color models

FFCCDD
RGB255204221
HSL340°100.00%90.00%
HSB/HSV340°20.00%100.00%
CMYK0.00%20.00%13.33%
0.00%

Color #FFCCDD in popluar number systems.

HEXFFCCDD
Decimal255204221
Binary111111111100110011011101
Octal377314335

Shades and tints

Shades of #FFCCDD

#FFCCDD
(255,204,221)
#E8BAC9
(232,186,201)
#D1A8B5
(209,168,181)
#BA96A1
(186,150,161)
#A3848D
(163,132,141)
#8C7279
(140,114,121)
#756065
(117,96,101)
#5E4E51
(94,78,81)
#473C3D
(71,60,61)
#302A29
(48,42,41)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #FFCCDD

#FFCCDD
(255,204,221)
#FFD0E0
(255,208,224)
#FFD4E3
(255,212,227)
#FFD8E6
(255,216,230)
#FFDCE9
(255,220,233)
#FFE0EC
(255,224,236)
#FFE4EF
(255,228,239)
#FFE8F2
(255,232,242)
#FFECF5
(255,236,245)
#FFF0F8
(255,240,248)
#FFF4FB
(255,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCCDD color. Also use rgb(255,204,221) instead hex code.

Text Font Color

.myTextColor { color: #FFCCDD; }

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

This text font color is #FFCCDD.


Background Color

.myBgColor { background-color: #FFCCDD; }

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

This div background color is #FFCCDD.


Border color

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

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

This div border color is #FFCCDD.


Opacity

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

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

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

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

This text has shadow with #FFCCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCCDD on black background.


Color preview on white background

This text has color #FFCCDD on white background.



Black color preview on #FFCCDD background

This text has black color on #FFCCDD background.


White color preview on #FFCCDD background

This text has white color on #FFCCDD background.