Color Hex Logo

#fb95cc Color Hex

#FB95CC
(251,149,204)
0 Favorites   0 Comments

Color spaces of #fb95cc

RGB 251149204
HSL0.910.930.78
HSV328°41°98°
CMYK 0.000.410.19   0.02
XYZ61.430246.363862.8381
Yxy46.36380.36000.2717
Hunter Lab68.091041.8796-7.0524
CIE-Lab73.781045.3123-11.7193

#fb95cc color RGB value is (251,149,204).

#fb95cc hex color red value is 251, green value is 149 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fb95cc hue: 0.91 , saturation: 0.93 and the lightness value of fb95cc is 0.78.

The process color (four color CMYK) of #fb95cc color hex is 0.00, 0.41, 0.19, 0.02. Web safe color of #fb95cc is #ff99cc. Color #fb95cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 11001100
Octal 373 225 314
Decimal 251 149 204
Hex FB 95 CC

RGB Percentages of Color #fb95cc

%41.56
%24.67
%33.77

CMYK Percentages of Color #fb95cc

%0
%41
%19
%2

Triadic Colors of #fb95cc

#fb95cc #ccfb95 #95ccfb

Analogous Colors of #fb95cc

#fb95cc #fb9599 #f795fb

Monochromatic Colors of #fb95cc

#fb95cc

Complementary Color

#fb95cc #95fbc4

#fb95cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb95cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb95cc Color CSS Codes

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

#fb95cc Text Font Color

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

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


#fb95cc Background Color

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

This div background color is #fb95cc


#fb95cc Border Color

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

This div border color is #fb95cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb95cc


Comments

No comments written yet.

Please login to write comment.