#f0b9d3

#f0b9d3 color hex

#f0b9d3 hex color information.
RGB value of #f0b9d3 is (240,185,211)
Change page background color to #f0b9d3 | Reset

#f0b9d3 rgb color chart

Color spaces of #f0b9d3

RGB 240185211
HSL0.920.650.83
HSV332°23°94°
CMYK 0.000.230.12   0.06
XYZ65.042057.926369.3808
Yxy57.92630.33810.3012
Hunter Lab76.109319.3524-0.7719
CIE-Lab80.697823.8100-5.3832

Shades of #f0b9d3

Tints of #f0b9d3

RGB Percentages of Color #f0b9d3

%37.74
%29.09
%33.18

CMYK Percentages of Color #f0b9d3

%0
%23
%12
%6

#f0b9d3 Color Info

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

The process color (four color CMYK) of #f0b9d3 hex color is 0.00, 0.23, 0.12, 0.06. Web safe color of #f0b9d3 is #ffcccc

Color #f0b9d3 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111001 11010011
Octal 360 271 323
Decimal 240 185 211
Hexadecimal F0 B9 D3

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #f0b9d3

Triadic Colors of #f0b9d3

#f0b9d3 #d2f0b8 #b8d2f0

Analogous Colors of #f0b9d3

#f0b9d3 #f0bab8 #f0b8ee

Complementary Color of #f0b9d3

#f0b9d3 #b8f0d5

#f0b9d3 HSL Color Chart
#f0b9d3 hsl color chart
#f0b9d3 RGB Color Chart

#f0b9d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0b9d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0b9d3 Color CSS Codes

.mybgcolor {background-color:#f0b9d3; } 
.myforecolor {color:#f0b9d3; }
.mybordercolor {border:3px solid #f0b9d3; }
Sample text font color #f0b9d3

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

html code
<p style="color:#f0b9d3">Text here</p>
#f0b9d3 background color

This div background color is #f0b9d3

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

This div border color is #f0b9d3

<div style="border:3px solid #f0b9d3">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #f0b9d3 Color Sample
#f0b9d3border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(240,185,211, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #f0b9d3; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #f0b9d3;
  -webkit-box-shadow: 1px 1px 3px 2px #f0b9d3;
  box-shadow:         1px 1px 3px 2px #f0b9d3; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,185,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f0b9d3">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #f0b9d3

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top