Color Hex Logo

#fdacfd Color Hex

#FDACFD
(253,172,253)
0 Favorites   0 Comments

Color spaces of #fdacfd

RGB 253172253
HSL0.830.950.83
HSV300°32°99°
CMYK 0.000.320.00   0.01
XYZ72.990257.4795100.1762
Yxy57.47950.31650.2492
Hunter Lab75.815239.1720-25.2704
CIE-Lab80.448542.1469-28.2297

#fdacfd color RGB value is (253,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11111101
Octal 375 254 375
Decimal 253 172 253
Hex FD AC FD

RGB Percentages of Color #fdacfd

%37.32
%25.37
%37.32

CMYK Percentages of Color #fdacfd

%0
%32
%0
%1

Triadic Colors of #fdacfd

#fdacfd #fdfdac #acfdfd

Analogous Colors of #fdacfd

#fdacfd #fdacd5 #d5acfd

Monochromatic Colors of #fdacfd

#fdacfd

Complementary Color

#fdacfd #acfdac

#fdacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacfd Color CSS Codes

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

#fdacfd Text Font Color

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

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


#fdacfd Background Color

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

This div background color is #fdacfd


#fdacfd Border Color

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

This div border color is #fdacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacfd

Related Colors


Comments

No comments written yet.

Please login to write comment.