Color Hex Logo

#fcabfa Color Hex

#FCABFA
(252,171,250)
0 Favorites   0 Comments

Color spaces of #fcabfa

RGB 252171250
HSL0.840.930.83
HSV301°32°99°
CMYK 0.000.320.01   0.01
XYZ71.963156.723497.5983
Yxy56.72340.31800.2507
Hunter Lab75.314938.7548-24.1116
CIE-Lab80.023841.8200-27.2789

#fcabfa color RGB value is (252,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11111010
Octal 374 253 372
Decimal 252 171 250
Hex FC AB FA

RGB Percentages of Color #fcabfa

%37.44
%25.41
%37.15

CMYK Percentages of Color #fcabfa

%0
%32
%1
%1

Triadic Colors of #fcabfa

#fcabfa #fafcab #abfafc

Analogous Colors of #fcabfa

#fcabfa #fcabd2 #d6abfc

Monochromatic Colors of #fcabfa

#fcabfa

Complementary Color

#fcabfa #abfcad

#fcabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabfa Color CSS Codes

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

#fcabfa Text Font Color

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

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


#fcabfa Background Color

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

This div background color is #fcabfa


#fcabfa Border Color

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

This div border color is #fcabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabfa

Related Colors


Comments

No comments written yet.

Please login to write comment.