COLOR #FFC6EB

HEX: #FFC6EB
RGB: (255,198,235)

Renk bilgisi

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

RGB renk modeli

#FFC6EB color RGB value is (255,198,235).

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

RGB bağlantıları ve doygunluk

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

255
198
235

R + G + B ~ 90%. #FFC6EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 198 + 235 = 688 (100%)
R 255 of 688 ~ 37.06%
G 198 of 688 ~ 28.78%
B 235 of 688 ~ 34.16%

%37.06
%28.78
%34.16

CMYK RENK MODELİ

#FFC6EB rengi CMYK tonu (0,22,8,0).

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

CMYK yüzdeleri

%0
%22.35
%7.84
%0

Codes

Color #FFC6EB in popluar color models

FFC6EB
RGB255198235
HSL321°100.00%88.82%
HSB/HSV321°22.35%100.00%
CMYK0.00%22.35%7.84%
0.00%

Color #FFC6EB in popluar number systems.

HEXFFC6EB
Decimal255198235
Binary111111111100011011101011
Octal377306353

Shades and tints

Shades of #FFC6EB

#FFC6EB
(255,198,235)
#E8B4D6
(232,180,214)
#D1A2C1
(209,162,193)
#BA90AC
(186,144,172)
#A37E97
(163,126,151)
#8C6C82
(140,108,130)
#755A6D
(117,90,109)
#5E4858
(94,72,88)
#473643
(71,54,67)
#30242E
(48,36,46)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #FFC6EB

#FFC6EB
(255,198,235)
#FFCBEC
(255,203,236)
#FFD0ED
(255,208,237)
#FFD5EE
(255,213,238)
#FFDAEF
(255,218,239)
#FFDFF0
(255,223,240)
#FFE4F1
(255,228,241)
#FFE9F2
(255,233,242)
#FFEEF3
(255,238,243)
#FFF3F4
(255,243,244)
#FFF8F5
(255,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6EB; }

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

This text font color is #FFC6EB.


Background Color

.myBgColor { background-color: #FFC6EB; }

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

This div background color is #FFC6EB.


Border color

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

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

This div border color is #FFC6EB.


Opacity

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

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

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

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

This text has shadow with #FFC6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6EB on black background.


Color preview on white background

This text has color #FFC6EB on white background.



Black color preview on #FFC6EB background

This text has black color on #FFC6EB background.


White color preview on #FFC6EB background

This text has white color on #FFC6EB background.