Color Hex Logo

#f2b3da Color Hex

#F2B3DA
(242,179,218)
0 Favorites   0 Comments

Color spaces of #f2b3da

RGB 242179218
HSL0.900.710.83
HSV323°26°95°
CMYK 0.000.260.10   0.05
XYZ65.392956.179473.7268
Yxy56.17940.33480.2877
Hunter Lab74.952924.5653-5.8531
CIE-Lab79.715828.8336-10.5972

#f2b3da color RGB value is (242,179,218).

#f2b3da hex color red value is 242, green value is 179 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f2b3da hue: 0.90 , saturation: 0.71 and the lightness value of f2b3da is 0.83.

The process color (four color CMYK) of #f2b3da color hex is 0.00, 0.26, 0.10, 0.05. Web safe color of #f2b3da is #ffcccc. Color #f2b3da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10110011 11011010
Octal 362 263 332
Decimal 242 179 218
Hex F2 B3 DA

RGB Percentages of Color #f2b3da

%37.87
%28.01
%34.12

CMYK Percentages of Color #f2b3da

%0
%26
%10
%5

Triadic Colors of #f2b3da

#f2b3da #daf2b3 #b3daf2

Analogous Colors of #f2b3da

#f2b3da #f2b3bb #ebb3f2

Monochromatic Colors of #f2b3da

#f2b3da

Complementary Color

#f2b3da #b3f2cb

#f2b3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2b3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2b3da Color CSS Codes

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

#f2b3da Text Font Color

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

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


#f2b3da Background Color

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

This div background color is #f2b3da


#f2b3da Border Color

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

This div border color is #f2b3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2b3da


Comments

No comments written yet.

Please login to write comment.