Color Hex Logo

#f0bfd5 Color Hex

#F0BFD5
(240,191,213)
1 Favorites   0 Comments

Color spaces of #f0bfd5

RGB 240191213
HSL0.930.620.85
HSV333°20°94°
CMYK 0.000.200.11   0.06
XYZ66.576260.591071.1371
Yxy60.59100.33570.3055
Hunter Lab77.840216.44940.3038
CIE-Lab82.158420.9518-4.3051

#f0bfd5 color RGB value is (240,191,213).

#f0bfd5 hex color red value is 240, green value is 191 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #f0bfd5 hue: 0.93 , saturation: 0.62 and the lightness value of f0bfd5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111111 11010101
Octal 360 277 325
Decimal 240 191 213
Hex F0 BF D5

RGB Percentages of Color #f0bfd5

%37.27
%29.66
%33.07

CMYK Percentages of Color #f0bfd5

%0
%20
%11
%6

Triadic Colors of #f0bfd5

#f0bfd5 #d5f0bf #bfd5f0

Analogous Colors of #f0bfd5

#f0bfd5 #f0c2bf #f0bfee

Monochromatic Colors of #f0bfd5

#f0bfd5

Complementary Color

#f0bfd5 #bff0da

#f0bfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bfd5 Color CSS Codes

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

#f0bfd5 Text Font Color

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

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


#f0bfd5 Background Color

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

This div background color is #f0bfd5


#f0bfd5 Border Color

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

This div border color is #f0bfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bfd5


Comments

No comments written yet.

Please login to write comment.