Color Hex Logo

#fd9ebf Color Hex

#FD9EBF
(253,158,191)
0 Favorites   0 Comments

Color spaces of #fd9ebf

RGB 253158191
HSL0.940.960.81
HSV339°38°99°
CMYK 0.000.380.25   0.01
XYZ62.138849.098055.4920
Yxy49.09800.37270.2945
Hunter Lab70.070035.67332.0942
CIE-Lab75.512339.5057-1.9749

#fd9ebf color RGB value is (253,158,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011110 10111111
Octal 375 236 277
Decimal 253 158 191
Hex FD 9E BF

RGB Percentages of Color #fd9ebf

%42.03
%26.25
%31.73

CMYK Percentages of Color #fd9ebf

%0
%38
%25
%1

Triadic Colors of #fd9ebf

#fd9ebf #bffd9e #9ebffd

Analogous Colors of #fd9ebf

#fd9ebf #fdad9e #fd9eef

Monochromatic Colors of #fd9ebf

#fd9ebf

Complementary Color

#fd9ebf #9efddc

#fd9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9ebf Color CSS Codes

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

#fd9ebf Text Font Color

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

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


#fd9ebf Background Color

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

This div background color is #fd9ebf


#fd9ebf Border Color

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

This div border color is #fd9ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,158,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 #fd9ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9ebf


Comments

No comments written yet.

Please login to write comment.