Color Hex Logo

#fbaecf Color Hex

#FBAECF
(251,174,207)
0 Favorites   0 Comments

Color spaces of #fbaecf

RGB 251174207
HSL0.930.910.83
HSV334°31°98°
CMYK 0.000.310.18   0.02
XYZ66.182255.286366.2146
Yxy55.28630.35260.2946
Hunter Lab74.354828.7597-0.7508
CIE-Lab79.205932.8004-5.2966

#fbaecf color RGB value is (251,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11001111
Octal 373 256 317
Decimal 251 174 207
Hex FB AE CF

RGB Percentages of Color #fbaecf

%39.72
%27.53
%32.75

CMYK Percentages of Color #fbaecf

%0
%31
%18
%2

Triadic Colors of #fbaecf

#fbaecf #cffbae #aecffb

Analogous Colors of #fbaecf

#fbaecf #fbb4ae #fbaef6

Monochromatic Colors of #fbaecf

#fbaecf

Complementary Color

#fbaecf #aefbda

#fbaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaecf Color CSS Codes

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

#fbaecf Text Font Color

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

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


#fbaecf Background Color

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

This div background color is #fbaecf


#fbaecf Border Color

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

This div border color is #fbaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaecf


Comments

No comments written yet.

Please login to write comment.