Color Hex Logo

#fa95cb Color Hex

#FA95CB
(250,149,203)
0 Favorites   0 Comments

Color spaces of #fa95cb

RGB 250149203
HSL0.910.910.78
HSV328°40°98°
CMYK 0.000.400.19   0.02
XYZ60.951346.130762.1915
Yxy46.13070.36010.2725
Hunter Lab67.919641.3273-6.7460
CIE-Lab73.630344.8356-11.4060

#fa95cb color RGB value is (250,149,203).

#fa95cb hex color red value is 250, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fa95cb hue: 0.91 , saturation: 0.91 and the lightness value of fa95cb is 0.78.

The process color (four color CMYK) of #fa95cb color hex is 0.00, 0.40, 0.19, 0.02. Web safe color of #fa95cb is #ff99cc. Color #fa95cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010101 11001011
Octal 372 225 313
Decimal 250 149 203
Hex FA 95 CB

RGB Percentages of Color #fa95cb

%41.53
%24.75
%33.72

CMYK Percentages of Color #fa95cb

%0
%40
%19
%2

Triadic Colors of #fa95cb

#fa95cb #cbfa95 #95cbfa

Analogous Colors of #fa95cb

#fa95cb #fa9599 #f795fa

Monochromatic Colors of #fa95cb

#fa95cb

Complementary Color

#fa95cb #95fac4

#fa95cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa95cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa95cb Color CSS Codes

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

#fa95cb Text Font Color

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

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


#fa95cb Background Color

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

This div background color is #fa95cb


#fa95cb Border Color

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

This div border color is #fa95cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa95cb


Comments

No comments written yet.

Please login to write comment.