Color Hex Logo

#fcabdf Color Hex

#FCABDF
(252,171,223)
0 Favorites   0 Comments

Color spaces of #fcabdf

RGB 252171223
HSL0.890.930.83
HSV321°32°99°
CMYK 0.000.320.12   0.01
XYZ68.027155.149076.8714
Yxy55.14900.34010.2757
Hunter Lab74.262433.5535-9.3893
CIE-Lab79.127037.2206-14.0746

#fcabdf color RGB value is (252,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11011111
Octal 374 253 337
Decimal 252 171 223
Hex FC AB DF

RGB Percentages of Color #fcabdf

%39.01
%26.47
%34.52

CMYK Percentages of Color #fcabdf

%0
%32
%12
%1

Triadic Colors of #fcabdf

#fcabdf #dffcab #abdffc

Analogous Colors of #fcabdf

#fcabdf #fcabb7 #f1abfc

Monochromatic Colors of #fcabdf

#fcabdf

Complementary Color

#fcabdf #abfcc8

#fcabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabdf Color CSS Codes

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

#fcabdf Text Font Color

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

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


#fcabdf Background Color

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

This div background color is #fcabdf


#fcabdf Border Color

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

This div border color is #fcabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabdf


Comments

No comments written yet.

Please login to write comment.