Color Hex Logo

#fcc2fb Color Hex

#FCC2FB
(252,194,251)
0 Favorites   0 Comments

Color spaces of #fcc2fb

RGB 252194251
HSL0.840.910.87
HSV301°23°99°
CMYK 0.000.230.00   0.01
XYZ76.849366.2441100.0028
Yxy66.24410.31610.2725
Hunter Lab81.390526.1073-15.8751
CIE-Lab85.120829.9393-20.0618

#fcc2fb color RGB value is (252,194,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 11111011
Octal 374 302 373
Decimal 252 194 251
Hex FC C2 FB

RGB Percentages of Color #fcc2fb

%36.15
%27.83
%36.01

CMYK Percentages of Color #fcc2fb

%0
%23
%0
%1

Triadic Colors of #fcc2fb

#fcc2fb #fbfcc2 #c2fbfc

Analogous Colors of #fcc2fb

#fcc2fb #fcc2de #e0c2fc

Monochromatic Colors of #fcc2fb

#fcc2fb

Complementary Color

#fcc2fb #c2fcc3

#fcc2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc2fb Color CSS Codes

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

#fcc2fb Text Font Color

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

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


#fcc2fb Background Color

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

This div background color is #fcc2fb


#fcc2fb Border Color

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

This div border color is #fcc2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc2fb


Comments

No comments written yet.

Please login to write comment.