Color Hex Logo

#f995ee Color Hex

#F995EE
(249,149,238)
0 Favorites   0 Comments

Color spaces of #f995ee

RGB 249149238
HSL0.850.890.78
HSV307°40°98°
CMYK 0.000.400.04   0.02
XYZ65.247047.807786.6778
Yxy47.80770.32670.2394
Hunter Lab69.143147.4413-25.9258
CIE-Lab74.703550.1100-28.9732

#f995ee color RGB value is (249,149,238).

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

The process color (four color CMYK) of #f995ee color hex is 0.00, 0.40, 0.04, 0.02. Web safe color of #f995ee is #ff99ff. Color #f995ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 11101110
Octal 371 225 356
Decimal 249 149 238
Hex F9 95 EE

RGB Percentages of Color #f995ee

%39.15
%23.43
%37.42

CMYK Percentages of Color #f995ee

%0
%40
%4
%2

Triadic Colors of #f995ee

#f995ee #eef995 #95eef9

Analogous Colors of #f995ee

#f995ee #f995bc #d295f9

Monochromatic Colors of #f995ee

#f995ee

Complementary Color

#f995ee #95f9a0

#f995ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f995ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f995ee Color CSS Codes

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

#f995ee Text Font Color

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

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


#f995ee Background Color

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

This div background color is #f995ee


#f995ee Border Color

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

This div border color is #f995ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f995ee

Related Colors


Comments

No comments written yet.

Please login to write comment.