Color Hex Logo

#fdafec Color Hex

#FDAFEC
(253,175,236)
0 Favorites   0 Comments

Color spaces of #fdafec

RGB 253175236
HSL0.870.950.84
HSV313°31°99°
CMYK 0.000.310.07   0.01
XYZ70.978357.598786.7336
Yxy57.59870.32970.2675
Hunter Lab75.893834.1247-14.6326
CIE-Lab80.515237.6135-18.9929

#fdafec color RGB value is (253,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11101100
Octal 375 257 354
Decimal 253 175 236
Hex FD AF EC

RGB Percentages of Color #fdafec

%38.10
%26.36
%35.54

CMYK Percentages of Color #fdafec

%0
%31
%7
%1

Triadic Colors of #fdafec

#fdafec #ecfdaf #afecfd

Analogous Colors of #fdafec

#fdafec #fdafc5 #e7affd

Monochromatic Colors of #fdafec

#fdafec

Complementary Color

#fdafec #affdc0

#fdafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafec Color CSS Codes

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

#fdafec Text Font Color

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

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


#fdafec Background Color

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

This div background color is #fdafec


#fdafec Border Color

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

This div border color is #fdafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafec


Comments

No comments written yet.

Please login to write comment.