Color Hex Logo

#fdafc3 Color Hex

#FDAFC3
(253,175,195)
0 Favorites   0 Comments

Color spaces of #fdafc3

RGB 253175195
HSL0.960.950.84
HSV345°31°99°
CMYK 0.000.310.23   0.01
XYZ65.688355.482758.8768
Yxy55.48270.36480.3082
Hunter Lab74.486727.06375.2759
CIE-Lab79.318531.20981.4034

#fdafc3 color RGB value is (253,175,195).

#fdafc3 hex color red value is 253, green value is 175 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fdafc3 hue: 0.96 , saturation: 0.95 and the lightness value of fdafc3 is 0.84.

The process color (four color CMYK) of #fdafc3 color hex is 0.00, 0.31, 0.23, 0.01. Web safe color of #fdafc3 is #ff99cc. Color #fdafc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11000011
Octal 375 257 303
Decimal 253 175 195
Hex FD AF C3

RGB Percentages of Color #fdafc3

%40.61
%28.09
%31.30

CMYK Percentages of Color #fdafc3

%0
%31
%23
%1

Triadic Colors of #fdafc3

#fdafc3 #c3fdaf #afc3fd

Analogous Colors of #fdafc3

#fdafc3 #fdc2af #fdafea

Monochromatic Colors of #fdafc3

#fdafc3

Complementary Color

#fdafc3 #affde9

#fdafc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafc3 Color CSS Codes

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

#fdafc3 Text Font Color

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

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


#fdafc3 Background Color

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

This div background color is #fdafc3


#fdafc3 Border Color

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

This div border color is #fdafc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafc3


Comments

No comments written yet.

Please login to write comment.