Color Hex Logo

#fe9fdb Color Hex

#FE9FDB
(254,159,219)
0 Favorites   0 Comments

Color spaces of #fe9fdb

RGB 254159219
HSL0.890.980.81
HSV322°37°100°
CMYK 0.000.370.14   0.00
XYZ66.057450.981673.3767
Yxy50.98160.34690.2677
Hunter Lab71.401440.1878-10.9493
CIE-Lab76.667943.4614-15.5739

#fe9fdb color RGB value is (254,159,219).

#fe9fdb hex color red value is 254, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fe9fdb hue: 0.89 , saturation: 0.98 and the lightness value of fe9fdb is 0.81.

The process color (four color CMYK) of #fe9fdb color hex is 0.00, 0.37, 0.14, 0.00. Web safe color of #fe9fdb is #ff99cc. Color #fe9fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011111 11011011
Octal 376 237 333
Decimal 254 159 219
Hex FE 9F DB

RGB Percentages of Color #fe9fdb

%40.19
%25.16
%34.65

CMYK Percentages of Color #fe9fdb

%0
%37
%14
%0

Triadic Colors of #fe9fdb

#fe9fdb #dbfe9f #9fdbfe

Analogous Colors of #fe9fdb

#fe9fdb #fe9fac #f29ffe

Monochromatic Colors of #fe9fdb

#fe9fdb

Complementary Color

#fe9fdb #9ffec2

#fe9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9fdb Color CSS Codes

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

#fe9fdb Text Font Color

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

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


#fe9fdb Background Color

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

This div background color is #fe9fdb


#fe9fdb Border Color

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

This div border color is #fe9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9fdb


Comments

No comments written yet.

Please login to write comment.