Color Hex Logo

#f6b3dd Color Hex

#F6B3DD
(246,179,221)
0 Favorites   0 Comments

Color spaces of #f6b3dd

RGB 246179221
HSL0.900.790.83
HSV322°27°96°
CMYK 0.000.270.10   0.04
XYZ67.177357.053575.8784
Yxy57.05350.33570.2851
Hunter Lab75.533826.5681-6.6869
CIE-Lab80.209730.6838-11.4378

#f6b3dd color RGB value is (246,179,221).

#f6b3dd hex color red value is 246, green value is 179 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f6b3dd hue: 0.90 , saturation: 0.79 and the lightness value of f6b3dd is 0.83.

The process color (four color CMYK) of #f6b3dd color hex is 0.00, 0.27, 0.10, 0.04. Web safe color of #f6b3dd is #ffcccc. Color #f6b3dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110011 11011101
Octal 366 263 335
Decimal 246 179 221
Hex F6 B3 DD

RGB Percentages of Color #f6b3dd

%38.08
%27.71
%34.21

CMYK Percentages of Color #f6b3dd

%0
%27
%10
%4

Triadic Colors of #f6b3dd

#f6b3dd #ddf6b3 #b3ddf6

Analogous Colors of #f6b3dd

#f6b3dd #f6b3bc #eeb3f6

Monochromatic Colors of #f6b3dd

#f6b3dd

Complementary Color

#f6b3dd #b3f6cc

#f6b3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b3dd Color CSS Codes

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

#f6b3dd Text Font Color

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

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


#f6b3dd Background Color

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

This div background color is #f6b3dd


#f6b3dd Border Color

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

This div border color is #f6b3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b3dd


Comments

No comments written yet.

Please login to write comment.