Color Hex Logo

#fda1cf Color Hex

#FDA1CF
(253,161,207)
0 Favorites   0 Comments

Color spaces of #fda1cf

RGB 253161207
HSL0.920.960.81
HSV330°36°99°
CMYK 0.000.360.18   0.01
XYZ64.515450.877465.4515
Yxy50.87740.35670.2813
Hunter Lab71.328436.6257-4.4751
CIE-Lab76.604740.2604-9.1280

#fda1cf color RGB value is (253,161,207).

#fda1cf hex color red value is 253, green value is 161 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fda1cf hue: 0.92 , saturation: 0.96 and the lightness value of fda1cf is 0.81.

The process color (four color CMYK) of #fda1cf color hex is 0.00, 0.36, 0.18, 0.01. Web safe color of #fda1cf is #ff99cc. Color #fda1cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 11001111
Octal 375 241 317
Decimal 253 161 207
Hex FD A1 CF

RGB Percentages of Color #fda1cf

%40.74
%25.93
%33.33

CMYK Percentages of Color #fda1cf

%0
%36
%18
%1

Triadic Colors of #fda1cf

#fda1cf #cffda1 #a1cffd

Analogous Colors of #fda1cf

#fda1cf #fda1a1 #fda1fd

Monochromatic Colors of #fda1cf

#fda1cf

Complementary Color

#fda1cf #a1fdcf

#fda1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda1cf Color CSS Codes

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

#fda1cf Text Font Color

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

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


#fda1cf Background Color

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

This div background color is #fda1cf


#fda1cf Border Color

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

This div border color is #fda1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda1cf


Comments

No comments written yet.

Please login to write comment.