Color Hex Logo

#fdaacb Color Hex

#FDAACB
(253,170,203)
0 Favorites   0 Comments

Color spaces of #fdaacb

RGB 253170203
HSL0.930.950.83
HSV336°33°99°
CMYK 0.000.330.20   0.01
XYZ65.662253.943963.4513
Yxy53.94390.35870.2947
Hunter Lab73.446531.05010.1912
CIE-Lab78.429034.9853-4.2453

#fdaacb color RGB value is (253,170,203).

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

The process color (four color CMYK) of #fdaacb color hex is 0.00, 0.33, 0.20, 0.01. Web safe color of #fdaacb is #ff99cc. Color #fdaacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11001011
Octal 375 252 313
Decimal 253 170 203
Hex FD AA CB

RGB Percentages of Color #fdaacb

%40.42
%27.16
%32.43

CMYK Percentages of Color #fdaacb

%0
%33
%20
%1

Triadic Colors of #fdaacb

#fdaacb #cbfdaa #aacbfd

Analogous Colors of #fdaacb

#fdaacb #fdb3aa #fdaaf5

Monochromatic Colors of #fdaacb

#fdaacb

Complementary Color

#fdaacb #aafddc

#fdaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaacb Color CSS Codes

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

#fdaacb Text Font Color

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

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


#fdaacb Background Color

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

This div background color is #fdaacb


#fdaacb Border Color

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

This div border color is #fdaacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaacb

Related Colors


Comments

No comments written yet.

Please login to write comment.