Color Hex Logo

#fbaeca Color Hex

#FBAECA
(251,174,202)
0 Favorites   0 Comments

Color spaces of #fbaeca

RGB 251174202
HSL0.940.910.83
HSV338°31°98°
CMYK 0.000.310.20   0.02
XYZ65.580455.045663.0455
Yxy55.04560.35710.2997
Hunter Lab74.192727.94241.5530
CIE-Lab79.067532.0494-2.7876

#fbaeca color RGB value is (251,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11001010
Octal 373 256 312
Decimal 251 174 202
Hex FB AE CA

RGB Percentages of Color #fbaeca

%40.03
%27.75
%32.22

CMYK Percentages of Color #fbaeca

%0
%31
%20
%2

Triadic Colors of #fbaeca

#fbaeca #cafbae #aecafb

Analogous Colors of #fbaeca

#fbaeca #fbb9ae #fbaef1

Monochromatic Colors of #fbaeca

#fbaeca

Complementary Color

#fbaeca #aefbdf

#fbaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeca Color CSS Codes

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

#fbaeca Text Font Color

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

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


#fbaeca Background Color

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

This div background color is #fbaeca


#fbaeca Border Color

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

This div border color is #fbaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeca

Related Colors


Comments

No comments written yet.

Please login to write comment.