Color Hex Logo

#f0abbe Color Hex

#F0ABBE
(240,171,190)
0 Favorites   0 Comments

Color spaces of #f0abbe

RGB 240171190
HSL0.950.700.81
HSV343°29°94°
CMYK 0.000.290.21   0.06
XYZ59.792451.368855.4790
Yxy51.36880.35880.3083
Hunter Lab71.672023.48764.2760
CIE-Lab76.901927.98370.4335

#f0abbe color RGB value is (240,171,190).

#f0abbe hex color red value is 240, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f0abbe hue: 0.95 , saturation: 0.70 and the lightness value of f0abbe is 0.81.

The process color (four color CMYK) of #f0abbe color hex is 0.00, 0.29, 0.21, 0.06. Web safe color of #f0abbe is #ff99cc. Color #f0abbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101011 10111110
Octal 360 253 276
Decimal 240 171 190
Hex F0 AB BE

RGB Percentages of Color #f0abbe

%39.93
%28.45
%31.61

CMYK Percentages of Color #f0abbe

%0
%29
%21
%6

Triadic Colors of #f0abbe

#f0abbe #bef0ab #abbef0

Analogous Colors of #f0abbe

#f0abbe #f0bbab #f0abe1

Monochromatic Colors of #f0abbe

#f0abbe

Complementary Color

#f0abbe #abf0dd

#f0abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0abbe Color CSS Codes

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

#f0abbe Text Font Color

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

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


#f0abbe Background Color

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

This div background color is #f0abbe


#f0abbe Border Color

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

This div border color is #f0abbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,171,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0abbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0abbe;
  -webkit-box-shadow: 1px 1px 3px 2px #f0abbe;
  box-shadow:         1px 1px 3px 2px #f0abbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,171,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0abbe


Comments

No comments written yet.

Please login to write comment.