Color Hex Logo

#fba2ed Color Hex

#FBA2ED
(251,162,237)
0 Favorites   0 Comments

Color spaces of #fba2ed

RGB 251162237
HSL0.860.920.81
HSV309°35°98°
CMYK 0.000.350.06   0.02
XYZ67.990152.464386.6639
Yxy52.46430.32830.2533
Hunter Lab72.432240.7965-20.2369
CIE-Lab77.557643.9040-24.0423

#fba2ed color RGB value is (251,162,237).

#fba2ed hex color red value is 251, green value is 162 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fba2ed hue: 0.86 , saturation: 0.92 and the lightness value of fba2ed is 0.81.

The process color (four color CMYK) of #fba2ed color hex is 0.00, 0.35, 0.06, 0.02. Web safe color of #fba2ed is #ff99ff. Color #fba2ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 11101101
Octal 373 242 355
Decimal 251 162 237
Hex FB A2 ED

RGB Percentages of Color #fba2ed

%38.62
%24.92
%36.46

CMYK Percentages of Color #fba2ed

%0
%35
%6
%2

Triadic Colors of #fba2ed

#fba2ed #edfba2 #a2edfb

Analogous Colors of #fba2ed

#fba2ed #fba2c1 #dda2fb

Monochromatic Colors of #fba2ed

#fba2ed

Complementary Color

#fba2ed #a2fbb0

#fba2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba2ed Color CSS Codes

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

#fba2ed Text Font Color

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

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


#fba2ed Background Color

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

This div background color is #fba2ed


#fba2ed Border Color

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

This div border color is #fba2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba2ed


Comments

No comments written yet.

Please login to write comment.