Color Hex Logo

#f0bebe Color Hex

#F0BEBE
(240,190,190)
0 Favorites   0 Comments

Color spaces of #f0bebe

RGB 240190190
HSL0.000.630.84
HSV21°94°
CMYK 0.000.210.21   0.06
XYZ63.642959.069956.7625
Yxy59.06990.35460.3291
Hunter Lab76.856913.310810.0114
CIE-Lab81.330017.90276.8457

#f0bebe color RGB value is (240,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111110 10111110
Octal 360 276 276
Decimal 240 190 190
Hex F0 BE BE

RGB Percentages of Color #f0bebe

%38.71
%30.65
%30.65

CMYK Percentages of Color #f0bebe

%0
%21
%21
%6

Triadic Colors of #f0bebe

#f0bebe #bef0be #bebef0

Analogous Colors of #f0bebe

#f0bebe #f0d7be #f0bed7

Monochromatic Colors of #f0bebe

#f0bebe

Complementary Color

#f0bebe #bef0f0

#f0bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bebe Color CSS Codes

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

#f0bebe Text Font Color

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

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


#f0bebe Background Color

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

This div background color is #f0bebe


#f0bebe Border Color

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

This div border color is #f0bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bebe


Comments

No comments written yet.

Please login to write comment.