Color Hex Logo

#fdabbd Color Hex

#FDABBD
(253,171,189)
0 Favorites   0 Comments

Color spaces of #fdabbd

RGB 253171189
HSL0.960.950.83
HSV347°32°99°
CMYK 0.000.320.25   0.01
XYZ64.256253.682655.1192
Yxy53.68260.37130.3102
Hunter Lab73.268428.32436.6845
CIE-Lab78.276332.46593.1493

#fdabbd color RGB value is (253,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 10111101
Octal 375 253 275
Decimal 253 171 189
Hex FD AB BD

RGB Percentages of Color #fdabbd

%41.27
%27.90
%30.83

CMYK Percentages of Color #fdabbd

%0
%32
%25
%1

Triadic Colors of #fdabbd

#fdabbd #bdfdab #abbdfd

Analogous Colors of #fdabbd

#fdabbd #fdc2ab #fdabe6

Monochromatic Colors of #fdabbd

#fdabbd

Complementary Color

#fdabbd #abfdeb

#fdabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabbd Color CSS Codes

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

#fdabbd Text Font Color

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

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


#fdabbd Background Color

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

This div background color is #fdabbd


#fdabbd Border Color

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

This div border color is #fdabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabbd

Related Colors


Comments

No comments written yet.

Please login to write comment.