Color Hex Logo

#f99aca Color Hex

#F99ACA
(249,154,202)
0 Favorites   0 Comments

Color spaces of #f99aca

RGB 249154202
HSL0.920.890.79
HSV330°38°98°
CMYK 0.000.380.19   0.02
XYZ61.283247.515261.8185
Yxy47.51520.35920.2785
Hunter Lab68.931338.0653-4.9202
CIE-Lab74.518141.7899-9.5428

#f99aca color RGB value is (249,154,202).

#f99aca hex color red value is 249, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f99aca hue: 0.92 , saturation: 0.89 and the lightness value of f99aca is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 11001010
Octal 371 232 312
Decimal 249 154 202
Hex F9 9A CA

RGB Percentages of Color #f99aca

%41.16
%25.45
%33.39

CMYK Percentages of Color #f99aca

%0
%38
%19
%2

Triadic Colors of #f99aca

#f99aca #caf99a #9acaf9

Analogous Colors of #f99aca

#f99aca #f99a9b #f99af9

Monochromatic Colors of #f99aca

#f99aca

Complementary Color

#f99aca #9af9c9

#f99aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99aca Color CSS Codes

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

#f99aca Text Font Color

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

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


#f99aca Background Color

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

This div background color is #f99aca


#f99aca Border Color

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

This div border color is #f99aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99aca


Comments

No comments written yet.

Please login to write comment.