Color Hex Logo

#f0bece Color Hex

#F0BECE
(240,190,206)
0 Favorites   0 Comments

Color spaces of #f0bece

RGB 240190206
HSL0.950.630.84
HSV341°21°94°
CMYK 0.000.210.14   0.06
XYZ65.489259.808466.4850
Yxy59.80840.34150.3119
Hunter Lab77.335915.81873.1640
CIE-Lab81.733920.3514-1.1682

#f0bece color RGB value is (240,190,206).

#f0bece hex color red value is 240, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f0bece hue: 0.95 , saturation: 0.63 and the lightness value of f0bece is 0.84.

The process color (four color CMYK) of #f0bece color hex is 0.00, 0.21, 0.14, 0.06. Web safe color of #f0bece is #ffcccc. Color #f0bece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111110 11001110
Octal 360 276 316
Decimal 240 190 206
Hex F0 BE CE

RGB Percentages of Color #f0bece

%37.74
%29.87
%32.39

CMYK Percentages of Color #f0bece

%0
%21
%14
%6

Triadic Colors of #f0bece

#f0bece #cef0be #becef0

Analogous Colors of #f0bece

#f0bece #f0c7be #f0bee7

Monochromatic Colors of #f0bece

#f0bece

Complementary Color

#f0bece #bef0e0

#f0bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bece Color CSS Codes

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

#f0bece Text Font Color

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

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


#f0bece Background Color

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

This div background color is #f0bece


#f0bece Border Color

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

This div border color is #f0bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bece


Comments

No comments written yet.

Please login to write comment.