COLOR #FCC6F8

HEX: #FCC6F8
RGB: (252,198,248)

Renk bilgisi

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

RGB renk modeli

#FCC6F8 color RGB value is (252,198,248).

  • kırmız ton 252;
  • yeşil ton 198;
  • mavi ton 248.
RGB:
(252,198,248)
(99%,78%,97%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 198 of 255 = 78%
B 248 of 255 = 97%

252
198
248

R + G + B ~ 91%. #FCC6F8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 198 + 248 = 698 (100%)
R 252 of 698 ~ 36.1%
G 198 of 698 ~ 28.37%
B 248 of 698 ~ 35.53%

%36.1
%28.37
%35.53

CMYK RENK MODELİ

#FCC6F8 rengi CMYK tonu (0,21,2,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 1.59%
  • ana renk tonu 1.18%
CMYK:
(0,21,2,1)
C0M21Y2K1 
(0%,21%,2%,1%)
(0.00/0.21/0.02/0.01)	

CMYK yüzdeleri

%0
%21.43
%1.59
%1.18

Codes

Color #FCC6F8 in popluar color models

FCC6F8
RGB252198248
HSL304°90.00%88.24%
HSB/HSV304°21.43%98.82%
CMYK0.00%21.43%1.59%
1.18%

Color #FCC6F8 in popluar number systems.

HEXFCC6F8
Decimal252198248
Binary111111001100011011111000
Octal374306370

Shades and tints

Shades of #FCC6F8

#FCC6F8
(252,198,248)
#E6B4E2
(230,180,226)
#D0A2CC
(208,162,204)
#BA90B6
(186,144,182)
#A47EA0
(164,126,160)
#8E6C8A
(142,108,138)
#785A74
(120,90,116)
#62485E
(98,72,94)
#4C3648
(76,54,72)
#362432
(54,36,50)
#20121C
(32,18,28)
#000000
(0,0,0)

Tints of #FCC6F8

#FCC6F8
(252,198,248)
#FCCBF8
(252,203,248)
#FCD0F8
(252,208,248)
#FCD5F8
(252,213,248)
#FCDAF8
(252,218,248)
#FCDFF8
(252,223,248)
#FCE4F8
(252,228,248)
#FCE9F8
(252,233,248)
#FCEEF8
(252,238,248)
#FCF3F8
(252,243,248)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC6F8 color. Also use rgb(252,198,248) instead hex code.

Text Font Color

.myTextColor { color: #FCC6F8; }

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

This text font color is #FCC6F8.


Background Color

.myBgColor { background-color: #FCC6F8; }

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

This div background color is #FCC6F8.


Border color

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

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

This div border color is #FCC6F8.


Opacity

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

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

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

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

This text has shadow with #FCC6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC6F8 on black background.


Color preview on white background

This text has color #FCC6F8 on white background.



Black color preview on #FCC6F8 background

This text has black color on #FCC6F8 background.


White color preview on #FCC6F8 background

This text has white color on #FCC6F8 background.