Color Hex Logo

#f0c1cb Color Hex

#F0C1CB
(240,193,203)
0 Favorites   0 Comments

Color spaces of #f0c1cb

RGB 240193203
HSL0.960.610.85
HSV347°20°94°
CMYK 0.000.200.15   0.06
XYZ65.784660.977064.8024
Yxy60.97700.34340.3183
Hunter Lab78.087813.72275.4587
CIE-Lab82.366418.28831.3658

#f0c1cb color RGB value is (240,193,203).

#f0c1cb hex color red value is 240, green value is 193 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f0c1cb hue: 0.96 , saturation: 0.61 and the lightness value of f0c1cb is 0.85.

The process color (four color CMYK) of #f0c1cb color hex is 0.00, 0.20, 0.15, 0.06. Web safe color of #f0c1cb is #ffcccc. Color #f0c1cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11000001 11001011
Octal 360 301 313
Decimal 240 193 203
Hex F0 C1 CB

RGB Percentages of Color #f0c1cb

%37.74
%30.35
%31.92

CMYK Percentages of Color #f0c1cb

%0
%20
%15
%6

Triadic Colors of #f0c1cb

#f0c1cb #cbf0c1 #c1cbf0

Analogous Colors of #f0c1cb

#f0c1cb #f0cfc1 #f0c1e3

Monochromatic Colors of #f0c1cb

#f0c1cb

Complementary Color

#f0c1cb #c1f0e6

#f0c1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0c1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0c1cb Color CSS Codes

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

#f0c1cb Text Font Color

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

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


#f0c1cb Background Color

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

This div background color is #f0c1cb


#f0c1cb Border Color

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

This div border color is #f0c1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0c1cb


Comments

No comments written yet.

Please login to write comment.