Color Hex Logo

#fbaddc Color Hex

#FBADDC
(251,173,220)
0 Favorites   0 Comments

Color spaces of #fbaddc

RGB 251173220
HSL0.900.910.83
HSV324°31°98°
CMYK 0.000.310.12   0.02
XYZ67.645555.563774.8697
Yxy55.56370.34150.2805
Hunter Lab74.541131.5407-7.3727
CIE-Lab79.364935.3576-12.1052

#fbaddc color RGB value is (251,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11011100
Octal 373 255 334
Decimal 251 173 220
Hex FB AD DC

RGB Percentages of Color #fbaddc

%38.98
%26.86
%34.16

CMYK Percentages of Color #fbaddc

%0
%31
%12
%2

Triadic Colors of #fbaddc

#fbaddc #dcfbad #addcfb

Analogous Colors of #fbaddc

#fbaddc #fbadb5 #f3adfb

Monochromatic Colors of #fbaddc

#fbaddc

Complementary Color

#fbaddc #adfbcc

#fbaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaddc Color CSS Codes

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

#fbaddc Text Font Color

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

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


#fbaddc Background Color

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

This div background color is #fbaddc


#fbaddc Border Color

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

This div border color is #fbaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaddc


Comments

No comments written yet.

Please login to write comment.