Color Hex Logo

#fda9fc Color Hex

#FDA9FC
(253,169,252)
0 Favorites   0 Comments

Color spaces of #fda9fc

RGB 253169252
HSL0.840.950.83
HSV301°33°99°
CMYK 0.000.330.00   0.01
XYZ72.266756.286999.1510
Yxy56.28690.31740.2472
Hunter Lab75.024640.6453-25.8393
CIE-Lab79.776843.5243-28.7219

#fda9fc color RGB value is (253,169,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 11111100
Octal 375 251 374
Decimal 253 169 252
Hex FD A9 FC

RGB Percentages of Color #fda9fc

%37.54
%25.07
%37.39

CMYK Percentages of Color #fda9fc

%0
%33
%0
%1

Triadic Colors of #fda9fc

#fda9fc #fcfda9 #a9fcfd

Analogous Colors of #fda9fc

#fda9fc #fda9d2 #d4a9fd

Monochromatic Colors of #fda9fc

#fda9fc

Complementary Color

#fda9fc #a9fdaa

#fda9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda9fc Color CSS Codes

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

#fda9fc Text Font Color

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

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


#fda9fc Background Color

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

This div background color is #fda9fc


#fda9fc Border Color

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

This div border color is #fda9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.