Color Hex Logo

#fbadd6 Color Hex

#FBADD6
(251,173,214)
0 Favorites   0 Comments

Color spaces of #fbadd6

RGB 251173214
HSL0.910.910.83
HSV328°31°98°
CMYK 0.000.310.15   0.02
XYZ66.864855.251470.7588
Yxy55.25140.34670.2865
Hunter Lab74.331330.4901-4.4085
CIE-Lab79.185934.4051-9.1219

#fbadd6 color RGB value is (251,173,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11010110
Octal 373 255 326
Decimal 251 173 214
Hex FB AD D6

RGB Percentages of Color #fbadd6

%39.34
%27.12
%33.54

CMYK Percentages of Color #fbadd6

%0
%31
%15
%2

Triadic Colors of #fbadd6

#fbadd6 #d6fbad #add6fb

Analogous Colors of #fbadd6

#fbadd6 #fbadaf #f9adfb

Monochromatic Colors of #fbadd6

#fbadd6

Complementary Color

#fbadd6 #adfbd2

#fbadd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadd6 Color CSS Codes

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

#fbadd6 Text Font Color

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

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


#fbadd6 Background Color

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

This div background color is #fbadd6


#fbadd6 Border Color

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

This div border color is #fbadd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadd6

Related Colors


Comments

No comments written yet.

Please login to write comment.