Color Hex Logo

#fb66ad Color Hex

#FB66AD
(251,102,173)
0 Favorites   0 Comments

Color spaces of #fb66ad

RGB 251102173
HSL0.920.950.69
HSV331°59°98°
CMYK 0.000.590.31   0.02
XYZ52.077933.029143.1656
Yxy33.02910.40600.2575
Hunter Lab57.470961.1755-4.3022
CIE-Lab64.184563.5202-8.6737

#fb66ad color RGB value is (251,102,173).

#fb66ad hex color red value is 251, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fb66ad hue: 0.92 , saturation: 0.95 and the lightness value of fb66ad is 0.69.

The process color (four color CMYK) of #fb66ad color hex is 0.00, 0.59, 0.31, 0.02. Web safe color of #fb66ad is #ff6699. Color #fb66ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100110 10101101
Octal 373 146 255
Decimal 251 102 173
Hex FB 66 AD

RGB Percentages of Color #fb66ad

%47.72
%19.39
%32.89

CMYK Percentages of Color #fb66ad

%0
%59
%31
%2

Triadic Colors of #fb66ad

#fb66ad #adfb66 #66adfb

Analogous Colors of #fb66ad

#fb66ad #fb6a66 #fb66f8

Monochromatic Colors of #fb66ad

#fb66ad

Complementary Color

#fb66ad #66fbb4

#fb66ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb66ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb66ad Color CSS Codes

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

#fb66ad Text Font Color

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

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


#fb66ad Background Color

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

This div background color is #fb66ad


#fb66ad Border Color

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

This div border color is #fb66ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb66ad


Comments

No comments written yet.

Please login to write comment.