Color Hex Logo

#f997ce Color Hex

#F997CE
(249,151,206)
0 Favorites   0 Comments

Color spaces of #f997ce

RGB 249151206
HSL0.910.890.78
HSV326°39°98°
CMYK 0.000.390.17   0.02
XYZ61.274146.729264.1827
Yxy46.72920.35590.2714
Hunter Lab68.358840.3725-7.8168
CIE-Lab74.016243.9318-12.4930

#f997ce color RGB value is (249,151,206).

#f997ce hex color red value is 249, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f997ce hue: 0.91 , saturation: 0.89 and the lightness value of f997ce is 0.78.

The process color (four color CMYK) of #f997ce color hex is 0.00, 0.39, 0.17, 0.02. Web safe color of #f997ce is #ff99cc. Color #f997ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010111 11001110
Octal 371 227 316
Decimal 249 151 206
Hex F9 97 CE

RGB Percentages of Color #f997ce

%41.09
%24.92
%33.99

CMYK Percentages of Color #f997ce

%0
%39
%17
%2

Triadic Colors of #f997ce

#f997ce #cef997 #97cef9

Analogous Colors of #f997ce

#f997ce #f9979d #f397f9

Monochromatic Colors of #f997ce

#f997ce

Complementary Color

#f997ce #97f9c2

#f997ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f997ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f997ce Color CSS Codes

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

#f997ce Text Font Color

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

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


#f997ce Background Color

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

This div background color is #f997ce


#f997ce Border Color

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

This div border color is #f997ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f997ce


Comments

No comments written yet.

Please login to write comment.