Color Hex Logo

#fdacbd Color Hex

#FDACBD
(253,172,189)
0 Favorites   0 Comments

Color spaces of #fdacbd

RGB 253172189
HSL0.970.950.83
HSV347°32°99°
CMYK 0.000.320.25   0.01
XYZ64.445854.061855.1824
Yxy54.06180.37100.3113
Hunter Lab73.526727.78266.9711
CIE-Lab78.497831.94253.4702

#fdacbd color RGB value is (253,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 10111101
Octal 375 254 275
Decimal 253 172 189
Hex FD AC BD

RGB Percentages of Color #fdacbd

%41.21
%28.01
%30.78

CMYK Percentages of Color #fdacbd

%0
%32
%25
%1

Triadic Colors of #fdacbd

#fdacbd #bdfdac #acbdfd

Analogous Colors of #fdacbd

#fdacbd #fdc4ac #fdace6

Monochromatic Colors of #fdacbd

#fdacbd

Complementary Color

#fdacbd #acfdec

#fdacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacbd Color CSS Codes

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

#fdacbd Text Font Color

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

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


#fdacbd Background Color

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

This div background color is #fdacbd


#fdacbd Border Color

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

This div border color is #fdacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacbd


Comments

No comments written yet.

Please login to write comment.