Color Hex Logo

#fcaadb Color Hex

#FCAADB
(252,170,219)
0 Favorites   0 Comments

Color spaces of #fcaadb

RGB 252170219
HSL0.900.930.83
HSV324°33°99°
CMYK 0.000.330.13   0.01
XYZ67.305854.559474.0014
Yxy54.55940.34360.2786
Hunter Lab73.864333.3881-7.6950
CIE-Lab78.786837.1007-12.4168

#fcaadb color RGB value is (252,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11011011
Octal 374 252 333
Decimal 252 170 219
Hex FC AA DB

RGB Percentages of Color #fcaadb

%39.31
%26.52
%34.17

CMYK Percentages of Color #fcaadb

%0
%33
%13
%1

Triadic Colors of #fcaadb

#fcaadb #dbfcaa #aadbfc

Analogous Colors of #fcaadb

#fcaadb #fcaab2 #f4aafc

Monochromatic Colors of #fcaadb

#fcaadb

Complementary Color

#fcaadb #aafccb

#fcaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaadb Color CSS Codes

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

#fcaadb Text Font Color

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

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


#fcaadb Background Color

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

This div background color is #fcaadb


#fcaadb Border Color

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

This div border color is #fcaadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,170,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 #fcaadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaadb


Comments

No comments written yet.

Please login to write comment.