Color Hex Logo

#fbbad2 Color Hex

#FBBAD2
(251,186,210)
0 Favorites   0 Comments

Color spaces of #fbbad2

RGB 251186210
HSL0.940.890.86
HSV338°26°98°
CMYK 0.000.260.16   0.02
XYZ68.975460.280268.9726
Yxy60.28020.34800.3041
Hunter Lab77.640322.70821.6773
CIE-Lab81.990326.9477-2.8166

#fbbad2 color RGB value is (251,186,210).

#fbbad2 hex color red value is 251, green value is 186 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #fbbad2 hue: 0.94 , saturation: 0.89 and the lightness value of fbbad2 is 0.86.

The process color (four color CMYK) of #fbbad2 color hex is 0.00, 0.26, 0.16, 0.02. Web safe color of #fbbad2 is #ffcccc. Color #fbbad2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11010010
Octal 373 272 322
Decimal 251 186 210
Hex FB BA D2

RGB Percentages of Color #fbbad2

%38.79
%28.75
%32.46

CMYK Percentages of Color #fbbad2

%0
%26
%16
%2

Triadic Colors of #fbbad2

#fbbad2 #d2fbba #bad2fb

Analogous Colors of #fbbad2

#fbbad2 #fbc3ba #fbbaf3

Monochromatic Colors of #fbbad2

#fbbad2

Complementary Color

#fbbad2 #bafbe3

#fbbad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbad2 Color CSS Codes

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

#fbbad2 Text Font Color

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

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


#fbbad2 Background Color

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

This div background color is #fbbad2


#fbbad2 Border Color

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

This div border color is #fbbad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbad2


Comments

No comments written yet.

Please login to write comment.