Color Hex Logo

#fcc3fc Color Hex

#FCC3FC
(252,195,252)
0 Favorites   0 Comments

Color spaces of #fcc3fc

RGB 252195252
HSL0.830.900.88
HSV300°23°99°
CMYK 0.000.230.00   0.01
XYZ77.230766.7539100.9098
Yxy66.75390.31540.2726
Hunter Lab81.703125.7487-16.0357
CIE-Lab85.379529.5933-20.2017

#fcc3fc color RGB value is (252,195,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 11111100
Octal 374 303 374
Decimal 252 195 252
Hex FC C3 FC

RGB Percentages of Color #fcc3fc

%36.05
%27.90
%36.05

CMYK Percentages of Color #fcc3fc

%0
%23
%0
%1

Triadic Colors of #fcc3fc

#fcc3fc #fcfcc3 #c3fcfc

Analogous Colors of #fcc3fc

#fcc3fc #fcc3e0 #e0c3fc

Monochromatic Colors of #fcc3fc

#fcc3fc

Complementary Color

#fcc3fc #c3fcc3

#fcc3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc3fc Color CSS Codes

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

#fcc3fc Text Font Color

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

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


#fcc3fc Background Color

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

This div background color is #fcc3fc


#fcc3fc Border Color

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

This div border color is #fcc3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.