Color Hex Logo

#fcbcff Color Hex

#FCBCFF
(252,188,255)
0 Favorites   0 Comments

Color spaces of #fcbcff

RGB 252188255
HSL0.831.000.87
HSV297°26°100°
CMYK 0.010.260.00   0.00
XYZ76.178163.8819102.9232
Yxy63.88190.31350.2629
Hunter Lab79.926230.2587-20.4011
CIE-Lab83.904233.8229-24.0336

#fcbcff color RGB value is (252,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11111111
Octal 374 274 377
Decimal 252 188 255
Hex FC BC FF

RGB Percentages of Color #fcbcff

%36.26
%27.05
%36.69

CMYK Percentages of Color #fcbcff

%1
%26
%0
%0

Triadic Colors of #fcbcff

#fcbcff #fffcbc #bcfffc

Analogous Colors of #fcbcff

#fcbcff #ffbce1 #dbbcff

Monochromatic Colors of #fcbcff

#fcbcff

Complementary Color

#fcbcff #bfffbc

#fcbcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcff Color CSS Codes

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

#fcbcff Text Font Color

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

This sample text font color is #fcbcff
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.


#fcbcff Background Color

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

This div background color is #fcbcff


#fcbcff Border Color

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

This div border color is #fcbcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcff


Comments

No comments written yet.

Please login to write comment.