Color Hex Logo

#f98ecb Color Hex

#F98ECB
(249,142,203)
0 Favorites   0 Comments

Color spaces of #f98ecb

RGB 249142203
HSL0.900.900.77
HSV326°43°98°
CMYK 0.000.430.18   0.02
XYZ59.519443.797561.8167
Yxy43.79750.36040.2652
Hunter Lab66.179744.7214-9.0555
CIE-Lab72.092948.0588-13.7226

#f98ecb color RGB value is (249,142,203).

#f98ecb hex color red value is 249, green value is 142 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f98ecb hue: 0.90 , saturation: 0.90 and the lightness value of f98ecb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001110 11001011
Octal 371 216 313
Decimal 249 142 203
Hex F9 8E CB

RGB Percentages of Color #f98ecb

%41.92
%23.91
%34.18

CMYK Percentages of Color #f98ecb

%0
%43
%18
%2

Triadic Colors of #f98ecb

#f98ecb #cbf98e #8ecbf9

Analogous Colors of #f98ecb

#f98ecb #f98e96 #f28ef9

Monochromatic Colors of #f98ecb

#f98ecb

Complementary Color

#f98ecb #8ef9bc

#f98ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ecb Color CSS Codes

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

#f98ecb Text Font Color

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

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


#f98ecb Background Color

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

This div background color is #f98ecb


#f98ecb Border Color

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

This div border color is #f98ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ecb

Related Colors


Comments

No comments written yet.

Please login to write comment.