Color Hex Logo

#fdacf3 Color Hex

#FDACF3
(253,172,243)
0 Favorites   0 Comments

Color spaces of #fdacf3

RGB 253172243
HSL0.850.950.83
HSV307°32°99°
CMYK 0.000.320.04   0.01
XYZ71.438256.858892.0037
Yxy56.85880.32430.2581
Hunter Lab75.404837.1519-19.5582
CIE-Lab80.100140.3802-23.3899

#fdacf3 color RGB value is (253,172,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11110011
Octal 375 254 363
Decimal 253 172 243
Hex FD AC F3

RGB Percentages of Color #fdacf3

%37.87
%25.75
%36.38

CMYK Percentages of Color #fdacf3

%0
%32
%4
%1

Triadic Colors of #fdacf3

#fdacf3 #f3fdac #acf3fd

Analogous Colors of #fdacf3

#fdacf3 #fdaccb #dfacfd

Monochromatic Colors of #fdacf3

#fdacf3

Complementary Color

#fdacf3 #acfdb6

#fdacf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacf3 Color CSS Codes

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

#fdacf3 Text Font Color

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

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


#fdacf3 Background Color

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

This div background color is #fdacf3


#fdacf3 Border Color

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

This div border color is #fdacf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacf3

Related Colors


Comments

No comments written yet.

Please login to write comment.