Color Hex Logo

#fb5acc Color Hex

#FB5ACC
(251,90,204)
0 Favorites   0 Comments

Color spaces of #fb5acc

RGB 25190204
HSL0.880.950.67
HSV318°64°98°
CMYK 0.000.640.19   0.02
XYZ54.338932.181260.4744
Yxy32.18120.36970.2189
Hunter Lab56.728571.7062-23.4951
CIE-Lab63.492472.3408-27.3437

#fb5acc color RGB value is (251,90,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011010 11001100
Octal 373 132 314
Decimal 251 90 204
Hex FB 5A CC

RGB Percentages of Color #fb5acc

%46.06
%16.51
%37.43

CMYK Percentages of Color #fb5acc

%0
%64
%19
%2

Triadic Colors of #fb5acc

#fb5acc #ccfb5a #5accfb

Analogous Colors of #fb5acc

#fb5acc #fb5a7c #da5afb

Monochromatic Colors of #fb5acc

#fb5acc

Complementary Color

#fb5acc #5afb89

#fb5acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5acc Color CSS Codes

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

#fb5acc Text Font Color

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

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


#fb5acc Background Color

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

This div background color is #fb5acc


#fb5acc Border Color

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

This div border color is #fb5acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5acc


Comments

No comments written yet.

Please login to write comment.