Color Hex Logo

#f9aeca Color Hex

#F9AECA
(249,174,202)
0 Favorites   0 Comments

Color spaces of #f9aeca

RGB 249174202
HSL0.940.860.83
HSV338°30°98°
CMYK 0.000.300.19   0.02
XYZ64.863654.676163.0120
Yxy54.67610.35530.2995
Hunter Lab73.943327.18081.2353
CIE-Lab78.854331.3527-3.1256

#f9aeca color RGB value is (249,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101110 11001010
Octal 371 256 312
Decimal 249 174 202
Hex F9 AE CA

RGB Percentages of Color #f9aeca

%39.84
%27.84
%32.32

CMYK Percentages of Color #f9aeca

%0
%30
%19
%2

Triadic Colors of #f9aeca

#f9aeca #caf9ae #aecaf9

Analogous Colors of #f9aeca

#f9aeca #f9b8ae #f9aef0

Monochromatic Colors of #f9aeca

#f9aeca

Complementary Color

#f9aeca #aef9dd

#f9aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9aeca Color CSS Codes

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

#f9aeca Text Font Color

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

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


#f9aeca Background Color

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

This div background color is #f9aeca


#f9aeca Border Color

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

This div border color is #f9aeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,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 #f9aeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9aeca


Comments

No comments written yet.

Please login to write comment.