Color Hex Logo

#fd9fee Color Hex

#FD9FEE
(253,159,238)
0 Favorites   0 Comments

Color spaces of #fd9fee

RGB 253159238
HSL0.860.960.81
HSV310°37°99°
CMYK 0.000.370.06   0.01
XYZ68.338851.852087.2955
Yxy51.85200.32940.2499
Hunter Lab72.008343.3891-21.4713
CIE-Lab77.192346.2422-25.1215

#fd9fee color RGB value is (253,159,238).

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

The process color (four color CMYK) of #fd9fee color hex is 0.00, 0.37, 0.06, 0.01. Web safe color of #fd9fee is #ff99ff. Color #fd9fee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011111 11101110
Octal 375 237 356
Decimal 253 159 238
Hex FD 9F EE

RGB Percentages of Color #fd9fee

%38.92
%24.46
%36.62

CMYK Percentages of Color #fd9fee

%0
%37
%6
%1

Triadic Colors of #fd9fee

#fd9fee #eefd9f #9feefd

Analogous Colors of #fd9fee

#fd9fee #fd9fbf #dd9ffd

Monochromatic Colors of #fd9fee

#fd9fee

Complementary Color

#fd9fee #9ffdae

#fd9fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9fee Color CSS Codes

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

#fd9fee Text Font Color

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

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


#fd9fee Background Color

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

This div background color is #fd9fee


#fd9fee Border Color

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

This div border color is #fd9fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9fee


Comments

No comments written yet.

Please login to write comment.