COLOR #FDC4FF

HEX: #FDC4FF
RGB: (253,196,255)

Renk bilgisi

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

RGB renk modeli

#FDC4FF color RGB value is (253,196,255).

  • kırmız ton 253;
  • yeşil ton 196;
  • mavi ton 255.
RGB:
(253,196,255)
(99%,77%,100%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 196 of 255 = 77%
B 255 of 255 = 100%

253
196
255

R + G + B ~ 92%. #FDC4FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 196 + 255 = 704 (100%)
R 253 of 704 ~ 35.94%
G 196 of 704 ~ 27.84%
B 255 of 704 ~ 36.22%

%35.94
%27.84
%36.22

CMYK RENK MODELİ

#FDC4FF rengi CMYK tonu (1,23,0,0).

  • camgöbeği tonu 0.78%
  • eflatun tonu 23.14%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(1,23,0,0)
C1M23Y0K0 
(1%,23%,0%,0%)
(0.01/0.23/0.00/0.00)	

CMYK yüzdeleri

%0.78
%23.14
%0
%0

Codes

Color #FDC4FF in popluar color models

FDC4FF
RGB253196255
HSL298°100.00%88.43%
HSB/HSV298°23.14%100.00%
CMYK0.78%23.14%0.00%
0.00%

Color #FDC4FF in popluar number systems.

HEXFDC4FF
Decimal253196255
Binary111111011100010011111111
Octal375304377

Shades and tints

Shades of #FDC4FF

#FDC4FF
(253,196,255)
#E6B3E8
(230,179,232)
#CFA2D1
(207,162,209)
#B891BA
(184,145,186)
#A180A3
(161,128,163)
#8A6F8C
(138,111,140)
#735E75
(115,94,117)
#5C4D5E
(92,77,94)
#453C47
(69,60,71)
#2E2B30
(46,43,48)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #FDC4FF

#FDC4FF
(253,196,255)
#FDC9FF
(253,201,255)
#FDCEFF
(253,206,255)
#FDD3FF
(253,211,255)
#FDD8FF
(253,216,255)
#FDDDFF
(253,221,255)
#FDE2FF
(253,226,255)
#FDE7FF
(253,231,255)
#FDECFF
(253,236,255)
#FDF1FF
(253,241,255)
#FDF6FF
(253,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC4FF color. Also use rgb(253,196,255) instead hex code.

Text Font Color

.myTextColor { color: #FDC4FF; }

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

This text font color is #FDC4FF.


Background Color

.myBgColor { background-color: #FDC4FF; }

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

This div background color is #FDC4FF.


Border color

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

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

This div border color is #FDC4FF.


Opacity

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

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

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

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

This text has shadow with #FDC4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC4FF on black background.


Color preview on white background

This text has color #FDC4FF on white background.



Black color preview on #FDC4FF background

This text has black color on #FDC4FF background.


White color preview on #FDC4FF background

This text has white color on #FDC4FF background.