Color Hex Logo

#fdafdb Color Hex

#FDAFDB
(253,175,219)
0 Favorites   0 Comments

Color spaces of #fdafdb

RGB 253175219
HSL0.910.950.84
HSV326°31°99°
CMYK 0.000.310.13   0.01
XYZ68.624256.657174.3369
Yxy56.65710.34380.2838
Hunter Lab75.270931.0137-5.8647
CIE-Lab79.986334.8214-10.6139

#fdafdb color RGB value is (253,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11011011
Octal 375 257 333
Decimal 253 175 219
Hex FD AF DB

RGB Percentages of Color #fdafdb

%39.10
%27.05
%33.85

CMYK Percentages of Color #fdafdb

%0
%31
%13
%1

Triadic Colors of #fdafdb

#fdafdb #dbfdaf #afdbfd

Analogous Colors of #fdafdb

#fdafdb #fdafb4 #f8affd

Monochromatic Colors of #fdafdb

#fdafdb

Complementary Color

#fdafdb #affdd1

#fdafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafdb Color CSS Codes

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

#fdafdb Text Font Color

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

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


#fdafdb Background Color

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

This div background color is #fdafdb


#fdafdb Border Color

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

This div border color is #fdafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafdb


Comments

No comments written yet.

Please login to write comment.