Color Hex Logo

#f995ce Color Hex

#F995CE
(249,149,206)
0 Favorites   0 Comments

Color spaces of #f995ce

RGB 249149206
HSL0.910.890.78
HSV326°40°98°
CMYK 0.000.400.17   0.02
XYZ60.954946.090964.0763
Yxy46.09090.35620.2693
Hunter Lab67.890341.4572-8.4360
CIE-Lab73.604544.9553-13.1102

#f995ce color RGB value is (249,149,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 11001110
Octal 371 225 316
Decimal 249 149 206
Hex F9 95 CE

RGB Percentages of Color #f995ce

%41.23
%24.67
%34.11

CMYK Percentages of Color #f995ce

%0
%40
%17
%2

Triadic Colors of #f995ce

#f995ce #cef995 #95cef9

Analogous Colors of #f995ce

#f995ce #f9959c #f295f9

Monochromatic Colors of #f995ce

#f995ce

Complementary Color

#f995ce #95f9c0

#f995ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f995ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f995ce Color CSS Codes

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

#f995ce Text Font Color

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

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


#f995ce Background Color

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

This div background color is #f995ce


#f995ce Border Color

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

This div border color is #f995ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f995ce


Comments

No comments written yet.

Please login to write comment.