Color Hex Logo

#fdacfa Color Hex

#FDACFA
(253,172,250)
0 Favorites   0 Comments

Color spaces of #fdacfa

RGB 253172250
HSL0.840.950.83
HSV302°32°99°
CMYK 0.000.320.01   0.01
XYZ72.515957.289897.6785
Yxy57.28980.31880.2518
Hunter Lab75.690038.5569-23.5311
CIE-Lab80.342341.6108-26.7825

#fdacfa color RGB value is (253,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11111010
Octal 375 254 372
Decimal 253 172 250
Hex FD AC FA

RGB Percentages of Color #fdacfa

%37.48
%25.48
%37.04

CMYK Percentages of Color #fdacfa

%0
%32
%1
%1

Triadic Colors of #fdacfa

#fdacfa #fafdac #acfafd

Analogous Colors of #fdacfa

#fdacfa #fdacd2 #d8acfd

Monochromatic Colors of #fdacfa

#fdacfa

Complementary Color

#fdacfa #acfdaf

#fdacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacfa Color CSS Codes

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

#fdacfa Text Font Color

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

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


#fdacfa Background Color

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

This div background color is #fdacfa


#fdacfa Border Color

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

This div border color is #fdacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacfa

Related Colors


Comments

No comments written yet.

Please login to write comment.