Color Hex Logo

#fdacfb Color Hex

#FDACFB
(253,172,251)
0 Favorites   0 Comments

Color spaces of #fdacfb

RGB 253172251
HSL0.840.950.83
HSV301°32°99°
CMYK 0.000.320.01   0.01
XYZ72.673157.352798.5067
Yxy57.35270.31800.2510
Hunter Lab75.731638.7609-24.1085
CIE-Lab80.377641.7888-27.2654

#fdacfb color RGB value is (253,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11111011
Octal 375 254 373
Decimal 253 172 251
Hex FD AC FB

RGB Percentages of Color #fdacfb

%37.43
%25.44
%37.13

CMYK Percentages of Color #fdacfb

%0
%32
%1
%1

Triadic Colors of #fdacfb

#fdacfb #fbfdac #acfbfd

Analogous Colors of #fdacfb

#fdacfb #fdacd3 #d7acfd

Monochromatic Colors of #fdacfb

#fdacfb

Complementary Color

#fdacfb #acfdae

#fdacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacfb Color CSS Codes

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

#fdacfb Text Font Color

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

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


#fdacfb Background Color

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

This div background color is #fdacfb


#fdacfb Border Color

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

This div border color is #fdacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacfb

Related Colors


Comments

No comments written yet.

Please login to write comment.