Color Hex Logo

#fbade6 Color Hex

#FBADE6
(251,173,230)
0 Favorites   0 Comments

Color spaces of #fbade6

RGB 251173230
HSL0.880.910.83
HSV316°31°98°
CMYK 0.000.310.08   0.02
XYZ69.010256.109582.0559
Yxy56.10950.33310.2708
Hunter Lab74.906333.3638-12.5147
CIE-Lab79.676136.9981-17.0448

#fbade6 color RGB value is (251,173,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11100110
Octal 373 255 346
Decimal 251 173 230
Hex FB AD E6

RGB Percentages of Color #fbade6

%38.38
%26.45
%35.17

CMYK Percentages of Color #fbade6

%0
%31
%8
%2

Triadic Colors of #fbade6

#fbade6 #e6fbad #ade6fb

Analogous Colors of #fbade6

#fbade6 #fbadbf #e9adfb

Monochromatic Colors of #fbade6

#fbade6

Complementary Color

#fbade6 #adfbc2

#fbade6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbade6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbade6 Color CSS Codes

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

#fbade6 Text Font Color

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

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


#fbade6 Background Color

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

This div background color is #fbade6


#fbade6 Border Color

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

This div border color is #fbade6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbade6


Comments

No comments written yet.

Please login to write comment.