Color Hex Logo

#fcabfe Color Hex

#FCABFE
(252,171,254)
0 Favorites   0 Comments

Color spaces of #fcabfe

RGB 252171254
HSL0.830.980.83
HSV299°33°100°
CMYK 0.010.330.00   0.00
XYZ72.597256.9770100.9373
Yxy56.97700.31490.2472
Hunter Lab75.483139.5800-26.4454
CIE-Lab80.166742.5387-29.2071

#fcabfe color RGB value is (252,171,254).

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

The process color (four color CMYK) of #fcabfe color hex is 0.01, 0.33, 0.00, 0.00. Web safe color of #fcabfe is #ff99ff. Color #fcabfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11111110
Octal 374 253 376
Decimal 252 171 254
Hex FC AB FE

RGB Percentages of Color #fcabfe

%37.22
%25.26
%37.52

CMYK Percentages of Color #fcabfe

%1
%33
%0
%0

Triadic Colors of #fcabfe

#fcabfe #fefcab #abfefc

Analogous Colors of #fcabfe

#fcabfe #feabd7 #d3abfe

Monochromatic Colors of #fcabfe

#fcabfe

Complementary Color

#fcabfe #adfeab

#fcabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabfe Color CSS Codes

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

#fcabfe Text Font Color

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

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


#fcabfe Background Color

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

This div background color is #fcabfe


#fcabfe Border Color

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

This div border color is #fcabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabfe

Related Colors


Comments

No comments written yet.

Please login to write comment.