Color Hex Logo

#f0becb Color Hex

#F0BECB
(240,190,203)
0 Favorites   0 Comments

Color spaces of #f0becb

RGB 240190203
HSL0.960.630.84
HSV344°21°94°
CMYK 0.000.210.15   0.06
XYZ65.128159.664064.5836
Yxy59.66400.34390.3151
Hunter Lab77.242515.33054.4965
CIE-Lab81.655219.87750.3292

#f0becb color RGB value is (240,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111110 11001011
Octal 360 276 313
Decimal 240 190 203
Hex F0 BE CB

RGB Percentages of Color #f0becb

%37.91
%30.02
%32.07

CMYK Percentages of Color #f0becb

%0
%21
%15
%6

Triadic Colors of #f0becb

#f0becb #cbf0be #becbf0

Analogous Colors of #f0becb

#f0becb #f0cabe #f0bee4

Monochromatic Colors of #f0becb

#f0becb

Complementary Color

#f0becb #bef0e3

#f0becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0becb Color CSS Codes

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

#f0becb Text Font Color

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

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


#f0becb Background Color

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

This div background color is #f0becb


#f0becb Border Color

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

This div border color is #f0becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0becb


Comments

No comments written yet.

Please login to write comment.