Color Hex Logo

#fb9295 Color Hex

#FB9295
(251,146,149)
0 Favorites   0 Comments

Color spaces of #fb9295

RGB 251146149
HSL1.000.930.78
HSV358°42°98°
CMYK 0.000.420.41   0.02
XYZ55.487443.236933.8548
Yxy43.23690.41850.3261
Hunter Lab65.754835.557015.5020
CIE-Lab71.715539.799715.7406

#fb9295 color RGB value is (251,146,149).

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

The process color (four color CMYK) of #fb9295 color hex is 0.00, 0.42, 0.41, 0.02. Web safe color of #fb9295 is #ff9999. Color #fb9295 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010010 10010101
Octal 373 222 225
Decimal 251 146 149
Hex FB 92 95

RGB Percentages of Color #fb9295

%45.97
%26.74
%27.29

CMYK Percentages of Color #fb9295

%0
%42
%41
%2

Triadic Colors of #fb9295

#fb9295 #95fb92 #9295fb

Analogous Colors of #fb9295

#fb9295 #fbc492 #fb92ca

Monochromatic Colors of #fb9295

#fb9295

Complementary Color

#fb9295 #92fbf8

#fb9295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9295 Color CSS Codes

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

#fb9295 Text Font Color

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

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


#fb9295 Background Color

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

This div background color is #fb9295


#fb9295 Border Color

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

This div border color is #fb9295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9295


Comments

No comments written yet.

Please login to write comment.