Color Hex Logo

#fdacef Color Hex

#FDACEF
(253,172,239)
0 Favorites   0 Comments

Color spaces of #fdacef

RGB 253172239
HSL0.860.950.83
HSV310°32°99°
CMYK 0.000.320.06   0.01
XYZ70.840556.619788.8563
Yxy56.61970.32750.2617
Hunter Lab75.246136.3684-17.3419
CIE-Lab79.965239.6903-21.4413

#fdacef color RGB value is (253,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11101111
Octal 375 254 357
Decimal 253 172 239
Hex FD AC EF

RGB Percentages of Color #fdacef

%38.10
%25.90
%35.99

CMYK Percentages of Color #fdacef

%0
%32
%6
%1

Triadic Colors of #fdacef

#fdacef #effdac #aceffd

Analogous Colors of #fdacef

#fdacef #fdacc7 #e3acfd

Monochromatic Colors of #fdacef

#fdacef

Complementary Color

#fdacef #acfdba

#fdacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacef Color CSS Codes

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

#fdacef Text Font Color

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

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


#fdacef Background Color

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

This div background color is #fdacef


#fdacef Border Color

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

This div border color is #fdacef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,172,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 #fdacef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacef

Related Colors


Comments

No comments written yet.

Please login to write comment.