Color Hex Logo

#fdafd8 Color Hex

#FDAFD8
(253,175,216)
0 Favorites   0 Comments

Color spaces of #fdafd8

RGB 253175216
HSL0.910.950.84
HSV328°31°99°
CMYK 0.000.310.15   0.01
XYZ68.232756.500572.2752
Yxy56.50050.34630.2868
Hunter Lab75.166830.4915-4.3924
CIE-Lab79.897834.3483-9.1232

#fdafd8 color RGB value is (253,175,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11011000
Octal 375 257 330
Decimal 253 175 216
Hex FD AF D8

RGB Percentages of Color #fdafd8

%39.29
%27.17
%33.54

CMYK Percentages of Color #fdafd8

%0
%31
%15
%1

Triadic Colors of #fdafd8

#fdafd8 #d8fdaf #afd8fd

Analogous Colors of #fdafd8

#fdafd8 #fdafb1 #fbaffd

Monochromatic Colors of #fdafd8

#fdafd8

Complementary Color

#fdafd8 #affdd4

#fdafd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafd8 Color CSS Codes

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

#fdafd8 Text Font Color

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

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


#fdafd8 Background Color

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

This div background color is #fdafd8


#fdafd8 Border Color

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

This div border color is #fdafd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafd8

Related Colors


Comments

No comments written yet.

Please login to write comment.