Color Hex Logo

#fbaefb Color Hex

#FBAEFB
(251,174,251)
0 Favorites   0 Comments

Color spaces of #fbaefb

RGB 251174251
HSL0.830.910.83
HSV300°31°98°
CMYK 0.000.310.00   0.02
XYZ72.332357.746498.6006
Yxy57.74640.31630.2525
Hunter Lab75.991136.9214-23.7368
CIE-Lab80.597640.1246-26.9475

#fbaefb color RGB value is (251,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11111011
Octal 373 256 373
Decimal 251 174 251
Hex FB AE FB

RGB Percentages of Color #fbaefb

%37.13
%25.74
%37.13

CMYK Percentages of Color #fbaefb

%0
%31
%0
%2

Triadic Colors of #fbaefb

#fbaefb #fbfbae #aefbfb

Analogous Colors of #fbaefb

#fbaefb #fbaed5 #d5aefb

Monochromatic Colors of #fbaefb

#fbaefb

Complementary Color

#fbaefb #aefbae

#fbaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaefb Color CSS Codes

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

#fbaefb Text Font Color

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

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


#fbaefb Background Color

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

This div background color is #fbaefb


#fbaefb Border Color

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

This div border color is #fbaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaefb


Comments

No comments written yet.

Please login to write comment.