Color Hex Logo

#ff9fde Color Hex

#FF9FDE
(255,159,222)
0 Favorites   0 Comments

Color spaces of #ff9fde

RGB 255159222
HSL0.891.000.81
HSV321°38°100°
CMYK 0.000.380.13   0.00
XYZ66.823051.330275.4930
Yxy51.33020.34510.2651
Hunter Lab71.645141.1071-12.3228
CIE-Lab76.878644.2575-16.8804

#ff9fde color RGB value is (255,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011111 11011110
Octal 377 237 336
Decimal 255 159 222
Hex FF 9F DE

RGB Percentages of Color #ff9fde

%40.09
%25.00
%34.91

CMYK Percentages of Color #ff9fde

%0
%38
%13
%0

Triadic Colors of #ff9fde

#ff9fde #deff9f #9fdeff

Analogous Colors of #ff9fde

#ff9fde #ff9fae #f09fff

Monochromatic Colors of #ff9fde

#ff9fde

Complementary Color

#ff9fde #9fffc0

#ff9fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9fde Color CSS Codes

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

#ff9fde Text Font Color

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

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


#ff9fde Background Color

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

This div background color is #ff9fde


#ff9fde Border Color

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

This div border color is #ff9fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9fde

Related Colors

#ff9fde Color Palettes


Comments

No comments written yet.

Please login to write comment.