Color Hex Logo

#fd9abf Color Hex

#FD9ABF
(253,154,191)
0 Favorites   0 Comments

Color spaces of #fd9abf

RGB 253154191
HSL0.940.960.80
HSV338°39°99°
CMYK 0.000.390.25   0.01
XYZ61.467647.755455.2682
Yxy47.75540.37370.2903
Hunter Lab69.105337.83750.9554
CIE-Lab74.670441.5663-3.2113

#fd9abf color RGB value is (253,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011010 10111111
Octal 375 232 277
Decimal 253 154 191
Hex FD 9A BF

RGB Percentages of Color #fd9abf

%42.31
%25.75
%31.94

CMYK Percentages of Color #fd9abf

%0
%39
%25
%1

Triadic Colors of #fd9abf

#fd9abf #bffd9a #9abffd

Analogous Colors of #fd9abf

#fd9abf #fda79a #fd9af1

Monochromatic Colors of #fd9abf

#fd9abf

Complementary Color

#fd9abf #9afdd8

#fd9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9abf Color CSS Codes

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

#fd9abf Text Font Color

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

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


#fd9abf Background Color

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

This div background color is #fd9abf


#fd9abf Border Color

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

This div border color is #fd9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9abf


Comments

No comments written yet.

Please login to write comment.