Color Hex Logo

#fbbad1 Color Hex

#FBBAD1
(251,186,209)
0 Favorites   0 Comments

Color spaces of #fbbad1

RGB 251186209
HSL0.940.890.86
HSV339°26°98°
CMYK 0.000.260.17   0.02
XYZ68.851260.230568.3184
Yxy60.23050.34880.3051
Hunter Lab77.608322.54402.1330
CIE-Lab81.963326.7940-2.3183

#fbbad1 color RGB value is (251,186,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11010001
Octal 373 272 321
Decimal 251 186 209
Hex FB BA D1

RGB Percentages of Color #fbbad1

%38.85
%28.79
%32.35

CMYK Percentages of Color #fbbad1

%0
%26
%17
%2

Triadic Colors of #fbbad1

#fbbad1 #d1fbba #bad1fb

Analogous Colors of #fbbad1

#fbbad1 #fbc4ba #fbbaf2

Monochromatic Colors of #fbbad1

#fbbad1

Complementary Color

#fbbad1 #bafbe4

#fbbad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbad1 Color CSS Codes

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

#fbbad1 Text Font Color

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

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


#fbbad1 Background Color

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

This div background color is #fbbad1


#fbbad1 Border Color

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

This div border color is #fbbad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbad1


Comments

No comments written yet.

Please login to write comment.