Color Hex Logo

#fcbcfb Color Hex

#FCBCFB
(252,188,251)
0 Favorites   0 Comments

Color spaces of #fcbcfb

RGB 252188251
HSL0.840.910.86
HSV301°25°99°
CMYK 0.000.250.00   0.01
XYZ75.540763.626999.5666
Yxy63.62690.31640.2665
Hunter Lab79.766529.4523-18.1708
CIE-Lab83.771133.0976-22.1057

#fcbcfb color RGB value is (252,188,251).

#fcbcfb hex color red value is 252, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fcbcfb hue: 0.84 , saturation: 0.91 and the lightness value of fcbcfb is 0.86.

The process color (four color CMYK) of #fcbcfb color hex is 0.00, 0.25, 0.00, 0.01. Web safe color of #fcbcfb is #ffccff. Color #fcbcfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11111011
Octal 374 274 373
Decimal 252 188 251
Hex FC BC FB

RGB Percentages of Color #fcbcfb

%36.47
%27.21
%36.32

CMYK Percentages of Color #fcbcfb

%0
%25
%0
%1

Triadic Colors of #fcbcfb

#fcbcfb #fbfcbc #bcfbfc

Analogous Colors of #fcbcfb

#fcbcfb #fcbcdb #ddbcfc

Monochromatic Colors of #fcbcfb

#fcbcfb

Complementary Color

#fcbcfb #bcfcbd

#fcbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcfb Color CSS Codes

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

#fcbcfb Text Font Color

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

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


#fcbcfb Background Color

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

This div background color is #fcbcfb


#fcbcfb Border Color

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

This div border color is #fcbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.