Color Hex Logo

#f0b6dc Color Hex

#F0B6DC
(240,182,220)
0 Favorites   0 Comments

Color spaces of #f0b6dc

RGB 240182220
HSL0.890.660.83
HSV321°24°94°
CMYK 0.000.240.08   0.06
XYZ65.581457.148575.2844
Yxy57.14850.33120.2886
Hunter Lab75.596622.5578-6.1275
CIE-Lab80.263026.8986-10.8819

#f0b6dc color RGB value is (240,182,220).

#f0b6dc hex color red value is 240, green value is 182 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f0b6dc hue: 0.89 , saturation: 0.66 and the lightness value of f0b6dc is 0.83.

The process color (four color CMYK) of #f0b6dc color hex is 0.00, 0.24, 0.08, 0.06. Web safe color of #f0b6dc is #ffcccc. Color #f0b6dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10110110 11011100
Octal 360 266 334
Decimal 240 182 220
Hex F0 B6 DC

RGB Percentages of Color #f0b6dc

%37.38
%28.35
%34.27

CMYK Percentages of Color #f0b6dc

%0
%24
%8
%6

Triadic Colors of #f0b6dc

#f0b6dc #dcf0b6 #b6dcf0

Analogous Colors of #f0b6dc

#f0b6dc #f0b6bf #e7b6f0

Monochromatic Colors of #f0b6dc

#f0b6dc

Complementary Color

#f0b6dc #b6f0ca

#f0b6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0b6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0b6dc Color CSS Codes

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

#f0b6dc Text Font Color

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

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


#f0b6dc Background Color

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

This div background color is #f0b6dc


#f0b6dc Border Color

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

This div border color is #f0b6dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,182,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0b6dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0b6dc;
  -webkit-box-shadow: 1px 1px 3px 2px #f0b6dc;
  box-shadow:         1px 1px 3px 2px #f0b6dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,182,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0b6dc


Comments

No comments written yet.

Please login to write comment.