Color Hex Logo

#fbaeae Color Hex

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

Color spaces of #fbaeae

RGB 251174174
HSL0.000.910.83
HSV31°98°
CMYK 0.000.310.31   0.02
XYZ62.559753.837347.1388
Yxy53.83730.38250.3292
Hunter Lab73.373923.787513.2711
CIE-Lab78.366828.179411.4023

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

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

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

Base Numbers

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

RGB Percentages of Color #fbaeae

%41.90
%29.05
%29.05

CMYK Percentages of Color #fbaeae

%0
%31
%31
%2

Triadic Colors of #fbaeae

#fbaeae #aefbae #aeaefb

Analogous Colors of #fbaeae

#fbaeae #fbd5ae #fbaed5

Monochromatic Colors of #fbaeae

#fbaeae

Complementary Color

#fbaeae #aefbfb

#fbaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeae Color CSS Codes

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

#fbaeae Text Font Color

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

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


#fbaeae Background Color

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

This div background color is #fbaeae


#fbaeae Border Color

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

This div border color is #fbaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeae

#fbaeae Color Palettes


Comments

No comments written yet.

Please login to write comment.