Color Hex Logo

#f0abbd Color Hex

#F0ABBD
(240,171,189)
0 Favorites   0 Comments

Color spaces of #f0abbd

RGB 240171189
HSL0.960.700.81
HSV344°29°94°
CMYK 0.000.290.21   0.06
XYZ59.683451.325254.9052
Yxy51.32520.35970.3093
Hunter Lab71.641623.33254.7100
CIE-Lab76.875627.83650.9408

#f0abbd color RGB value is (240,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101011 10111101
Octal 360 253 275
Decimal 240 171 189
Hex F0 AB BD

RGB Percentages of Color #f0abbd

%40.00
%28.50
%31.50

CMYK Percentages of Color #f0abbd

%0
%29
%21
%6

Triadic Colors of #f0abbd

#f0abbd #bdf0ab #abbdf0

Analogous Colors of #f0abbd

#f0abbd #f0bcab #f0abe0

Monochromatic Colors of #f0abbd

#f0abbd

Complementary Color

#f0abbd #abf0de

#f0abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0abbd Color CSS Codes

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

#f0abbd Text Font Color

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

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


#f0abbd Background Color

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

This div background color is #f0abbd


#f0abbd Border Color

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

This div border color is #f0abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0abbd


Comments

No comments written yet.

Please login to write comment.