Color Hex Logo

#fbadde Color Hex

#FBADDE
(251,173,222)
0 Favorites   0 Comments

Color spaces of #fbadde

RGB 251173222
HSL0.900.910.83
HSV322°31°98°
CMYK 0.000.310.12   0.02
XYZ67.912055.670376.2733
Yxy55.67030.33980.2786
Hunter Lab74.612531.8980-8.3809
CIE-Lab79.425835.6803-13.0964

#fbadde color RGB value is (251,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11011110
Octal 373 255 336
Decimal 251 173 222
Hex FB AD DE

RGB Percentages of Color #fbadde

%38.85
%26.78
%34.37

CMYK Percentages of Color #fbadde

%0
%31
%12
%2

Triadic Colors of #fbadde

#fbadde #defbad #addefb

Analogous Colors of #fbadde

#fbadde #fbadb7 #f1adfb

Monochromatic Colors of #fbadde

#fbadde

Complementary Color

#fbadde #adfbca

#fbadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadde Color CSS Codes

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

#fbadde Text Font Color

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

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


#fbadde Background Color

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

This div background color is #fbadde


#fbadde Border Color

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

This div border color is #fbadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadde


Comments

No comments written yet.

Please login to write comment.