Color Hex Logo

#fda8fb Color Hex

#FDA8FB
(253,168,251)
0 Favorites   0 Comments

Color spaces of #fda8fb

RGB 253168251
HSL0.840.960.83
HSV301°34°99°
CMYK 0.000.340.01   0.01
XYZ71.923255.852998.2567
Yxy55.85290.31820.2471
Hunter Lab74.734840.9988-25.6365
CIE-Lab79.530043.8639-28.5629

#fda8fb color RGB value is (253,168,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 11111011
Octal 375 250 373
Decimal 253 168 251
Hex FD A8 FB

RGB Percentages of Color #fda8fb

%37.65
%25.00
%37.35

CMYK Percentages of Color #fda8fb

%0
%34
%1
%1

Triadic Colors of #fda8fb

#fda8fb #fbfda8 #a8fbfd

Analogous Colors of #fda8fb

#fda8fb #fda8d1 #d5a8fd

Monochromatic Colors of #fda8fb

#fda8fb

Complementary Color

#fda8fb #a8fdaa

#fda8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda8fb Color CSS Codes

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

#fda8fb Text Font Color

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

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


#fda8fb Background Color

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

This div background color is #fda8fb


#fda8fb Border Color

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

This div border color is #fda8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.