Color Hex Logo

#f0b9c0 Color Hex

#F0B9C0
(240,185,192)
0 Favorites   0 Comments

Color spaces of #f0b9c0

RGB 240185192
HSL0.980.650.83
HSV352°23°94°
CMYK 0.000.230.20   0.06
XYZ62.798657.029057.5670
Yxy57.02900.35400.3215
Hunter Lab75.517516.28077.6655
CIE-Lab80.195920.84814.1335

#f0b9c0 color RGB value is (240,185,192).

#f0b9c0 hex color red value is 240, green value is 185 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #f0b9c0 hue: 0.98 , saturation: 0.65 and the lightness value of f0b9c0 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111001 11000000
Octal 360 271 300
Decimal 240 185 192
Hex F0 B9 C0

RGB Percentages of Color #f0b9c0

%38.90
%29.98
%31.12

CMYK Percentages of Color #f0b9c0

%0
%23
%20
%6

Triadic Colors of #f0b9c0

#f0b9c0 #c0f0b9 #b9c0f0

Analogous Colors of #f0b9c0

#f0b9c0 #f0ceb9 #f0b9dc

Monochromatic Colors of #f0b9c0

#f0b9c0

Complementary Color

#f0b9c0 #b9f0e9

#f0b9c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0b9c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0b9c0 Color CSS Codes

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

#f0b9c0 Text Font Color

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

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


#f0b9c0 Background Color

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

This div background color is #f0b9c0


#f0b9c0 Border Color

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

This div border color is #f0b9c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0b9c0


Comments

No comments written yet.

Please login to write comment.