Color Hex Logo

#fbaafd Color Hex

#FBAAFD
(251,170,253)
0 Favorites   0 Comments

Color spaces of #fbaafd

RGB 251170253
HSL0.830.950.83
HSV299°33°99°
CMYK 0.010.330.00   0.01
XYZ71.888056.3505100.0163
Yxy56.35050.31490.2469
Hunter Lab75.067039.5736-26.4488
CIE-Lab79.812942.5704-29.2221

#fbaafd color RGB value is (251,170,253).

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

The process color (four color CMYK) of #fbaafd color hex is 0.01, 0.33, 0.00, 0.01. Web safe color of #fbaafd is #ff99ff. Color #fbaafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 11111101
Octal 373 252 375
Decimal 251 170 253
Hex FB AA FD

RGB Percentages of Color #fbaafd

%37.24
%25.22
%37.54

CMYK Percentages of Color #fbaafd

%1
%33
%0
%1

Triadic Colors of #fbaafd

#fbaafd #fdfbaa #aafdfb

Analogous Colors of #fbaafd

#fbaafd #fdaad6 #d2aafd

Monochromatic Colors of #fbaafd

#fbaafd

Complementary Color

#fbaafd #acfdaa

#fbaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaafd Color CSS Codes

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

#fbaafd Text Font Color

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

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


#fbaafd Background Color

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

This div background color is #fbaafd


#fbaafd Border Color

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

This div border color is #fbaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaafd

Related Colors


Comments

No comments written yet.

Please login to write comment.