Color Hex Logo

#ffbafb Color Hex

#FFBAFB
(255,186,251)
0 Favorites   0 Comments

Color spaces of #ffbafb

RGB 255186251
HSL0.841.000.86
HSV303°27°100°
CMYK 0.000.270.02   0.00
XYZ76.211563.342899.4764
Yxy63.34280.31880.2650
Hunter Lab79.588231.6474-18.3942
CIE-Lab83.622435.1055-22.3035

#ffbafb color RGB value is (255,186,251).

#ffbafb hex color red value is 255, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ffbafb hue: 0.84 , saturation: 1.00 and the lightness value of ffbafb is 0.86.

The process color (four color CMYK) of #ffbafb color hex is 0.00, 0.27, 0.02, 0.00. Web safe color of #ffbafb is #ffccff. Color #ffbafb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11111011
Octal 377 272 373
Decimal 255 186 251
Hex FF BA FB

RGB Percentages of Color #ffbafb

%36.85
%26.88
%36.27

CMYK Percentages of Color #ffbafb

%0
%27
%2
%0

Triadic Colors of #ffbafb

#ffbafb #fbffba #bafbff

Analogous Colors of #ffbafb

#ffbafb #ffbad9 #e1baff

Monochromatic Colors of #ffbafb

#ffbafb

Complementary Color

#ffbafb #baffbe

#ffbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbafb Color CSS Codes

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

#ffbafb Text Font Color

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

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


#ffbafb Background Color

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

This div background color is #ffbafb


#ffbafb Border Color

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

This div border color is #ffbafb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,186,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffbafb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffbafb;
  -webkit-box-shadow: 1px 1px 3px 2px #ffbafb;
  box-shadow:         1px 1px 3px 2px #ffbafb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,186,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbafb

Related Colors


Comments

No comments written yet.

Please login to write comment.