Color Hex Logo

#f0cbbf Color Hex

#F0CBBF
(240,203,191)
0 Favorites   0 Comments

Color spaces of #f0cbbf

RGB 240203191
HSL0.040.620.85
HSV15°20°94°
CMYK 0.000.150.20   0.06
XYZ66.695164.998758.3210
Yxy64.99870.35100.3421
Hunter Lab80.62186.577713.5454
CIE-Lab84.483111.195810.8221

#f0cbbf color RGB value is (240,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001011 10111111
Octal 360 313 277
Decimal 240 203 191
Hex F0 CB BF

RGB Percentages of Color #f0cbbf

%37.85
%32.02
%30.13

CMYK Percentages of Color #f0cbbf

%0
%15
%20
%6

Triadic Colors of #f0cbbf

#f0cbbf #bff0cb #cbbff0

Analogous Colors of #f0cbbf

#f0cbbf #f0e4bf #f0bfcc

Monochromatic Colors of #f0cbbf

#f0cbbf

Complementary Color

#f0cbbf #bfe4f0

#f0cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cbbf Color CSS Codes

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

#f0cbbf Text Font Color

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

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


#f0cbbf Background Color

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

This div background color is #f0cbbf


#f0cbbf Border Color

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

This div border color is #f0cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cbbf


Comments

No comments written yet.

Please login to write comment.