Color Hex Logo

#f0bffa Color Hex

#F0BFFA
(240,191,250)
0 Favorites   0 Comments

Color spaces of #f0bffa

RGB 240191250
HSL0.810.860.86
HSV290°24°98°
CMYK 0.040.240.00   0.02
XYZ71.821362.689098.7573
Yxy62.68900.30790.2687
Hunter Lab79.176423.3596-18.5294
CIE-Lab83.278527.4915-22.4277

#f0bffa color RGB value is (240,191,250).

#f0bffa hex color red value is 240, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f0bffa hue: 0.81 , saturation: 0.86 and the lightness value of f0bffa is 0.86.

The process color (four color CMYK) of #f0bffa color hex is 0.04, 0.24, 0.00, 0.02. Web safe color of #f0bffa is #ffccff. Color #f0bffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111111 11111010
Octal 360 277 372
Decimal 240 191 250
Hex F0 BF FA

RGB Percentages of Color #f0bffa

%35.24
%28.05
%36.71

CMYK Percentages of Color #f0bffa

%4
%24
%0
%2

Triadic Colors of #f0bffa

#f0bffa #faf0bf #bffaf0

Analogous Colors of #f0bffa

#f0bffa #fabfe7 #d3bffa

Monochromatic Colors of #f0bffa

#f0bffa

Complementary Color

#f0bffa #c9fabf

#f0bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bffa Color CSS Codes

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

#f0bffa Text Font Color

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

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


#f0bffa Background Color

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

This div background color is #f0bffa


#f0bffa Border Color

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

This div border color is #f0bffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bffa


Comments

No comments written yet.

Please login to write comment.