Color Hex Logo

#f9aece Color Hex

#F9AECE
(249,174,206)
0 Favorites   0 Comments

Color spaces of #f9aece

RGB 249174206
HSL0.930.860.83
HSV334°30°98°
CMYK 0.000.300.17   0.02
XYZ65.343654.868165.5391
Yxy54.86810.35180.2954
Hunter Lab74.073027.8363-0.6081
CIE-Lab78.965231.9579-5.1333

#f9aece color RGB value is (249,174,206).

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

The process color (four color CMYK) of #f9aece color hex is 0.00, 0.30, 0.17, 0.02. Web safe color of #f9aece is #ff99cc. Color #f9aece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101110 11001110
Octal 371 256 316
Decimal 249 174 206
Hex F9 AE CE

RGB Percentages of Color #f9aece

%39.59
%27.66
%32.75

CMYK Percentages of Color #f9aece

%0
%30
%17
%2

Triadic Colors of #f9aece

#f9aece #cef9ae #aecef9

Analogous Colors of #f9aece

#f9aece #f9b4ae #f9aef4

Monochromatic Colors of #f9aece

#f9aece

Complementary Color

#f9aece #aef9d9

#f9aece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aece Color CSS Codes

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

#f9aece Text Font Color

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

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


#f9aece Background Color

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

This div background color is #f9aece


#f9aece Border Color

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

This div border color is #f9aece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aece

Related Colors


Comments

No comments written yet.

Please login to write comment.