Color Hex Logo

#fcabec Color Hex

#FCABEC
(252,171,236)
0 Favorites   0 Comments

Color spaces of #fcabec

RGB 252171236
HSL0.870.930.83
HSV312°32°99°
CMYK 0.000.320.06   0.01
XYZ69.848155.877486.4609
Yxy55.87740.32920.2633
Hunter Lab74.751235.9772-16.2519
CIE-Lab79.544039.3790-20.4728

#fcabec color RGB value is (252,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11101100
Octal 374 253 354
Decimal 252 171 236
Hex FC AB EC

RGB Percentages of Color #fcabec

%38.24
%25.95
%35.81

CMYK Percentages of Color #fcabec

%0
%32
%6
%1

Triadic Colors of #fcabec

#fcabec #ecfcab #abecfc

Analogous Colors of #fcabec

#fcabec #fcabc4 #e4abfc

Monochromatic Colors of #fcabec

#fcabec

Complementary Color

#fcabec #abfcbb

#fcabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabec Color CSS Codes

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

#fcabec Text Font Color

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

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


#fcabec Background Color

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

This div background color is #fcabec


#fcabec Border Color

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

This div border color is #fcabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabec


Comments

No comments written yet.

Please login to write comment.