Color Hex Logo

#f199dd Color Hex

#F199DD
(241,153,221)
0 Favorites   0 Comments

Color spaces of #f199dd

RGB 241153221
HSL0.870.760.77
HSV314°37°95°
CMYK 0.000.370.08   0.05
XYZ60.718046.703774.2211
Yxy46.70370.33430.2571
Hunter Lab68.340138.9964-16.5541
CIE-Lab73.999842.6918-20.8440

#f199dd color RGB value is (241,153,221).

#f199dd hex color red value is 241, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f199dd hue: 0.87 , saturation: 0.76 and the lightness value of f199dd is 0.77.

The process color (four color CMYK) of #f199dd color hex is 0.00, 0.37, 0.08, 0.05. Web safe color of #f199dd is #ff99cc. Color #f199dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011001 11011101
Octal 361 231 335
Decimal 241 153 221
Hex F1 99 DD

RGB Percentages of Color #f199dd

%39.19
%24.88
%35.93

CMYK Percentages of Color #f199dd

%0
%37
%8
%5

Triadic Colors of #f199dd

#f199dd #ddf199 #99ddf1

Analogous Colors of #f199dd

#f199dd #f199b1 #d999f1

Monochromatic Colors of #f199dd

#f199dd

Complementary Color

#f199dd #99f1ad

#f199dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f199dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f199dd Color CSS Codes

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

#f199dd Text Font Color

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

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


#f199dd Background Color

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

This div background color is #f199dd


#f199dd Border Color

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

This div border color is #f199dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,153,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f199dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f199dd;
  -webkit-box-shadow: 1px 1px 3px 2px #f199dd;
  box-shadow:         1px 1px 3px 2px #f199dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,153,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f199dd


Comments

No comments written yet.

Please login to write comment.