Color Hex Logo

#f2adfb Color Hex

#F2ADFB
(242,173,251)
0 Favorites   0 Comments

Color spaces of #f2adfb

RGB 242173251
HSL0.810.910.83
HSV293°31°98°
CMYK 0.040.310.00   0.02
XYZ68.974155.729498.3883
Yxy55.72940.30920.2498
Hunter Lab74.652134.2821-25.8852
CIE-Lab79.459637.8530-28.7706

#f2adfb color RGB value is (242,173,251).

#f2adfb hex color red value is 242, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f2adfb hue: 0.81 , saturation: 0.91 and the lightness value of f2adfb is 0.83.

The process color (four color CMYK) of #f2adfb color hex is 0.04, 0.31, 0.00, 0.02. Web safe color of #f2adfb is #ff99ff. Color #f2adfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101101 11111011
Octal 362 255 373
Decimal 242 173 251
Hex F2 AD FB

RGB Percentages of Color #f2adfb

%36.34
%25.98
%37.69

CMYK Percentages of Color #f2adfb

%4
%31
%0
%2

Triadic Colors of #f2adfb

#f2adfb #fbf2ad #adfbf2

Analogous Colors of #f2adfb

#f2adfb #fbaddd #cbadfb

Monochromatic Colors of #f2adfb

#f2adfb

Complementary Color

#f2adfb #b6fbad

#f2adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2adfb Color CSS Codes

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

#f2adfb Text Font Color

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

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


#f2adfb Background Color

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

This div background color is #f2adfb


#f2adfb Border Color

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

This div border color is #f2adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2adfb

Related Colors


Comments

No comments written yet.

Please login to write comment.