Color Hex Logo

#fbadda Color Hex

#FBADDA
(251,173,218)
0 Favorites   0 Comments

Color spaces of #fbadda

RGB 251173218
HSL0.900.910.83
HSV325°31°98°
CMYK 0.000.310.13   0.02
XYZ67.382155.458373.4828
Yxy55.45830.34320.2825
Hunter Lab74.470331.1869-6.3745
CIE-Lab79.304535.0375-11.1124

#fbadda color RGB value is (251,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11011010
Octal 373 255 332
Decimal 251 173 218
Hex FB AD DA

RGB Percentages of Color #fbadda

%39.10
%26.95
%33.96

CMYK Percentages of Color #fbadda

%0
%31
%13
%2

Triadic Colors of #fbadda

#fbadda #dafbad #addafb

Analogous Colors of #fbadda

#fbadda #fbadb3 #f5adfb

Monochromatic Colors of #fbadda

#fbadda

Complementary Color

#fbadda #adfbce

#fbadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadda Color CSS Codes

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

#fbadda Text Font Color

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

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


#fbadda Background Color

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

This div background color is #fbadda


#fbadda Border Color

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

This div border color is #fbadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadda

Related Colors


Comments

No comments written yet.

Please login to write comment.