Color Hex Logo

#fbaeff Color Hex

#FBAEFF
(251,174,255)
1 Favorites   0 Comments

Color spaces of #fbaeff

RGB 251174255
HSL0.831.000.84
HSV297°32°100°
CMYK 0.020.320.00   0.00
XYZ72.969758.0013101.9572
Yxy58.00130.31330.2490
Hunter Lab76.158637.7484-26.0634
CIE-Lab80.739540.8498-28.8740

#fbaeff color RGB value is (251,174,255).

#fbaeff hex color red value is 251, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbaeff hue: 0.83 , saturation: 1.00 and the lightness value of fbaeff is 0.84.

The process color (four color CMYK) of #fbaeff color hex is 0.02, 0.32, 0.00, 0.00. Web safe color of #fbaeff is #ff99ff. Color #fbaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11111111
Octal 373 256 377
Decimal 251 174 255
Hex FB AE FF

RGB Percentages of Color #fbaeff

%36.91
%25.59
%37.50

CMYK Percentages of Color #fbaeff

%2
%32
%0
%0

Triadic Colors of #fbaeff

#fbaeff #fffbae #aefffb

Analogous Colors of #fbaeff

#fbaeff #ffaedb #d3aeff

Monochromatic Colors of #fbaeff

#fbaeff

Complementary Color

#fbaeff #b2ffae

#fbaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeff Color CSS Codes

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

#fbaeff Text Font Color

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

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


#fbaeff Background Color

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

This div background color is #fbaeff


#fbaeff Border Color

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

This div border color is #fbaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeff

Related Colors


Comments

No comments written yet.

Please login to write comment.