Color Hex Logo

#fccafc Color Hex

#FCCAFC
(252,202,252)
0 Favorites   0 Comments

Color spaces of #fccafc

RGB 252202252
HSL0.830.890.89
HSV300°20°99°
CMYK 0.000.200.00   0.01
XYZ78.836169.9648101.4449
Yxy69.96480.31500.2796
Hunter Lab83.645021.8591-13.3556
CIE-Lab86.979625.9072-17.7870

#fccafc color RGB value is (252,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11111100
Octal 374 312 374
Decimal 252 202 252
Hex FC CA FC

RGB Percentages of Color #fccafc

%35.69
%28.61
%35.69

CMYK Percentages of Color #fccafc

%0
%20
%0
%1

Triadic Colors of #fccafc

#fccafc #fcfcca #cafcfc

Analogous Colors of #fccafc

#fccafc #fccae3 #e3cafc

Monochromatic Colors of #fccafc

#fccafc

Complementary Color

#fccafc #cafcca

#fccafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccafc Color CSS Codes

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

#fccafc Text Font Color

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

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


#fccafc Background Color

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

This div background color is #fccafc


#fccafc Border Color

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

This div border color is #fccafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccafc

Related Colors


Comments

No comments written yet.

Please login to write comment.