Color Hex Logo

#fa9fdf Color Hex

#FA9FDF
(250,159,223)
0 Favorites   0 Comments

Color spaces of #fa9fdf

RGB 250159223
HSL0.880.900.80
HSV318°36°98°
CMYK 0.000.360.11   0.02
XYZ65.141850.448076.1161
Yxy50.44800.33980.2632
Hunter Lab71.026839.4135-13.8196
CIE-Lab76.343442.8041-18.2887

#fa9fdf color RGB value is (250,159,223).

#fa9fdf hex color red value is 250, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fa9fdf hue: 0.88 , saturation: 0.90 and the lightness value of fa9fdf is 0.80.

The process color (four color CMYK) of #fa9fdf color hex is 0.00, 0.36, 0.11, 0.02. Web safe color of #fa9fdf is #ff99cc. Color #fa9fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011111 11011111
Octal 372 237 337
Decimal 250 159 223
Hex FA 9F DF

RGB Percentages of Color #fa9fdf

%39.56
%25.16
%35.28

CMYK Percentages of Color #fa9fdf

%0
%36
%11
%2

Triadic Colors of #fa9fdf

#fa9fdf #dffa9f #9fdffa

Analogous Colors of #fa9fdf

#fa9fdf #fa9fb2 #e89ffa

Monochromatic Colors of #fa9fdf

#fa9fdf

Complementary Color

#fa9fdf #9ffaba

#fa9fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9fdf Color CSS Codes

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

#fa9fdf Text Font Color

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

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


#fa9fdf Background Color

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

This div background color is #fa9fdf


#fa9fdf Border Color

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

This div border color is #fa9fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9fdf


Comments

No comments written yet.

Please login to write comment.