Color Hex Logo

#fcacfa Color Hex

#FCACFA
(252,172,250)
0 Favorites   0 Comments

Color spaces of #fcacfa

RGB 252172250
HSL0.840.930.83
HSV302°32°99°
CMYK 0.000.320.01   0.01
XYZ72.152757.102697.6615
Yxy57.10260.31800.2516
Hunter Lab75.566338.1956-23.7297
CIE-Lab80.237341.2996-26.9524

#fcacfa color RGB value is (252,172,250).

#fcacfa hex color red value is 252, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fcacfa hue: 0.84 , saturation: 0.93 and the lightness value of fcacfa is 0.83.

The process color (four color CMYK) of #fcacfa color hex is 0.00, 0.32, 0.01, 0.01. Web safe color of #fcacfa is #ff99ff. Color #fcacfa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11111010
Octal 374 254 372
Decimal 252 172 250
Hex FC AC FA

RGB Percentages of Color #fcacfa

%37.39
%25.52
%37.09

CMYK Percentages of Color #fcacfa

%0
%32
%1
%1

Triadic Colors of #fcacfa

#fcacfa #fafcac #acfafc

Analogous Colors of #fcacfa

#fcacfa #fcacd2 #d6acfc

Monochromatic Colors of #fcacfa

#fcacfa

Complementary Color

#fcacfa #acfcae

#fcacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacfa Color CSS Codes

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

#fcacfa Text Font Color

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

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


#fcacfa Background Color

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

This div background color is #fcacfa


#fcacfa Border Color

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

This div border color is #fcacfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,172,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcacfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacfa


Comments

No comments written yet.

Please login to write comment.