Color Hex Logo

#f0c6cb Color Hex

#F0C6CB
(240,198,203)
0 Favorites   0 Comments

Color spaces of #f0c6cb

RGB 240198203
HSL0.980.580.86
HSV353°18°94°
CMYK 0.000.180.15   0.06
XYZ66.908863.225265.1771
Yxy63.22520.34260.3237
Hunter Lab79.514311.05227.0605
CIE-Lab83.560715.64553.1014

#f0c6cb color RGB value is (240,198,203).

#f0c6cb hex color red value is 240, green value is 198 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f0c6cb hue: 0.98 , saturation: 0.58 and the lightness value of f0c6cb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11000110 11001011
Octal 360 306 313
Decimal 240 198 203
Hex F0 C6 CB

RGB Percentages of Color #f0c6cb

%37.44
%30.89
%31.67

CMYK Percentages of Color #f0c6cb

%0
%18
%15
%6

Triadic Colors of #f0c6cb

#f0c6cb #cbf0c6 #c6cbf0

Analogous Colors of #f0c6cb

#f0c6cb #f0d6c6 #f0c6e0

Monochromatic Colors of #f0c6cb

#f0c6cb

Complementary Color

#f0c6cb #c6f0eb

#f0c6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0c6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0c6cb Color CSS Codes

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

#f0c6cb Text Font Color

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

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


#f0c6cb Background Color

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

This div background color is #f0c6cb


#f0c6cb Border Color

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

This div border color is #f0c6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0c6cb

Related Colors


Comments

No comments written yet.

Please login to write comment.