Color Hex Logo

#fbaded Color Hex

#FBADED
(251,173,237)
0 Favorites   0 Comments

Color spaces of #fbaded

RGB 251173237
HSL0.860.910.83
HSV311°31°98°
CMYK 0.000.310.06   0.02
XYZ70.013356.510887.3383
Yxy56.51080.32740.2642
Hunter Lab75.173734.6928-16.2628
CIE-Lab79.903738.1842-20.4770

#fbaded color RGB value is (251,173,237).

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

The process color (four color CMYK) of #fbaded color hex is 0.00, 0.31, 0.06, 0.02. Web safe color of #fbaded is #ff99ff. Color #fbaded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11101101
Octal 373 255 355
Decimal 251 173 237
Hex FB AD ED

RGB Percentages of Color #fbaded

%37.97
%26.17
%35.85

CMYK Percentages of Color #fbaded

%0
%31
%6
%2

Triadic Colors of #fbaded

#fbaded #edfbad #adedfb

Analogous Colors of #fbaded

#fbaded #fbadc6 #e2adfb

Monochromatic Colors of #fbaded

#fbaded

Complementary Color

#fbaded #adfbbb

#fbaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaded Color CSS Codes

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

#fbaded Text Font Color

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

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


#fbaded Background Color

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

This div background color is #fbaded


#fbaded Border Color

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

This div border color is #fbaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaded

Related Colors


Comments

No comments written yet.

Please login to write comment.