Color Hex Logo

#fda1fb Color Hex

#FDA1FB
(253,161,251)
0 Favorites   0 Comments

Color spaces of #fda1fb

RGB 253161251
HSL0.840.960.81
HSV301°36°99°
CMYK 0.000.360.01   0.01
XYZ70.665553.337497.8375
Yxy53.33740.31850.2404
Hunter Lab73.032544.9081-28.3048
CIE-Lab78.073847.4694-30.7984

#fda1fb color RGB value is (253,161,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 11111011
Octal 375 241 373
Decimal 253 161 251
Hex FD A1 FB

RGB Percentages of Color #fda1fb

%38.05
%24.21
%37.74

CMYK Percentages of Color #fda1fb

%0
%36
%1
%1

Triadic Colors of #fda1fb

#fda1fb #fbfda1 #a1fbfd

Analogous Colors of #fda1fb

#fda1fb #fda1cd #d1a1fd

Monochromatic Colors of #fda1fb

#fda1fb

Complementary Color

#fda1fb #a1fda3

#fda1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda1fb Color CSS Codes

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

#fda1fb Text Font Color

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

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


#fda1fb Background Color

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

This div background color is #fda1fb


#fda1fb Border Color

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

This div border color is #fda1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda1fb


Comments

No comments written yet.

Please login to write comment.