Color Hex Logo

#f997de Color Hex

#F997DE
(249,151,222)
0 Favorites   0 Comments

Color spaces of #f997de

RGB 249151222
HSL0.880.890.78
HSV317°39°98°
CMYK 0.000.390.11   0.02
XYZ63.318347.546974.9475
Yxy47.54690.34080.2559
Hunter Lab68.954343.2404-16.1753
CIE-Lab74.538246.4326-20.4881

#f997de color RGB value is (249,151,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010111 11011110
Octal 371 227 336
Decimal 249 151 222
Hex F9 97 DE

RGB Percentages of Color #f997de

%40.03
%24.28
%35.69

CMYK Percentages of Color #f997de

%0
%39
%11
%2

Triadic Colors of #f997de

#f997de #def997 #97def9

Analogous Colors of #f997de

#f997de #f997ad #e397f9

Monochromatic Colors of #f997de

#f997de

Complementary Color

#f997de #97f9b2

#f997de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f997de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f997de Color CSS Codes

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

#f997de Text Font Color

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

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


#f997de Background Color

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

This div background color is #f997de


#f997de Border Color

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

This div border color is #f997de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f997de


Comments

No comments written yet.

Please login to write comment.