Color Hex Logo

#f995ad Color Hex

#F995AD
(249,149,173)
0 Favorites   0 Comments

Color spaces of #f995ad

RGB 249149173
HSL0.960.890.78
HSV346°40°98°
CMYK 0.000.400.31   0.02
XYZ57.357244.651845.1308
Yxy44.65180.38980.3035
Hunter Lab66.822036.27846.7316
CIE-Lab72.662040.36183.7461

#f995ad color RGB value is (249,149,173).

#f995ad hex color red value is 249, green value is 149 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f995ad hue: 0.96 , saturation: 0.89 and the lightness value of f995ad is 0.78.

The process color (four color CMYK) of #f995ad color hex is 0.00, 0.40, 0.31, 0.02. Web safe color of #f995ad is #ff9999. Color #f995ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 10101101
Octal 371 225 255
Decimal 249 149 173
Hex F9 95 AD

RGB Percentages of Color #f995ad

%43.61
%26.09
%30.30

CMYK Percentages of Color #f995ad

%0
%40
%31
%2

Triadic Colors of #f995ad

#f995ad #adf995 #95adf9

Analogous Colors of #f995ad

#f995ad #f9af95 #f995df

Monochromatic Colors of #f995ad

#f995ad

Complementary Color

#f995ad #95f9e1

#f995ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f995ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f995ad Color CSS Codes

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

#f995ad Text Font Color

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

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


#f995ad Background Color

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

This div background color is #f995ad


#f995ad Border Color

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

This div border color is #f995ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f995ad


Comments

No comments written yet.

Please login to write comment.