Color Hex Logo

#fcabfb Color Hex

#FCABFB
(252,171,251)
0 Favorites   0 Comments

Color spaces of #fcabfb

RGB 252171251
HSL0.840.930.83
HSV301°32°99°
CMYK 0.000.320.00   0.01
XYZ72.120456.786398.4265
Yxy56.78630.31720.2498
Hunter Lab75.356738.9599-24.6915
CIE-Lab80.059241.9988-27.7617

#fcabfb color RGB value is (252,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11111011
Octal 374 253 373
Decimal 252 171 251
Hex FC AB FB

RGB Percentages of Color #fcabfb

%37.39
%25.37
%37.24

CMYK Percentages of Color #fcabfb

%0
%32
%0
%1

Triadic Colors of #fcabfb

#fcabfb #fbfcab #abfbfc

Analogous Colors of #fcabfb

#fcabfb #fcabd3 #d5abfc

Monochromatic Colors of #fcabfb

#fcabfb

Complementary Color

#fcabfb #abfcac

#fcabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabfb Color CSS Codes

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

#fcabfb Text Font Color

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

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


#fcabfb Background Color

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

This div background color is #fcabfb


#fcabfb Border Color

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

This div border color is #fcabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabfb

Related Colors


Comments

No comments written yet.

Please login to write comment.