Color Hex Logo

#f0c2bf Color Hex

#F0C2BF
(240,194,191)
0 Favorites   0 Comments

Color spaces of #f0c2bf

RGB 240194191
HSL0.010.620.85
HSV20°94°
CMYK 0.000.190.20   0.06
XYZ64.630960.870457.6330
Yxy60.87040.35290.3324
Hunter Lab78.019511.334310.8161
CIE-Lab82.309015.93487.7150

#f0c2bf color RGB value is (240,194,191).

#f0c2bf hex color red value is 240, green value is 194 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f0c2bf hue: 0.01 , saturation: 0.62 and the lightness value of f0c2bf is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11000010 10111111
Octal 360 302 277
Decimal 240 194 191
Hex F0 C2 BF

RGB Percentages of Color #f0c2bf

%38.40
%31.04
%30.56

CMYK Percentages of Color #f0c2bf

%0
%19
%20
%6

Triadic Colors of #f0c2bf

#f0c2bf #bff0c2 #c2bff0

Analogous Colors of #f0c2bf

#f0c2bf #f0dbbf #f0bfd5

Monochromatic Colors of #f0c2bf

#f0c2bf

Complementary Color

#f0c2bf #bfedf0

#f0c2bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0c2bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0c2bf Color CSS Codes

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

#f0c2bf Text Font Color

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

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


#f0c2bf Background Color

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

This div background color is #f0c2bf


#f0c2bf Border Color

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

This div border color is #f0c2bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0c2bf


Comments

No comments written yet.

Please login to write comment.