Color Hex Logo

#f98ccb Color Hex

#F98CCB
(249,140,203)
0 Favorites   0 Comments

Color spaces of #f98ccb

RGB 249140203
HSL0.900.900.76
HSV325°44°98°
CMYK 0.000.440.18   0.02
XYZ59.224543.207761.7184
Yxy43.20770.36080.2632
Hunter Lab65.732645.7950-9.6565
CIE-Lab71.695749.0633-14.3196

#f98ccb color RGB value is (249,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 11001011
Octal 371 214 313
Decimal 249 140 203
Hex F9 8C CB

RGB Percentages of Color #f98ccb

%42.06
%23.65
%34.29

CMYK Percentages of Color #f98ccb

%0
%44
%18
%2

Triadic Colors of #f98ccb

#f98ccb #cbf98c #8ccbf9

Analogous Colors of #f98ccb

#f98ccb #f98c95 #f18cf9

Monochromatic Colors of #f98ccb

#f98ccb

Complementary Color

#f98ccb #8cf9ba

#f98ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ccb Color CSS Codes

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

#f98ccb Text Font Color

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

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


#f98ccb Background Color

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

This div background color is #f98ccb


#f98ccb Border Color

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

This div border color is #f98ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ccb


Comments

No comments written yet.

Please login to write comment.