Color Hex Logo

#fdabca Color Hex

#FDABCA
(253,171,202)
0 Favorites   0 Comments

Color spaces of #fdabca

RGB 253171202
HSL0.940.950.83
HSV337°32°99°
CMYK 0.000.320.20   0.01
XYZ65.731654.272762.8884
Yxy54.27270.35940.2967
Hunter Lab73.670030.34300.9561
CIE-Lab78.620534.3156-3.4198

#fdabca color RGB value is (253,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 11001010
Octal 375 253 312
Decimal 253 171 202
Hex FD AB CA

RGB Percentages of Color #fdabca

%40.42
%27.32
%32.27

CMYK Percentages of Color #fdabca

%0
%32
%20
%1

Triadic Colors of #fdabca

#fdabca #cafdab #abcafd

Analogous Colors of #fdabca

#fdabca #fdb5ab #fdabf3

Monochromatic Colors of #fdabca

#fdabca

Complementary Color

#fdabca #abfdde

#fdabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabca Color CSS Codes

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

#fdabca Text Font Color

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

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


#fdabca Background Color

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

This div background color is #fdabca


#fdabca Border Color

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

This div border color is #fdabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabca


Comments

No comments written yet.

Please login to write comment.