Color Hex Logo

#fdaffc Color Hex

#FDAFFC
(253,175,252)
0 Favorites   0 Comments

Color spaces of #fdaffc

RGB 253175252
HSL0.840.950.84
HSV301°31°99°
CMYK 0.000.310.00   0.01
XYZ73.408758.570999.5317
Yxy58.57090.31710.2530
Hunter Lab76.531637.2858-23.5363
CIE-Lab81.055240.4056-26.7657

#fdaffc color RGB value is (253,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11111100
Octal 375 257 374
Decimal 253 175 252
Hex FD AF FC

RGB Percentages of Color #fdaffc

%37.21
%25.74
%37.06

CMYK Percentages of Color #fdaffc

%0
%31
%0
%1

Triadic Colors of #fdaffc

#fdaffc #fcfdaf #affcfd

Analogous Colors of #fdaffc

#fdaffc #fdafd5 #d7affd

Monochromatic Colors of #fdaffc

#fdaffc

Complementary Color

#fdaffc #affdb0

#fdaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaffc Color CSS Codes

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

#fdaffc Text Font Color

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

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


#fdaffc Background Color

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

This div background color is #fdaffc


#fdaffc Border Color

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

This div border color is #fdaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaffc

Related Colors


Comments

No comments written yet.

Please login to write comment.