Color Hex Logo

#fda9fb Color Hex

#FDA9FB
(253,169,251)
0 Favorites   0 Comments

Color spaces of #fda9fb

RGB 253169251
HSL0.840.950.83
HSV301°33°99°
CMYK 0.000.330.01   0.01
XYZ72.108656.223698.3185
Yxy56.22360.31810.2481
Hunter Lab74.982440.4396-25.2546
CIE-Lab79.740943.3461-28.2398

#fda9fb color RGB value is (253,169,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 11111011
Octal 375 251 373
Decimal 253 169 251
Hex FD A9 FB

RGB Percentages of Color #fda9fb

%37.59
%25.11
%37.30

CMYK Percentages of Color #fda9fb

%0
%33
%1
%1

Triadic Colors of #fda9fb

#fda9fb #fbfda9 #a9fbfd

Analogous Colors of #fda9fb

#fda9fb #fda9d1 #d5a9fd

Monochromatic Colors of #fda9fb

#fda9fb

Complementary Color

#fda9fb #a9fdab

#fda9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda9fb Color CSS Codes

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

#fda9fb Text Font Color

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

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


#fda9fb Background Color

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

This div background color is #fda9fb


#fda9fb Border Color

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

This div border color is #fda9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda9fb

Related Colors


Comments

No comments written yet.

Please login to write comment.