Color Hex Logo

#fcabd3 Color Hex

#FCABD3
(252,171,211)
0 Favorites   0 Comments

Color spaces of #fcabd3

RGB 252171211
HSL0.920.930.83
HSV330°32°99°
CMYK 0.000.320.16   0.01
XYZ66.465754.524468.6492
Yxy54.52440.35050.2875
Hunter Lab73.840631.4509-3.4331
CIE-Lab78.766535.3261-8.1059

#fcabd3 color RGB value is (252,171,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11010011
Octal 374 253 323
Decimal 252 171 211
Hex FC AB D3

RGB Percentages of Color #fcabd3

%39.75
%26.97
%33.28

CMYK Percentages of Color #fcabd3

%0
%32
%16
%1

Triadic Colors of #fcabd3

#fcabd3 #d3fcab #abd3fc

Analogous Colors of #fcabd3

#fcabd3 #fcacab #fcabfc

Monochromatic Colors of #fcabd3

#fcabd3

Complementary Color

#fcabd3 #abfcd4

#fcabd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabd3 Color CSS Codes

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

#fcabd3 Text Font Color

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

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


#fcabd3 Background Color

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

This div background color is #fcabd3


#fcabd3 Border Color

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

This div border color is #fcabd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabd3


Comments

No comments written yet.

Please login to write comment.