Color Hex Logo

#f98acc Color Hex

#F98ACC
(249,138,204)
0 Favorites   0 Comments

Color spaces of #f98acc

RGB 249138204
HSL0.900.900.76
HSV324°45°98°
CMYK 0.000.450.18   0.02
XYZ59.054542.676362.2516
Yxy42.67630.36010.2602
Hunter Lab65.327147.0383-10.7697
CIE-Lab71.334750.2103-15.4173

#f98acc color RGB value is (249,138,204).

#f98acc hex color red value is 249, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f98acc hue: 0.90 , saturation: 0.90 and the lightness value of f98acc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001010 11001100
Octal 371 212 314
Decimal 249 138 204
Hex F9 8A CC

RGB Percentages of Color #f98acc

%42.13
%23.35
%34.52

CMYK Percentages of Color #f98acc

%0
%45
%18
%2

Triadic Colors of #f98acc

#f98acc #ccf98a #8accf9

Analogous Colors of #f98acc

#f98acc #f98a95 #ef8af9

Monochromatic Colors of #f98acc

#f98acc

Complementary Color

#f98acc #8af9b7

#f98acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98acc Color CSS Codes

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

#f98acc Text Font Color

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

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


#f98acc Background Color

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

This div background color is #f98acc


#f98acc Border Color

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

This div border color is #f98acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98acc


Comments

No comments written yet.

Please login to write comment.