Color Hex Logo

#fbeaf6 Color Hex

#FBEAF6
(251,234,246)
0 Favorites   0 Comments

Color spaces of #fbeaf6

RGB 251234246
HSL0.880.680.95
HSV318°98°
CMYK 0.000.070.02   0.02
XYZ85.841086.008799.2658
Yxy86.00870.31660.3172
Hunter Lab92.74092.92321.4572
CIE-Lab94.31617.8056-3.7291

#fbeaf6 color RGB value is (251,234,246).

#fbeaf6 hex color red value is 251, green value is 234 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fbeaf6 hue: 0.88 , saturation: 0.68 and the lightness value of fbeaf6 is 0.95.

The process color (four color CMYK) of #fbeaf6 color hex is 0.00, 0.07, 0.02, 0.02. Web safe color of #fbeaf6 is #ffffff. Color #fbeaf6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11110110
Octal 373 352 366
Decimal 251 234 246
Hex FB EA F6

RGB Percentages of Color #fbeaf6

%34.34
%32.01
%33.65

CMYK Percentages of Color #fbeaf6

%0
%7
%2
%2

Triadic Colors of #fbeaf6

#fbeaf6 #f6fbea #eaf6fb

Analogous Colors of #fbeaf6

#fbeaf6 #fbeaee #f8eafb

Monochromatic Colors of #fbeaf6

#fbeaf6

Complementary Color

#fbeaf6 #eafbef

#fbeaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaf6 Color CSS Codes

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

#fbeaf6 Text Font Color

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

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


#fbeaf6 Background Color

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

This div background color is #fbeaf6


#fbeaf6 Border Color

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

This div border color is #fbeaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaf6

Related Colors

#fbeaf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.