COLOR #FCB9EE

HEX: #FCB9EE
RGB: (252,185,238)

Renk bilgisi

#FCB9EE contains mainly red and blue colors. #FCB9EE ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#FCB9EE color RGB value is (252,185,238).

  • kırmız ton 252;
  • yeşil ton 185;
  • mavi ton 238.
RGB:
(252,185,238)
(99%,73%,93%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 185 of 255 = 73%
B 238 of 255 = 93%

252
185
238

R + G + B ~ 88%. #FCB9EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 185 + 238 = 675 (100%)
R 252 of 675 ~ 37.33%
G 185 of 675 ~ 27.41%
B 238 of 675 ~ 35.26%

%37.33
%27.41
%35.26

CMYK RENK MODELİ

#FCB9EE rengi CMYK tonu (0,27,6,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.59%
  • sarı tonu 5.56%
  • ana renk tonu 1.18%
CMYK:
(0,27,6,1)
C0M27Y6K1 
(0%,27%,6%,1%)
(0.00/0.27/0.06/0.01)	

CMYK yüzdeleri

%0
%26.59
%5.56
%1.18

Codes

Color #FCB9EE in popluar color models

FCB9EE
RGB252185238
HSL313°91.78%85.69%
HSB/HSV313°26.59%98.82%
CMYK0.00%26.59%5.56%
1.18%

Color #FCB9EE in popluar number systems.

HEXFCB9EE
Decimal252185238
Binary111111001011100111101110
Octal374271356

Shades and tints

Shades of #FCB9EE

#FCB9EE
(252,185,238)
#E6A9D9
(230,169,217)
#D099C4
(208,153,196)
#BA89AF
(186,137,175)
#A4799A
(164,121,154)
#8E6985
(142,105,133)
#785970
(120,89,112)
#62495B
(98,73,91)
#4C3946
(76,57,70)
#362931
(54,41,49)
#20191C
(32,25,28)
#000000
(0,0,0)

Tints of #FCB9EE

#FCB9EE
(252,185,238)
#FCBFEF
(252,191,239)
#FCC5F0
(252,197,240)
#FCCBF1
(252,203,241)
#FCD1F2
(252,209,242)
#FCD7F3
(252,215,243)
#FCDDF4
(252,221,244)
#FCE3F5
(252,227,245)
#FCE9F6
(252,233,246)
#FCEFF7
(252,239,247)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB9EE color. Also use rgb(252,185,238) instead hex code.

Text Font Color

.myTextColor { color: #FCB9EE; }

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

This text font color is #FCB9EE.


Background Color

.myBgColor { background-color: #FCB9EE; }

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

This div background color is #FCB9EE.


Border color

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

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

This div border color is #FCB9EE.


Opacity

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

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

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

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

This text has shadow with #FCB9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB9EE on black background.


Color preview on white background

This text has color #FCB9EE on white background.



Black color preview on #FCB9EE background

This text has black color on #FCB9EE background.


White color preview on #FCB9EE background

This text has white color on #FCB9EE background.