Color Hex Logo

#fdafb7 Color Hex

#FDAFB7
(253,175,183)
0 Favorites   0 Comments

Color spaces of #fdafb7

RGB 253175183
HSL0.980.950.84
HSV354°31°99°
CMYK 0.000.310.28   0.01
XYZ64.385254.961552.0149
Yxy54.96150.37570.3207
Hunter Lab74.136025.284510.2965
CIE-Lab79.019129.55777.4803

#fdafb7 color RGB value is (253,175,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 10110111
Octal 375 257 267
Decimal 253 175 183
Hex FD AF B7

RGB Percentages of Color #fdafb7

%41.41
%28.64
%29.95

CMYK Percentages of Color #fdafb7

%0
%31
%28
%1

Triadic Colors of #fdafb7

#fdafb7 #b7fdaf #afb7fd

Analogous Colors of #fdafb7

#fdafb7 #fdceaf #fdafde

Monochromatic Colors of #fdafb7

#fdafb7

Complementary Color

#fdafb7 #affdf5

#fdafb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafb7 Color CSS Codes

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

#fdafb7 Text Font Color

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

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


#fdafb7 Background Color

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

This div background color is #fdafb7


#fdafb7 Border Color

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

This div border color is #fdafb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafb7


Comments

No comments written yet.

Please login to write comment.