Color Hex Logo

#f995de Color Hex

#F995DE
(249,149,222)
0 Favorites   0 Comments

Color spaces of #f995de

RGB 249149222
HSL0.880.890.78
HSV316°40°98°
CMYK 0.000.400.11   0.02
XYZ62.999246.908674.8411
Yxy46.90860.34100.2539
Hunter Lab68.489944.3329-16.8452
CIE-Lab74.131347.4520-21.1061

#f995de color RGB value is (249,149,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 11011110
Octal 371 225 336
Decimal 249 149 222
Hex F9 95 DE

RGB Percentages of Color #f995de

%40.16
%24.03
%35.81

CMYK Percentages of Color #f995de

%0
%40
%11
%2

Triadic Colors of #f995de

#f995de #def995 #95def9

Analogous Colors of #f995de

#f995de #f995ac #e295f9

Monochromatic Colors of #f995de

#f995de

Complementary Color

#f995de #95f9b0

#f995de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f995de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f995de Color CSS Codes

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

#f995de Text Font Color

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

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


#f995de Background Color

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

This div background color is #f995de


#f995de Border Color

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

This div border color is #f995de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f995de


Comments

No comments written yet.

Please login to write comment.