Color Hex Logo

#fbadd1 Color Hex

#FBADD1
(251,173,209)
0 Favorites   0 Comments

Color spaces of #fbadd1

RGB 251173209
HSL0.920.910.83
HSV332°31°98°
CMYK 0.000.310.17   0.02
XYZ66.235954.999867.4466
Yxy54.99980.35100.2915
Hunter Lab74.161929.6398-2.0081
CIE-Lab79.041233.6303-6.6251

#fbadd1 color RGB value is (251,173,209).

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

The process color (four color CMYK) of #fbadd1 color hex is 0.00, 0.31, 0.17, 0.02. Web safe color of #fbadd1 is #ff99cc. Color #fbadd1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11010001
Octal 373 255 321
Decimal 251 173 209
Hex FB AD D1

RGB Percentages of Color #fbadd1

%39.65
%27.33
%33.02

CMYK Percentages of Color #fbadd1

%0
%31
%17
%2

Triadic Colors of #fbadd1

#fbadd1 #d1fbad #add1fb

Analogous Colors of #fbadd1

#fbadd1 #fbb0ad #fbadf8

Monochromatic Colors of #fbadd1

#fbadd1

Complementary Color

#fbadd1 #adfbd7

#fbadd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadd1 Color CSS Codes

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

#fbadd1 Text Font Color

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

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


#fbadd1 Background Color

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

This div background color is #fbadd1


#fbadd1 Border Color

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

This div border color is #fbadd1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,173,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 #fbadd1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadd1


Comments

No comments written yet.

Please login to write comment.