Color Hex Logo

#f0b1cd Color Hex

#F0B1CD
(240,177,205)
0 Favorites   0 Comments

Color spaces of #f0b1cd

RGB 240177205
HSL0.930.680.82
HSV333°26°94°
CMYK 0.000.260.15   0.06
XYZ62.676854.377364.9501
Yxy54.37730.34440.2988
Hunter Lab73.741022.6710-0.6032
CIE-Lab78.681227.0952-5.1156

#f0b1cd color RGB value is (240,177,205).

#f0b1cd hex color red value is 240, green value is 177 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f0b1cd hue: 0.93 , saturation: 0.68 and the lightness value of f0b1cd is 0.82.

The process color (four color CMYK) of #f0b1cd color hex is 0.00, 0.26, 0.15, 0.06. Web safe color of #f0b1cd is #ff99cc. Color #f0b1cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10110001 11001101
Octal 360 261 315
Decimal 240 177 205
Hex F0 B1 CD

RGB Percentages of Color #f0b1cd

%38.59
%28.46
%32.96

CMYK Percentages of Color #f0b1cd

%0
%26
%15
%6

Triadic Colors of #f0b1cd

#f0b1cd #cdf0b1 #b1cdf0

Analogous Colors of #f0b1cd

#f0b1cd #f0b5b1 #f0b1ed

Monochromatic Colors of #f0b1cd

#f0b1cd

Complementary Color

#f0b1cd #b1f0d4

#f0b1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0b1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0b1cd Color CSS Codes

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

#f0b1cd Text Font Color

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

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


#f0b1cd Background Color

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

This div background color is #f0b1cd


#f0b1cd Border Color

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

This div border color is #f0b1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0b1cd


Comments

No comments written yet.

Please login to write comment.