Color Hex Logo

#fba6da Color Hex

#FBA6DA
(251,166,218)
0 Favorites   0 Comments

Color spaces of #fba6da

RGB 251166218
HSL0.900.910.82
HSV323°34°98°
CMYK 0.000.340.13   0.02
XYZ66.074852.843673.0470
Yxy52.84360.34420.2753
Hunter Lab72.693635.0336-8.6927
CIE-Lab77.782638.6955-13.3890

#fba6da color RGB value is (251,166,218).

#fba6da hex color red value is 251, green value is 166 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fba6da hue: 0.90 , saturation: 0.91 and the lightness value of fba6da is 0.82.

The process color (four color CMYK) of #fba6da color hex is 0.00, 0.34, 0.13, 0.02. Web safe color of #fba6da is #ff99cc. Color #fba6da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 11011010
Octal 373 246 332
Decimal 251 166 218
Hex FB A6 DA

RGB Percentages of Color #fba6da

%39.53
%26.14
%34.33

CMYK Percentages of Color #fba6da

%0
%34
%13
%2

Triadic Colors of #fba6da

#fba6da #dafba6 #a6dafb

Analogous Colors of #fba6da

#fba6da #fba6b0 #f2a6fb

Monochromatic Colors of #fba6da

#fba6da

Complementary Color

#fba6da #a6fbc7

#fba6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba6da Color CSS Codes

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

#fba6da Text Font Color

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

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


#fba6da Background Color

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

This div background color is #fba6da


#fba6da Border Color

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

This div border color is #fba6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba6da

Related Colors


Comments

No comments written yet.

Please login to write comment.