Color Hex Logo

#f8bffa Color Hex

#F8BFFA
(248,191,250)
0 Favorites   0 Comments

Color spaces of #f8bffa

RGB 248191250
HSL0.830.860.86
HSV298°24°98°
CMYK 0.010.240.00   0.02
XYZ74.597564.120298.8872
Yxy64.12020.31400.2699
Hunter Lab80.075126.1582-17.1665
CIE-Lab84.028330.0534-21.2197

#f8bffa color RGB value is (248,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111111 11111010
Octal 370 277 372
Decimal 248 191 250
Hex F8 BF FA

RGB Percentages of Color #f8bffa

%35.99
%27.72
%36.28

CMYK Percentages of Color #f8bffa

%1
%24
%0
%2

Triadic Colors of #f8bffa

#f8bffa #faf8bf #bffaf8

Analogous Colors of #f8bffa

#f8bffa #fabfdf #dbbffa

Monochromatic Colors of #f8bffa

#f8bffa

Complementary Color

#f8bffa #c1fabf

#f8bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bffa Color CSS Codes

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

#f8bffa Text Font Color

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

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


#f8bffa Background Color

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

This div background color is #f8bffa


#f8bffa Border Color

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

This div border color is #f8bffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,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 #f8bffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bffa


Comments

No comments written yet.

Please login to write comment.