Color Hex Logo

#fbbaf7 Color Hex

#FBBAF7
(251,186,247)
1 Favorites   0 Comments

Color spaces of #fbbaf7

RGB 251186247
HSL0.840.890.86
HSV304°26°98°
CMYK 0.000.260.02   0.02
XYZ74.131162.342496.1219
Yxy62.34240.31870.2680
Hunter Lab78.957229.4144-16.9092
CIE-Lab83.095233.1123-21.0061

#fbbaf7 color RGB value is (251,186,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11110111
Octal 373 272 367
Decimal 251 186 247
Hex FB BA F7

RGB Percentages of Color #fbbaf7

%36.70
%27.19
%36.11

CMYK Percentages of Color #fbbaf7

%0
%26
%2
%2

Triadic Colors of #fbbaf7

#fbbaf7 #f7fbba #baf7fb

Analogous Colors of #fbbaf7

#fbbaf7 #fbbad7 #dfbafb

Monochromatic Colors of #fbbaf7

#fbbaf7

Complementary Color

#fbbaf7 #bafbbe

#fbbaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbaf7 Color CSS Codes

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

#fbbaf7 Text Font Color

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

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


#fbbaf7 Background Color

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

This div background color is #fbbaf7


#fbbaf7 Border Color

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

This div border color is #fbbaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbaf7


Comments

No comments written yet.

Please login to write comment.