Color Hex Logo

#fbaecc Color Hex

#FBAECC
(251,174,204)
0 Favorites   0 Comments

Color spaces of #fbaecc

RGB 251174204
HSL0.940.910.83
HSV337°31°98°
CMYK 0.000.310.19   0.02
XYZ65.818855.141064.3010
Yxy55.14100.35530.2976
Hunter Lab74.257028.26640.6392
CIE-Lab79.122432.3476-3.7922

#fbaecc color RGB value is (251,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11001100
Octal 373 256 314
Decimal 251 174 204
Hex FB AE CC

RGB Percentages of Color #fbaecc

%39.90
%27.66
%32.43

CMYK Percentages of Color #fbaecc

%0
%31
%19
%2

Triadic Colors of #fbaecc

#fbaecc #ccfbae #aeccfb

Analogous Colors of #fbaecc

#fbaecc #fbb7ae #fbaef3

Monochromatic Colors of #fbaecc

#fbaecc

Complementary Color

#fbaecc #aefbdd

#fbaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaecc Color CSS Codes

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

#fbaecc Text Font Color

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

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


#fbaecc Background Color

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

This div background color is #fbaecc


#fbaecc Border Color

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

This div border color is #fbaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaecc


Comments

No comments written yet.

Please login to write comment.