Color Hex Logo

#fbaade Color Hex

#FBAADE
(251,170,222)
0 Favorites   0 Comments

Color spaces of #fbaade

RGB 251170222
HSL0.890.910.83
HSV321°32°98°
CMYK 0.000.320.12   0.02
XYZ67.343254.532676.0837
Yxy54.53260.34020.2755
Hunter Lab73.846233.5502-9.3941
CIE-Lab78.771337.2501-14.0776

#fbaade color RGB value is (251,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 11011110
Octal 373 252 336
Decimal 251 170 222
Hex FB AA DE

RGB Percentages of Color #fbaade

%39.04
%26.44
%34.53

CMYK Percentages of Color #fbaade

%0
%32
%12
%2

Triadic Colors of #fbaade

#fbaade #defbaa #aadefb

Analogous Colors of #fbaade

#fbaade #fbaab6 #f0aafb

Monochromatic Colors of #fbaade

#fbaade

Complementary Color

#fbaade #aafbc7

#fbaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaade Color CSS Codes

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

#fbaade Text Font Color

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

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


#fbaade Background Color

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

This div background color is #fbaade


#fbaade Border Color

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

This div border color is #fbaade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,170,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 #fbaade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaade


Comments

No comments written yet.

Please login to write comment.