Color Hex Logo

#fda3cf Color Hex

#FDA3CF
(253,163,207)
0 Favorites   0 Comments

Color spaces of #fda3cf

RGB 253163207
HSL0.920.960.82
HSV331°36°99°
CMYK 0.000.360.18   0.01
XYZ64.867751.582065.5689
Yxy51.58200.35640.2834
Hunter Lab71.820635.5335-3.8546
CIE-Lab77.030239.2246-8.4951

#fda3cf color RGB value is (253,163,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 11001111
Octal 375 243 317
Decimal 253 163 207
Hex FD A3 CF

RGB Percentages of Color #fda3cf

%40.61
%26.16
%33.23

CMYK Percentages of Color #fda3cf

%0
%36
%18
%1

Triadic Colors of #fda3cf

#fda3cf #cffda3 #a3cffd

Analogous Colors of #fda3cf

#fda3cf #fda4a3 #fda3fc

Monochromatic Colors of #fda3cf

#fda3cf

Complementary Color

#fda3cf #a3fdd1

#fda3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda3cf Color CSS Codes

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

#fda3cf Text Font Color

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

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


#fda3cf Background Color

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

This div background color is #fda3cf


#fda3cf Border Color

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

This div border color is #fda3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda3cf


Comments

No comments written yet.

Please login to write comment.