COLOR #FCE6FB

HEX: #FCE6FB
RGB: (252,230,251)

Renk bilgisi

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

RGB renk modeli

#FCE6FB color RGB value is (252,230,251).

  • kırmız ton 252;
  • yeşil ton 230;
  • mavi ton 251.
RGB:
(252,230,251)
(99%,90%,98%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 230 of 255 = 90%
B 251 of 255 = 98%

252
230
251

R + G + B ~ 96%. #FCE6FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 230 + 251 = 733 (100%)
R 252 of 733 ~ 34.38%
G 230 of 733 ~ 31.38%
B 251 of 733 ~ 34.24%

%34.38
%31.38
%34.24

CMYK RENK MODELİ

#FCE6FB rengi CMYK tonu (0,9,0,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 0.40%
  • ana renk tonu 1.18%
CMYK:
(0,9,0,1)
C0M9Y0K1 
(0%,9%,0%,1%)
(0.00/0.09/0.00/0.01)	

CMYK yüzdeleri

%0
%8.73
%0.4
%1.18

Codes

Color #FCE6FB in popluar color models

FCE6FB
RGB252230251
HSL303°78.57%94.51%
HSB/HSV303°8.73%98.82%
CMYK0.00%8.73%0.40%
1.18%

Color #FCE6FB in popluar number systems.

HEXFCE6FB
Decimal252230251
Binary111111001110011011111011
Octal374346373

Shades and tints

Shades of #FCE6FB

#FCE6FB
(252,230,251)
#E6D2E5
(230,210,229)
#D0BECF
(208,190,207)
#BAAAB9
(186,170,185)
#A496A3
(164,150,163)
#8E828D
(142,130,141)
#786E77
(120,110,119)
#625A61
(98,90,97)
#4C464B
(76,70,75)
#363235
(54,50,53)
#201E1F
(32,30,31)
#000000
(0,0,0)

Tints of #FCE6FB

#FCE6FB
(252,230,251)
#FCE8FB
(252,232,251)
#FCEAFB
(252,234,251)
#FCECFB
(252,236,251)
#FCEEFB
(252,238,251)
#FCF0FB
(252,240,251)
#FCF2FB
(252,242,251)
#FCF4FB
(252,244,251)
#FCF6FB
(252,246,251)
#FCF8FB
(252,248,251)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE6FB color. Also use rgb(252,230,251) instead hex code.

Text Font Color

.myTextColor { color: #FCE6FB; }

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

This text font color is #FCE6FB.


Background Color

.myBgColor { background-color: #FCE6FB; }

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

This div background color is #FCE6FB.


Border color

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

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

This div border color is #FCE6FB.


Opacity

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

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

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

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

This text has shadow with #FCE6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6FB on black background.


Color preview on white background

This text has color #FCE6FB on white background.



Black color preview on #FCE6FB background

This text has black color on #FCE6FB background.


White color preview on #FCE6FB background

This text has white color on #FCE6FB background.