Color Hex Logo

#fcabda Color Hex

#FCABDA
(252,171,218)
0 Favorites   0 Comments

Color spaces of #fcabda

RGB 252171218
HSL0.900.930.83
HSV325°32°99°
CMYK 0.000.320.13   0.01
XYZ67.362754.883273.3728
Yxy54.88320.34440.2806
Hunter Lab74.083232.6617-6.8632
CIE-Lab78.973936.4196-11.5948

#fcabda color RGB value is (252,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 11011010
Octal 374 253 332
Decimal 252 171 218
Hex FC AB DA

RGB Percentages of Color #fcabda

%39.31
%26.68
%34.01

CMYK Percentages of Color #fcabda

%0
%32
%13
%1

Triadic Colors of #fcabda

#fcabda #dafcab #abdafc

Analogous Colors of #fcabda

#fcabda #fcabb2 #f6abfc

Monochromatic Colors of #fcabda

#fcabda

Complementary Color

#fcabda #abfccd

#fcabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcabda Color CSS Codes

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

#fcabda Text Font Color

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

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


#fcabda Background Color

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

This div background color is #fcabda


#fcabda Border Color

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

This div border color is #fcabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcabda

Related Colors


Comments

No comments written yet.

Please login to write comment.