Color Hex Logo

#fcaafd Color Hex

#FCAAFD
(252,170,253)
0 Favorites   0 Comments

Color spaces of #fcaafd

RGB 252170253
HSL0.830.950.83
HSV299°33°99°
CMYK 0.000.330.00   0.01
XYZ72.249256.5367100.0332
Yxy56.53670.31570.2471
Hunter Lab75.190939.9325-26.2452
CIE-Lab79.918342.8777-29.0513

#fcaafd color RGB value is (252,170,253).

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

The process color (four color CMYK) of #fcaafd color hex is 0.00, 0.33, 0.00, 0.01. Web safe color of #fcaafd is #ff99ff. Color #fcaafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11111101
Octal 374 252 375
Decimal 252 170 253
Hex FC AA FD

RGB Percentages of Color #fcaafd

%37.33
%25.19
%37.48

CMYK Percentages of Color #fcaafd

%0
%33
%0
%1

Triadic Colors of #fcaafd

#fcaafd #fdfcaa #aafdfc

Analogous Colors of #fcaafd

#fcaafd #fdaad5 #d3aafd

Monochromatic Colors of #fcaafd

#fcaafd

Complementary Color

#fcaafd #abfdaa

#fcaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaafd Color CSS Codes

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

#fcaafd Text Font Color

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

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


#fcaafd Background Color

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

This div background color is #fcaafd


#fcaafd Border Color

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

This div border color is #fcaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaafd

Related Colors


Comments

No comments written yet.

Please login to write comment.