Color Hex Logo

#fa8fde Color Hex

#FA8FDE
(250,143,222)
0 Favorites   0 Comments

Color spaces of #fa8fde

RGB 250143222
HSL0.880.910.77
HSV316°43°98°
CMYK 0.000.430.11   0.02
XYZ62.431645.242874.5495
Yxy45.24280.34260.2483
Hunter Lab67.262847.9693-18.6291
CIE-Lab73.051550.7931-22.7383

#fa8fde color RGB value is (250,143,222).

#fa8fde hex color red value is 250, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fa8fde hue: 0.88 , saturation: 0.91 and the lightness value of fa8fde is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001111 11011110
Octal 372 217 336
Decimal 250 143 222
Hex FA 8F DE

RGB Percentages of Color #fa8fde

%40.65
%23.25
%36.10

CMYK Percentages of Color #fa8fde

%0
%43
%11
%2

Triadic Colors of #fa8fde

#fa8fde #defa8f #8fdefa

Analogous Colors of #fa8fde

#fa8fde #fa8fa9 #e18ffa

Monochromatic Colors of #fa8fde

#fa8fde

Complementary Color

#fa8fde #8ffaab

#fa8fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8fde Color CSS Codes

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

#fa8fde Text Font Color

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

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


#fa8fde Background Color

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

This div background color is #fa8fde


#fa8fde Border Color

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

This div border color is #fa8fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8fde


Comments

No comments written yet.

Please login to write comment.