Color Hex Logo

#fcbdfc Color Hex

#FCBDFC
(252,189,252)
0 Favorites   0 Comments

Color spaces of #fcbdfc

RGB 252189252
HSL0.830.910.86
HSV300°25°99°
CMYK 0.000.250.00   0.01
XYZ75.913264.1189100.4706
Yxy64.11890.31560.2666
Hunter Lab80.074329.0942-18.3402
CIE-Lab84.027632.7520-22.2492

#fcbdfc color RGB value is (252,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11111100
Octal 374 275 374
Decimal 252 189 252
Hex FC BD FC

RGB Percentages of Color #fcbdfc

%36.36
%27.27
%36.36

CMYK Percentages of Color #fcbdfc

%0
%25
%0
%1

Triadic Colors of #fcbdfc

#fcbdfc #fcfcbd #bdfcfc

Analogous Colors of #fcbdfc

#fcbdfc #fcbddd #ddbdfc

Monochromatic Colors of #fcbdfc

#fcbdfc

Complementary Color

#fcbdfc #bdfcbd

#fcbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdfc Color CSS Codes

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

#fcbdfc Text Font Color

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

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


#fcbdfc Background Color

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

This div background color is #fcbdfc


#fcbdfc Border Color

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

This div border color is #fcbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.