Color Hex Logo

#fcacdb Color Hex

#FCACDB
(252,172,219)
0 Favorites   0 Comments

Color spaces of #fcacdb

RGB 252172219
HSL0.900.930.83
HSV325°32°99°
CMYK 0.000.320.13   0.01
XYZ67.683655.315074.1274
Yxy55.31500.34340.2806
Hunter Lab74.374132.2881-7.0315
CIE-Lab79.222436.0556-11.7655

#fcacdb color RGB value is (252,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11011011
Octal 374 254 333
Decimal 252 172 219
Hex FC AC DB

RGB Percentages of Color #fcacdb

%39.19
%26.75
%34.06

CMYK Percentages of Color #fcacdb

%0
%32
%13
%1

Triadic Colors of #fcacdb

#fcacdb #dbfcac #acdbfc

Analogous Colors of #fcacdb

#fcacdb #fcacb3 #f5acfc

Monochromatic Colors of #fcacdb

#fcacdb

Complementary Color

#fcacdb #acfccd

#fcacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacdb Color CSS Codes

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

#fcacdb Text Font Color

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

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


#fcacdb Background Color

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

This div background color is #fcacdb


#fcacdb Border Color

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

This div border color is #fcacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacdb

Related Colors


Comments

No comments written yet.

Please login to write comment.