COLOR #FFC6FF

HEX: #FFC6FF
RGB: (255,198,255)

Renk bilgisi

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

RGB renk modeli

#FFC6FF color RGB value is (255,198,255).

  • kırmız ton 255;
  • yeşil ton 198;
  • mavi ton 255.
RGB:
(255,198,255)
(100%,78%,100%)

RGB bağlantıları ve doygunluk

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

255
198
255

R + G + B ~ 93%. #FFC6FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 198 + 255 = 708 (100%)
R 255 of 708 ~ 36.02%
G 198 of 708 ~ 27.97%
B 255 of 708 ~ 36.02%

%36.02
%27.97
%36.02

CMYK RENK MODELİ

#FFC6FF rengi CMYK tonu (0,22,0,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.35%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(0,22,0,0)
C0M22Y0K0 
(0%,22%,0%,0%)
(0.00/0.22/0.00/0.00)	

CMYK yüzdeleri

%0
%22.35
%0
%0

Codes

Color #FFC6FF in popluar color models

FFC6FF
RGB255198255
HSL300°100.00%88.82%
HSB/HSV300°22.35%100.00%
CMYK0.00%22.35%0.00%
0.00%

Color #FFC6FF in popluar number systems.

HEXFFC6FF
Decimal255198255
Binary111111111100011011111111
Octal377306377

Shades and tints

Shades of #FFC6FF

#FFC6FF
(255,198,255)
#E8B4E8
(232,180,232)
#D1A2D1
(209,162,209)
#BA90BA
(186,144,186)
#A37EA3
(163,126,163)
#8C6C8C
(140,108,140)
#755A75
(117,90,117)
#5E485E
(94,72,94)
#473647
(71,54,71)
#302430
(48,36,48)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #FFC6FF

#FFC6FF
(255,198,255)
#FFCBFF
(255,203,255)
#FFD0FF
(255,208,255)
#FFD5FF
(255,213,255)
#FFDAFF
(255,218,255)
#FFDFFF
(255,223,255)
#FFE4FF
(255,228,255)
#FFE9FF
(255,233,255)
#FFEEFF
(255,238,255)
#FFF3FF
(255,243,255)
#FFF8FF
(255,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6FF; }

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

This text font color is #FFC6FF.


Background Color

.myBgColor { background-color: #FFC6FF; }

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

This div background color is #FFC6FF.


Border color

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

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

This div border color is #FFC6FF.


Opacity

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

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

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

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

This text has shadow with #FFC6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6FF on black background.


Color preview on white background

This text has color #FFC6FF on white background.



Black color preview on #FFC6FF background

This text has black color on #FFC6FF background.


White color preview on #FFC6FF background

This text has white color on #FFC6FF background.