Color Hex Logo

#fdabdf Color Hex

#FDABDF
(253,171,223)
0 Favorites   0 Comments

Color spaces of #fdabdf

RGB 253171223
HSL0.890.950.83
HSV322°32°99°
CMYK 0.000.320.12   0.01
XYZ68.390255.336276.8884
Yxy55.33620.34090.2758
Hunter Lab74.388333.9276-9.2108
CIE-Lab79.234537.5515-13.9024

#fdabdf color RGB value is (253,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 11011111
Octal 375 253 337
Decimal 253 171 223
Hex FD AB DF

RGB Percentages of Color #fdabdf

%39.10
%26.43
%34.47

CMYK Percentages of Color #fdabdf

%0
%32
%12
%1

Triadic Colors of #fdabdf

#fdabdf #dffdab #abdffd

Analogous Colors of #fdabdf

#fdabdf #fdabb6 #f2abfd

Monochromatic Colors of #fdabdf

#fdabdf

Complementary Color

#fdabdf #abfdc9

#fdabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabdf Color CSS Codes

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

#fdabdf Text Font Color

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

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


#fdabdf Background Color

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

This div background color is #fdabdf


#fdabdf Border Color

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

This div border color is #fdabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabdf


Comments

No comments written yet.

Please login to write comment.