Color Hex Logo

#f2abbf Color Hex

#F2ABBF
(242,171,191)
0 Favorites   0 Comments

Color spaces of #f2abbf

RGB 242171191
HSL0.950.730.81
HSV343°29°95°
CMYK 0.000.290.21   0.05
XYZ60.584851.764756.0886
Yxy51.76470.35970.3073
Hunter Lab71.947724.40064.1424
CIE-Lab77.139928.84180.2610

#f2abbf color RGB value is (242,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101011 10111111
Octal 362 253 277
Decimal 242 171 191
Hex F2 AB BF

RGB Percentages of Color #f2abbf

%40.07
%28.31
%31.62

CMYK Percentages of Color #f2abbf

%0
%29
%21
%5

Triadic Colors of #f2abbf

#f2abbf #bff2ab #abbff2

Analogous Colors of #f2abbf

#f2abbf #f2bbab #f2abe3

Monochromatic Colors of #f2abbf

#f2abbf

Complementary Color

#f2abbf #abf2de

#f2abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2abbf Color CSS Codes

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

#f2abbf Text Font Color

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

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


#f2abbf Background Color

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

This div background color is #f2abbf


#f2abbf Border Color

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

This div border color is #f2abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2abbf


Comments

No comments written yet.

Please login to write comment.