Color Hex Logo

#fcc4fb Color Hex

#FCC4FB
(252,196,251)
0 Favorites   0 Comments

Color spaces of #fcc4fb

RGB 252196251
HSL0.840.900.88
HSV301°22°99°
CMYK 0.000.220.00   0.01
XYZ77.297467.1403100.1522
Yxy67.14030.31600.2745
Hunter Lab81.939224.9946-15.1112
CIE-Lab85.574728.8861-19.3758

#fcc4fb color RGB value is (252,196,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000100 11111011
Octal 374 304 373
Decimal 252 196 251
Hex FC C4 FB

RGB Percentages of Color #fcc4fb

%36.05
%28.04
%35.91

CMYK Percentages of Color #fcc4fb

%0
%22
%0
%1

Triadic Colors of #fcc4fb

#fcc4fb #fbfcc4 #c4fbfc

Analogous Colors of #fcc4fb

#fcc4fb #fcc4df #e1c4fc

Monochromatic Colors of #fcc4fb

#fcc4fb

Complementary Color

#fcc4fb #c4fcc5

#fcc4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc4fb Color CSS Codes

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

#fcc4fb Text Font Color

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

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


#fcc4fb Background Color

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

This div background color is #fcc4fb


#fcc4fb Border Color

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

This div border color is #fcc4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.