Color Hex Logo

#fbaef2 Color Hex

#FBAEF2
(251,174,242)
0 Favorites   0 Comments

Color spaces of #fbaef2

RGB 251174242
HSL0.850.910.83
HSV307°31°98°
CMYK 0.000.310.04   0.02
XYZ70.946757.192191.3043
Yxy57.19210.32330.2606
Hunter Lab75.625535.1121-18.6443
CIE-Lab80.287538.5274-22.5865

#fbaef2 color RGB value is (251,174,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11110010
Octal 373 256 362
Decimal 251 174 242
Hex FB AE F2

RGB Percentages of Color #fbaef2

%37.63
%26.09
%36.28

CMYK Percentages of Color #fbaef2

%0
%31
%4
%2

Triadic Colors of #fbaef2

#fbaef2 #f2fbae #aef2fb

Analogous Colors of #fbaef2

#fbaef2 #fbaecc #deaefb

Monochromatic Colors of #fbaef2

#fbaef2

Complementary Color

#fbaef2 #aefbb7

#fbaef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaef2 Color CSS Codes

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

#fbaef2 Text Font Color

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

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


#fbaef2 Background Color

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

This div background color is #fbaef2


#fbaef2 Border Color

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

This div border color is #fbaef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaef2

Related Colors


Comments

No comments written yet.

Please login to write comment.