Color Hex Logo

#f98bad Color Hex

#F98BAD
(249,139,173)
0 Favorites   0 Comments

Color spaces of #f98bad

RGB 249139173
HSL0.950.900.76
HSV341°44°98°
CMYK 0.000.440.31   0.02
XYZ55.842441.622144.6258
Yxy41.62210.39300.2929
Hunter Lab64.515241.60264.1492
CIE-Lab70.609645.45570.7657

#f98bad color RGB value is (249,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001011 10101101
Octal 371 213 255
Decimal 249 139 173
Hex F9 8B AD

RGB Percentages of Color #f98bad

%44.39
%24.78
%30.84

CMYK Percentages of Color #f98bad

%0
%44
%31
%2

Triadic Colors of #f98bad

#f98bad #adf98b #8badf9

Analogous Colors of #f98bad

#f98bad #f9a08b #f98be4

Monochromatic Colors of #f98bad

#f98bad

Complementary Color

#f98bad #8bf9d7

#f98bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98bad Color CSS Codes

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

#f98bad Text Font Color

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

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


#f98bad Background Color

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

This div background color is #f98bad


#f98bad Border Color

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

This div border color is #f98bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98bad

Related Colors


Comments

No comments written yet.

Please login to write comment.