Color Hex Logo

#f0bfda Color Hex

#F0BFDA
(240,191,218)
0 Favorites   0 Comments

Color spaces of #f0bfda

RGB 240191218
HSL0.910.620.85
HSV327°20°94°
CMYK 0.000.200.09   0.06
XYZ67.220960.848874.5317
Yxy60.84880.33180.3003
Hunter Lab78.005617.3114-2.0456
CIE-Lab82.297421.7814-6.7830

#f0bfda color RGB value is (240,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111111 11011010
Octal 360 277 332
Decimal 240 191 218
Hex F0 BF DA

RGB Percentages of Color #f0bfda

%36.98
%29.43
%33.59

CMYK Percentages of Color #f0bfda

%0
%20
%9
%6

Triadic Colors of #f0bfda

#f0bfda #daf0bf #bfdaf0

Analogous Colors of #f0bfda

#f0bfda #f0bfc2 #eebff0

Monochromatic Colors of #f0bfda

#f0bfda

Complementary Color

#f0bfda #bff0d5

#f0bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bfda Color CSS Codes

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

#f0bfda Text Font Color

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

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


#f0bfda Background Color

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

This div background color is #f0bfda


#f0bfda Border Color

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

This div border color is #f0bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bfda


Comments

No comments written yet.

Please login to write comment.