Color Hex Logo

#fcc9fc Color Hex

#FCC9FC
(252,201,252)
0 Favorites   0 Comments

Color spaces of #fcc9fc

RGB 252201252
HSL0.830.890.89
HSV300°20°99°
CMYK 0.000.200.00   0.01
XYZ78.602269.4970101.3669
Yxy69.49700.31510.2786
Hunter Lab83.364922.4137-13.7378
CIE-Lab86.749626.4336-18.1335

#fcc9fc color RGB value is (252,201,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 11111100
Octal 374 311 374
Decimal 252 201 252
Hex FC C9 FC

RGB Percentages of Color #fcc9fc

%35.74
%28.51
%35.74

CMYK Percentages of Color #fcc9fc

%0
%20
%0
%1

Triadic Colors of #fcc9fc

#fcc9fc #fcfcc9 #c9fcfc

Analogous Colors of #fcc9fc

#fcc9fc #fcc9e3 #e3c9fc

Monochromatic Colors of #fcc9fc

#fcc9fc

Complementary Color

#fcc9fc #c9fcc9

#fcc9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc9fc Color CSS Codes

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

#fcc9fc Text Font Color

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

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


#fcc9fc Background Color

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

This div background color is #fcc9fc


#fcc9fc Border Color

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

This div border color is #fcc9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc9fc

Related Colors

#fcc9fc Color Palettes


Comments

No comments written yet.

Please login to write comment.