Color Hex Logo

#fbaddb Color Hex

#FBADDB
(251,173,219)
0 Favorites   0 Comments

Color spaces of #fbaddb

RGB 251173219
HSL0.900.910.83
HSV325°31°98°
CMYK 0.000.310.13   0.02
XYZ67.513455.510874.1742
Yxy55.51080.34240.2815
Hunter Lab74.505631.3635-6.8724
CIE-Lab79.334635.1973-11.6091

#fbaddb color RGB value is (251,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11011011
Octal 373 255 333
Decimal 251 173 219
Hex FB AD DB

RGB Percentages of Color #fbaddb

%39.04
%26.91
%34.06

CMYK Percentages of Color #fbaddb

%0
%31
%13
%2

Triadic Colors of #fbaddb

#fbaddb #dbfbad #addbfb

Analogous Colors of #fbaddb

#fbaddb #fbadb4 #f4adfb

Monochromatic Colors of #fbaddb

#fbaddb

Complementary Color

#fbaddb #adfbcd

#fbaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaddb Color CSS Codes

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

#fbaddb Text Font Color

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

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


#fbaddb Background Color

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

This div background color is #fbaddb


#fbaddb Border Color

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

This div border color is #fbaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaddb

#fbaddb Color Palettes


Comments

No comments written yet.

Please login to write comment.