Color Hex Logo

#fbaee8 Color Hex

#FBAEE8
(251,174,232)
0 Favorites   0 Comments

Color spaces of #fbaee8

RGB 251174232
HSL0.870.910.83
HSV315°31°98°
CMYK 0.000.310.08   0.02
XYZ69.485256.607583.6080
Yxy56.60750.33140.2699
Hunter Lab75.238033.1853-13.2193
CIE-Lab79.958336.8103-17.6986

#fbaee8 color RGB value is (251,174,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11101000
Octal 373 256 350
Decimal 251 174 232
Hex FB AE E8

RGB Percentages of Color #fbaee8

%38.20
%26.48
%35.31

CMYK Percentages of Color #fbaee8

%0
%31
%8
%2

Triadic Colors of #fbaee8

#fbaee8 #e8fbae #aee8fb

Analogous Colors of #fbaee8

#fbaee8 #fbaec2 #e8aefb

Monochromatic Colors of #fbaee8

#fbaee8

Complementary Color

#fbaee8 #aefbc1

#fbaee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaee8 Color CSS Codes

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

#fbaee8 Text Font Color

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

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


#fbaee8 Background Color

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

This div background color is #fbaee8


#fbaee8 Border Color

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

This div border color is #fbaee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaee8

#fbaee8 Color Palettes


Comments

No comments written yet.

Please login to write comment.