Color Hex Logo

#fbaffa Color Hex

#FBAFFA
(251,175,250)
0 Favorites   0 Comments

Color spaces of #fbaffa

RGB 251175250
HSL0.840.900.84
HSV301°30°98°
CMYK 0.000.300.00   0.02
XYZ72.369058.071397.8371
Yxy58.07130.31700.2544
Hunter Lab76.204536.1578-22.7778
CIE-Lab80.778439.4224-26.1350

#fbaffa color RGB value is (251,175,250).

#fbaffa hex color red value is 251, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbaffa hue: 0.84 , saturation: 0.90 and the lightness value of fbaffa is 0.84.

The process color (four color CMYK) of #fbaffa color hex is 0.00, 0.30, 0.00, 0.02. Web safe color of #fbaffa is #ff99ff. Color #fbaffa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11111010
Octal 373 257 372
Decimal 251 175 250
Hex FB AF FA

RGB Percentages of Color #fbaffa

%37.13
%25.89
%36.98

CMYK Percentages of Color #fbaffa

%0
%30
%0
%2

Triadic Colors of #fbaffa

#fbaffa #fafbaf #affafb

Analogous Colors of #fbaffa

#fbaffa #fbafd4 #d6affb

Monochromatic Colors of #fbaffa

#fbaffa

Complementary Color

#fbaffa #affbb0

#fbaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaffa Color CSS Codes

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

#fbaffa Text Font Color

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

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


#fbaffa Background Color

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

This div background color is #fbaffa


#fbaffa Border Color

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

This div border color is #fbaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaffa


Comments

No comments written yet.

Please login to write comment.