color codes Logo

#fb065c color codes

#FB065C
(251,6,92)
0 Favorites   0 Comments

Color spaces of #fb065c

RGB 251692
HSL0.940.970.50
HSV339°98°98°
CMYK 0.000.980.63   0.02
XYZ41.780621.412212.0561
Yxy21.41220.55520.2846
Hunter Lab46.273380.191016.9438
CIE-Lab53.397781.045723.6127

#fb065c color RGB value is (251,6,92).

#fb065c hex color red value is 251, green value is 6 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fb065c hue: 0.94 , saturation: 0.97 and the lightness value of fb065c is 0.50.

The process color (four color CMYK) of #fb065c color code is 0.00, 0.98, 0.63, 0.02. Web safe color of #fb065c is #ff0066. Color #fb065c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 01011100
Octal 373 6 134
Decimal 251 6 92
Hex FB 6 5C

RGB Percentages of Color #fb065c

%71.92
%1.72
%26.36

CMYK Percentages of Color #fb065c

%0
%98
%63
%2

Triadic Colors of #fb065c

#fb065c #5cfb06 #065cfb

Analogous Colors of #fb065c

#fb065c #fb2b06 #fb06d7

Monochromatic Colors of #fb065c

#fb065c

Complementary Color

#fb065c #06fba5

#fb065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb065c Color CSS Codes

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

#fb065c Text Font Color

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

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


#fb065c Background Color

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

This div background color is #fb065c


#fb065c Border Color

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

This div border color is #fb065c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb065c


Comments

No comments written yet.

Please login to write comment.