Color Hex Logo

#f98baf Color Hex

#F98BAF
(249,139,175)
0 Favorites   0 Comments

Color spaces of #f98baf

RGB 249139175
HSL0.950.900.76
HSV340°44°98°
CMYK 0.000.440.30   0.02
XYZ56.037441.700145.6529
Yxy41.70010.39080.2908
Hunter Lab64.575641.89133.2868
CIE-Lab70.663745.7095-0.2722

#f98baf color RGB value is (249,139,175).

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

The process color (four color CMYK) of #f98baf color hex is 0.00, 0.44, 0.30, 0.02. Web safe color of #f98baf is #ff9999. Color #f98baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001011 10101111
Octal 371 213 257
Decimal 249 139 175
Hex F9 8B AF

RGB Percentages of Color #f98baf

%44.23
%24.69
%31.08

CMYK Percentages of Color #f98baf

%0
%44
%30
%2

Triadic Colors of #f98baf

#f98baf #aff98b #8baff9

Analogous Colors of #f98baf

#f98baf #f99e8b #f98be6

Monochromatic Colors of #f98baf

#f98baf

Complementary Color

#f98baf #8bf9d5

#f98baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98baf Color CSS Codes

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

#f98baf Text Font Color

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

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


#f98baf Background Color

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

This div background color is #f98baf


#f98baf Border Color

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

This div border color is #f98baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98baf


Comments

No comments written yet.

Please login to write comment.