Color Hex Logo

#f896bd Color Hex

#F896BD
(248,150,189)
0 Favorites   0 Comments

Color spaces of #f896bd

RGB 248150189
HSL0.930.880.78
HSV336°40°97°
CMYK 0.000.400.24   0.03
XYZ58.803145.443353.8163
Yxy45.44330.37200.2875
Hunter Lab67.411637.7350-0.1444
CIE-Lab73.182841.6380-4.3666

#f896bd color RGB value is (248,150,189).

#f896bd hex color red value is 248, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f896bd hue: 0.93 , saturation: 0.88 and the lightness value of f896bd is 0.78.

The process color (four color CMYK) of #f896bd color hex is 0.00, 0.40, 0.24, 0.03. Web safe color of #f896bd is #ff99cc. Color #f896bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010110 10111101
Octal 370 226 275
Decimal 248 150 189
Hex F8 96 BD

RGB Percentages of Color #f896bd

%42.25
%25.55
%32.20

CMYK Percentages of Color #f896bd

%0
%40
%24
%3

Triadic Colors of #f896bd

#f896bd #bdf896 #96bdf8

Analogous Colors of #f896bd

#f896bd #f8a096 #f896ee

Monochromatic Colors of #f896bd

#f896bd

Complementary Color

#f896bd #96f8d1

#f896bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f896bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f896bd Color CSS Codes

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

#f896bd Text Font Color

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

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


#f896bd Background Color

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

This div background color is #f896bd


#f896bd Border Color

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

This div border color is #f896bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,150,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f896bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f896bd;
  -webkit-box-shadow: 1px 1px 3px 2px #f896bd;
  box-shadow:         1px 1px 3px 2px #f896bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,150,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f896bd


Comments

No comments written yet.

Please login to write comment.