Color Hex Logo

#fb8caf Color Hex

#FB8CAF
(251,140,175)
0 Favorites   0 Comments

Color spaces of #fb8caf

RGB 251140175
HSL0.950.930.77
HSV341°44°98°
CMYK 0.000.440.30   0.02
XYZ56.899642.360545.7349
Yxy42.36050.39240.2922
Hunter Lab65.084942.15253.8966
CIE-Lab71.118845.88720.4229

#fb8caf color RGB value is (251,140,175).

#fb8caf hex color red value is 251, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fb8caf hue: 0.95 , saturation: 0.93 and the lightness value of fb8caf is 0.77.

The process color (four color CMYK) of #fb8caf color hex is 0.00, 0.44, 0.30, 0.02. Web safe color of #fb8caf is #ff9999. Color #fb8caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 10101111
Octal 373 214 257
Decimal 251 140 175
Hex FB 8C AF

RGB Percentages of Color #fb8caf

%44.35
%24.73
%30.92

CMYK Percentages of Color #fb8caf

%0
%44
%30
%2

Triadic Colors of #fb8caf

#fb8caf #affb8c #8caffb

Analogous Colors of #fb8caf

#fb8caf #fba18c #fb8ce7

Monochromatic Colors of #fb8caf

#fb8caf

Complementary Color

#fb8caf #8cfbd8

#fb8caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8caf Color CSS Codes

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

#fb8caf Text Font Color

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

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


#fb8caf Background Color

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

This div background color is #fb8caf


#fb8caf Border Color

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

This div border color is #fb8caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8caf

Related Colors


Comments

No comments written yet.

Please login to write comment.