Color Hex Logo

#fbaef7 Color Hex

#FBAEF7
(251,174,247)
0 Favorites   0 Comments

Color spaces of #fbaef7

RGB 251174247
HSL0.840.910.83
HSV303°31°98°
CMYK 0.000.310.02   0.02
XYZ71.708257.496795.3142
Yxy57.49670.31940.2561
Hunter Lab75.826636.1086-21.4491
CIE-Lab80.458239.4089-25.0138

#fbaef7 color RGB value is (251,174,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11110111
Octal 373 256 367
Decimal 251 174 247
Hex FB AE F7

RGB Percentages of Color #fbaef7

%37.35
%25.89
%36.76

CMYK Percentages of Color #fbaef7

%0
%31
%2
%2

Triadic Colors of #fbaef7

#fbaef7 #f7fbae #aef7fb

Analogous Colors of #fbaef7

#fbaef7 #fbaed1 #d9aefb

Monochromatic Colors of #fbaef7

#fbaef7

Complementary Color

#fbaef7 #aefbb2

#fbaef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaef7 Color CSS Codes

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

#fbaef7 Text Font Color

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

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


#fbaef7 Background Color

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

This div background color is #fbaef7


#fbaef7 Border Color

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

This div border color is #fbaef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaef7

Related Colors

#fbaef7 Color Palettes


Comments

No comments written yet.

Please login to write comment.