Color Hex Logo

#fdafef Color Hex

#FDAFEF
(253,175,239)
0 Favorites   0 Comments

Color spaces of #fdafef

RGB 253175239
HSL0.860.950.84
HSV311°31°99°
CMYK 0.000.310.06   0.01
XYZ71.418057.774689.0488
Yxy57.77460.32720.2647
Hunter Lab76.009634.7003-16.2543
CIE-Lab80.613338.1253-20.4588

#fdafef color RGB value is (253,175,239).

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

The process color (four color CMYK) of #fdafef color hex is 0.00, 0.31, 0.06, 0.01. Web safe color of #fdafef is #ff99ff. Color #fdafef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11101111
Octal 375 257 357
Decimal 253 175 239
Hex FD AF EF

RGB Percentages of Color #fdafef

%37.93
%26.24
%35.83

CMYK Percentages of Color #fdafef

%0
%31
%6
%1

Triadic Colors of #fdafef

#fdafef #effdaf #afeffd

Analogous Colors of #fdafef

#fdafef #fdafc8 #e4affd

Monochromatic Colors of #fdafef

#fdafef

Complementary Color

#fdafef #affdbd

#fdafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafef Color CSS Codes

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

#fdafef Text Font Color

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

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


#fdafef Background Color

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

This div background color is #fdafef


#fdafef Border Color

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

This div border color is #fdafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafef


Comments

No comments written yet.

Please login to write comment.