Color Hex Logo

#f2abeb Color Hex

#F2ABEB
(242,171,235)
0 Favorites   0 Comments

Color spaces of #f2abeb

RGB 242171235
HSL0.850.730.81
HSV306°29°95°
CMYK 0.000.290.03   0.05
XYZ66.176354.001285.5327
Yxy54.00120.32170.2625
Hunter Lab73.485532.1459-17.5701
CIE-Lab78.462435.9918-21.6724

#f2abeb color RGB value is (242,171,235).

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

The process color (four color CMYK) of #f2abeb color hex is 0.00, 0.29, 0.03, 0.05. Web safe color of #f2abeb is #ff99ff. Color #f2abeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101011 11101011
Octal 362 253 353
Decimal 242 171 235
Hex F2 AB EB

RGB Percentages of Color #f2abeb

%37.35
%26.39
%36.27

CMYK Percentages of Color #f2abeb

%0
%29
%3
%5

Triadic Colors of #f2abeb

#f2abeb #ebf2ab #abebf2

Analogous Colors of #f2abeb

#f2abeb #f2abc8 #d6abf2

Monochromatic Colors of #f2abeb

#f2abeb

Complementary Color

#f2abeb #abf2b2

#f2abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2abeb Color CSS Codes

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

#f2abeb Text Font Color

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

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


#f2abeb Background Color

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

This div background color is #f2abeb


#f2abeb Border Color

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

This div border color is #f2abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2abeb


Comments

No comments written yet.

Please login to write comment.