Color Hex Logo

#fcb9fc Color Hex

#FCB9FC
(252,185,252)
0 Favorites   0 Comments

Color spaces of #fcb9fc

RGB 252185252
HSL0.830.920.86
HSV300°27°99°
CMYK 0.000.270.00   0.01
XYZ75.064562.4216100.1877
Yxy62.42160.31580.2626
Hunter Lab79.007331.3292-19.8794
CIE-Lab83.137134.8552-23.6016

#fcb9fc color RGB value is (252,185,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 11111100
Octal 374 271 374
Decimal 252 185 252
Hex FC B9 FC

RGB Percentages of Color #fcb9fc

%36.57
%26.85
%36.57

CMYK Percentages of Color #fcb9fc

%0
%27
%0
%1

Triadic Colors of #fcb9fc

#fcb9fc #fcfcb9 #b9fcfc

Analogous Colors of #fcb9fc

#fcb9fc #fcb9db #dbb9fc

Monochromatic Colors of #fcb9fc

#fcb9fc

Complementary Color

#fcb9fc #b9fcb9

#fcb9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb9fc Color CSS Codes

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

#fcb9fc Text Font Color

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

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


#fcb9fc Background Color

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

This div background color is #fcb9fc


#fcb9fc Border Color

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

This div border color is #fcb9fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,185,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 #fcb9fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb9fc


Comments

No comments written yet.

Please login to write comment.