Color Hex Logo

#fd9bdf Color Hex

#FD9BDF
(253,155,223)
0 Favorites   0 Comments

Color spaces of #fd9bdf

RGB 253155223
HSL0.880.960.80
HSV318°39°99°
CMYK 0.000.390.12   0.01
XYZ65.548649.653075.9412
Yxy49.65300.34290.2598
Hunter Lab70.464942.7326-14.5724
CIE-Lab75.855845.8217-18.9935

#fd9bdf color RGB value is (253,155,223).

#fd9bdf hex color red value is 253, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd9bdf hue: 0.88 , saturation: 0.96 and the lightness value of fd9bdf is 0.80.

The process color (four color CMYK) of #fd9bdf color hex is 0.00, 0.39, 0.12, 0.01. Web safe color of #fd9bdf is #ff99cc. Color #fd9bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011011 11011111
Octal 375 233 337
Decimal 253 155 223
Hex FD 9B DF

RGB Percentages of Color #fd9bdf

%40.10
%24.56
%35.34

CMYK Percentages of Color #fd9bdf

%0
%39
%12
%1

Triadic Colors of #fd9bdf

#fd9bdf #dffd9b #9bdffd

Analogous Colors of #fd9bdf

#fd9bdf #fd9bae #ea9bfd

Monochromatic Colors of #fd9bdf

#fd9bdf

Complementary Color

#fd9bdf #9bfdb9

#fd9bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9bdf Color CSS Codes

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

#fd9bdf Text Font Color

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

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


#fd9bdf Background Color

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

This div background color is #fd9bdf


#fd9bdf Border Color

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

This div border color is #fd9bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9bdf


Comments

No comments written yet.

Please login to write comment.