Color Hex Logo

#fcc9fb Color Hex

#FCC9FB
(252,201,251)
0 Favorites   0 Comments

Color spaces of #fcc9fb

RGB 252201251
HSL0.840.890.89
HSV301°20°99°
CMYK 0.000.200.00   0.01
XYZ78.444169.4338100.5344
Yxy69.43380.31580.2795
Hunter Lab83.326922.2180-13.2048
CIE-Lab86.718426.2530-17.6511

#fcc9fb color RGB value is (252,201,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 11111011
Octal 374 311 373
Decimal 252 201 251
Hex FC C9 FB

RGB Percentages of Color #fcc9fb

%35.80
%28.55
%35.65

CMYK Percentages of Color #fcc9fb

%0
%20
%0
%1

Triadic Colors of #fcc9fb

#fcc9fb #fbfcc9 #c9fbfc

Analogous Colors of #fcc9fb

#fcc9fb #fcc9e2 #e4c9fc

Monochromatic Colors of #fcc9fb

#fcc9fb

Complementary Color

#fcc9fb #c9fcca

#fcc9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc9fb Color CSS Codes

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

#fcc9fb Text Font Color

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

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


#fcc9fb Background Color

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

This div background color is #fcc9fb


#fcc9fb Border Color

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

This div border color is #fcc9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc9fb


Comments

No comments written yet.

Please login to write comment.