Color Hex Logo

#f0bebf Color Hex

#F0BEBF
(240,190,191)
0 Favorites   0 Comments

Color spaces of #f0bebf

RGB 240190191
HSL1.000.630.84
HSV359°21°94°
CMYK 0.000.210.20   0.06
XYZ63.752659.113857.3402
Yxy59.11380.35380.3280
Hunter Lab76.885513.46069.6021
CIE-Lab81.354118.05006.3430

#f0bebf color RGB value is (240,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111110 10111111
Octal 360 276 277
Decimal 240 190 191
Hex F0 BE BF

RGB Percentages of Color #f0bebf

%38.65
%30.60
%30.76

CMYK Percentages of Color #f0bebf

%0
%21
%20
%6

Triadic Colors of #f0bebf

#f0bebf #bff0be #bebff0

Analogous Colors of #f0bebf

#f0bebf #f0d6be #f0bed8

Monochromatic Colors of #f0bebf

#f0bebf

Complementary Color

#f0bebf #bef0ef

#f0bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bebf Color CSS Codes

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

#f0bebf Text Font Color

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

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


#f0bebf Background Color

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

This div background color is #f0bebf


#f0bebf Border Color

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

This div border color is #f0bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bebf


Comments

No comments written yet.

Please login to write comment.