Color Hex Logo

#fdacbb Color Hex

#FDACBB
(253,172,187)
0 Favorites   0 Comments

Color spaces of #fdacbb

RGB 253172187
HSL0.970.950.83
HSV349°32°99°
CMYK 0.000.320.26   0.01
XYZ64.230253.975654.0467
Yxy53.97560.37290.3134
Hunter Lab73.468127.48627.8111
CIE-Lab78.447531.66874.4851

#fdacbb color RGB value is (253,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 10111011
Octal 375 254 273
Decimal 253 172 187
Hex FD AC BB

RGB Percentages of Color #fdacbb

%41.34
%28.10
%30.56

CMYK Percentages of Color #fdacbb

%0
%32
%26
%1

Triadic Colors of #fdacbb

#fdacbb #bbfdac #acbbfd

Analogous Colors of #fdacbb

#fdacbb #fdc6ac #fdace4

Monochromatic Colors of #fdacbb

#fdacbb

Complementary Color

#fdacbb #acfdee

#fdacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacbb Color CSS Codes

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

#fdacbb Text Font Color

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

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


#fdacbb Background Color

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

This div background color is #fdacbb


#fdacbb Border Color

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

This div border color is #fdacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacbb


Comments

No comments written yet.

Please login to write comment.