COLOR #FCC5FD

HEX: #FCC5FD RGB: (252,197,253)

Renk bilgisi

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

RGB renk modeli

#FCC5FD color RGB value is (252,197,253).

RGB: (252,197,253) (99%, 77%, 99%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 197 of 255 = 77%
B 253 of 255 = 99%

252
197
253

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 197 + 253 = 702 (100%)
R 252 of 702 ~ 35.9%
G 197 of 702 ~ 28.06%
B 253 of 702 ~ 36.04'%

%35.9
%28.06
%36.04

CMYK RENK MODELİ

#FCC5FD rengi CMYK tonu (0,22,0,1).

  • camgöbeği tonu 0.40%
  • eflatun tonu 22.13%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%

CMYK: (0,22,0,1)
C0M22Y0K1 (0%, 22%, 0%, 1%)
(0.00 / 0.22 / 0.00 / 0.01)

CMYK yüzdeleri

%0.4
%22.13
%0
%0.78

Codes

Color #FCC5FD in popluar color models

FC C5 FD
RGB 252 197 253
HSL 299° 93.33% 88.24%
HSB/HSV 299° 22.13% 99.22%
CMYK 0.40% 22.13% 0.00%
0.78%

Color #FCC5FD in popluar number systems.

HEX FC C5 FD
Decimal 252 197 253
Binary 11111100 11000101 11111101
Octal 374 305 375

Shades and tints

Shades of #FCC5FD

#FCC5FD
(252,197,253)
#E6B4E6
(230,180,230)
#D0A3CF
(208,163,207)
#BA92B8
(186,146,184)
#A481A1
(164,129,161)
#8E708A
(142,112,138)
#785F73
(120,95,115)
#624E5C
(98,78,92)
#4C3D45
(76,61,69)
#362C2E
(54,44,46)
#201B17
(32,27,23)
#000000
(0,0,0)

Tints of #FCC5FD

#FCC5FD
(252,197,253)
#FCCAFD
(252,202,253)
#FCCFFD
(252,207,253)
#FCD4FD
(252,212,253)
#FCD9FD
(252,217,253)
#FCDEFD
(252,222,253)
#FCE3FD
(252,227,253)
#FCE8FD
(252,232,253)
#FCEDFD
(252,237,253)
#FCF2FD
(252,242,253)
#FCF7FD
(252,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC5FD color. Also use rgb(252,197,253) instead hex code.

Text Font Color

.myTextColor { color: #FCC5FD; }

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

This text font color is #FCC5FD.

Background Color

.myBgColor { background-color: #FCC5FD; }

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

This div background color is #FCC5FD.

Border color

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

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

This div border color is #FCC5FD.

Opacity

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

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

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

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

This text has shadow with #FCC5FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC5FD.

Preview

Color preview on black background

This text has color #FCC5FD on black background.


Color preview on white background

This text has color #FCC5FD on white background.


Black color preview on #FCC5FD background

This text has black color on #FCC5FD background.


White color preview on #FCC5FD background

This text has white color on #FCC5FD background.


Related colors

Complementary color

Complementary color for #hex is #033A02.


I love getcolorcode.com

Triadic colors

1 #FDFCC5 and #C5FDFC with #FCC5FD are triadic colors.

2 #FDC5FC and #C5FCFD with #FCC5FD are triadic colors.