Color Hex Logo

#fc98cf Color Hex

#FC98CF
(252,152,207)
0 Favorites   0 Comments

Color spaces of #fc98cf

RGB 252152207
HSL0.910.940.79
HSV327°40°99°
CMYK 0.000.400.18   0.01
XYZ62.635647.656964.9289
Yxy47.65690.35750.2720
Hunter Lab69.034041.1464-7.4406
CIE-Lab74.608044.5568-12.1201

#fc98cf color RGB value is (252,152,207).

#fc98cf hex color red value is 252, green value is 152 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fc98cf hue: 0.91 , saturation: 0.94 and the lightness value of fc98cf is 0.79.

The process color (four color CMYK) of #fc98cf color hex is 0.00, 0.40, 0.18, 0.01. Web safe color of #fc98cf is #ff99cc. Color #fc98cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011000 11001111
Octal 374 230 317
Decimal 252 152 207
Hex FC 98 CF

RGB Percentages of Color #fc98cf

%41.24
%24.88
%33.88

CMYK Percentages of Color #fc98cf

%0
%40
%18
%1

Triadic Colors of #fc98cf

#fc98cf #cffc98 #98cffc

Analogous Colors of #fc98cf

#fc98cf #fc989d #f798fc

Monochromatic Colors of #fc98cf

#fc98cf

Complementary Color

#fc98cf #98fcc5

#fc98cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc98cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc98cf Color CSS Codes

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

#fc98cf Text Font Color

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

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


#fc98cf Background Color

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

This div background color is #fc98cf


#fc98cf Border Color

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

This div border color is #fc98cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,152,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc98cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc98cf;
  -webkit-box-shadow: 1px 1px 3px 2px #fc98cf;
  box-shadow:         1px 1px 3px 2px #fc98cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,152,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc98cf

Related Colors


Comments

No comments written yet.

Please login to write comment.