Color Hex Logo

#fcbcfe Color Hex

#FCBCFE
(252,188,254)
0 Favorites   0 Comments

Color spaces of #fcbcfe

RGB 252188254
HSL0.830.970.87
HSV298°26°100°
CMYK 0.010.260.00   0.00
XYZ76.017563.8176102.0774
Yxy63.81760.31420.2638
Hunter Lab79.885930.0559-19.8400
CIE-Lab83.870733.6408-23.5522

#fcbcfe color RGB value is (252,188,254).

#fcbcfe hex color red value is 252, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fcbcfe hue: 0.83 , saturation: 0.97 and the lightness value of fcbcfe is 0.87.

The process color (four color CMYK) of #fcbcfe color hex is 0.01, 0.26, 0.00, 0.00. Web safe color of #fcbcfe is #ffccff. Color #fcbcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11111110
Octal 374 274 376
Decimal 252 188 254
Hex FC BC FE

RGB Percentages of Color #fcbcfe

%36.31
%27.09
%36.60

CMYK Percentages of Color #fcbcfe

%1
%26
%0
%0

Triadic Colors of #fcbcfe

#fcbcfe #fefcbc #bcfefc

Analogous Colors of #fcbcfe

#fcbcfe #febcdf #dbbcfe

Monochromatic Colors of #fcbcfe

#fcbcfe

Complementary Color

#fcbcfe #befebc

#fcbcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcfe Color CSS Codes

.mybgcolor {background-color:#fcbcfe; } 
.myforecolor {color:#fcbcfe; }
.mybordercolor {border:3px solid #fcbcfe; }

#fcbcfe Text Font Color

<p style="color:#fcbcfe">Text here</p>

This sample text font color is #fcbcfe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcbcfe Background Color

<div style="background-color:#fcbcfe">
Div content here</div>

This div background color is #fcbcfe


#fcbcfe Border Color

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

This div border color is #fcbcfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,188,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbcfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbcfe;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbcfe;
  box-shadow:         1px 1px 3px 2px #fcbcfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,188,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcbcfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbcfe;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbcfe;
  box-shadow:         1px 1px 3px 2px #fcbcfe;">
Div content here</div>

This div box has shadow with color #fcbcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.