Color Hex Logo

#fb6acc Color Hex

#FB6ACC
(251,106,204)
0 Favorites   0 Comments

Color spaces of #fb6acc

RGB 251106204
HSL0.890.950.70
HSV319°58°98°
CMYK 0.000.580.19   0.02
XYZ55.836835.176960.9736
Yxy35.17690.36740.2314
Hunter Lab59.310164.2540-19.4358
CIE-Lab65.886265.8013-23.6676

#fb6acc color RGB value is (251,106,204).

#fb6acc hex color red value is 251, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fb6acc hue: 0.89 , saturation: 0.95 and the lightness value of fb6acc is 0.70.

The process color (four color CMYK) of #fb6acc color hex is 0.00, 0.58, 0.19, 0.02. Web safe color of #fb6acc is #ff66cc. Color #fb6acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101010 11001100
Octal 373 152 314
Decimal 251 106 204
Hex FB 6A CC

RGB Percentages of Color #fb6acc

%44.74
%18.89
%36.36

CMYK Percentages of Color #fb6acc

%0
%58
%19
%2

Triadic Colors of #fb6acc

#fb6acc #ccfb6a #6accfb

Analogous Colors of #fb6acc

#fb6acc #fb6a84 #e26afb

Monochromatic Colors of #fb6acc

#fb6acc

Complementary Color

#fb6acc #6afb99

#fb6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6acc Color CSS Codes

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

#fb6acc Text Font Color

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

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


#fb6acc Background Color

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

This div background color is #fb6acc


#fb6acc Border Color

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

This div border color is #fb6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6acc


Comments

No comments written yet.

Please login to write comment.