Color Hex Logo

#f98cbc Color Hex

#F98CBC
(249,140,188)
0 Favorites   0 Comments

Color spaces of #f98cbc

RGB 249140188
HSL0.930.900.76
HSV334°44°98°
CMYK 0.000.440.24   0.02
XYZ57.522142.526752.7537
Yxy42.52670.37640.2783
Hunter Lab65.212543.3279-2.3139
CIE-Lab71.232546.9279-6.6815

#f98cbc color RGB value is (249,140,188).

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

The process color (four color CMYK) of #f98cbc color hex is 0.00, 0.44, 0.24, 0.02. Web safe color of #f98cbc is #ff99cc. Color #f98cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 10111100
Octal 371 214 274
Decimal 249 140 188
Hex F9 8C BC

RGB Percentages of Color #f98cbc

%43.15
%24.26
%32.58

CMYK Percentages of Color #f98cbc

%0
%44
%24
%2

Triadic Colors of #f98cbc

#f98cbc #bcf98c #8cbcf9

Analogous Colors of #f98cbc

#f98cbc #f9938c #f98cf3

Monochromatic Colors of #f98cbc

#f98cbc

Complementary Color

#f98cbc #8cf9c9

#f98cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98cbc Color CSS Codes

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

#f98cbc Text Font Color

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

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


#f98cbc Background Color

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

This div background color is #f98cbc


#f98cbc Border Color

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

This div border color is #f98cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98cbc


Comments

No comments written yet.

Please login to write comment.