Color Hex Logo

#fbaeaf Color Hex

#FBAEAF
(251,174,175)
0 Favorites   0 Comments

Color spaces of #fbaeaf

RGB 251174175
HSL1.000.910.83
HSV359°31°98°
CMYK 0.000.310.30   0.02
XYZ62.657653.876547.6542
Yxy53.87650.38160.3281
Hunter Lab73.400623.923412.8873
CIE-Lab78.389728.307510.8924

#fbaeaf color RGB value is (251,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 10101111
Octal 373 256 257
Decimal 251 174 175
Hex FB AE AF

RGB Percentages of Color #fbaeaf

%41.83
%29.00
%29.17

CMYK Percentages of Color #fbaeaf

%0
%31
%30
%2

Triadic Colors of #fbaeaf

#fbaeaf #affbae #aeaffb

Analogous Colors of #fbaeaf

#fbaeaf #fbd4ae #fbaed6

Monochromatic Colors of #fbaeaf

#fbaeaf

Complementary Color

#fbaeaf #aefbfa

#fbaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeaf Color CSS Codes

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

#fbaeaf Text Font Color

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

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


#fbaeaf Background Color

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

This div background color is #fbaeaf


#fbaeaf Border Color

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

This div border color is #fbaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.