Color Hex Logo

#fb8ccf Color Hex

#FB8CCF
(251,140,207)
0 Favorites   0 Comments

Color spaces of #fb8ccf

RGB 251140207
HSL0.900.930.77
HSV324°44°98°
CMYK 0.000.440.18   0.02
XYZ60.424243.770464.2953
Yxy43.77040.35860.2598
Hunter Lab66.159247.2481-11.3082
CIE-Lab72.074850.2938-15.9384

#fb8ccf color RGB value is (251,140,207).

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

The process color (four color CMYK) of #fb8ccf color hex is 0.00, 0.44, 0.18, 0.02. Web safe color of #fb8ccf is #ff99cc. Color #fb8ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 11001111
Octal 373 214 317
Decimal 251 140 207
Hex FB 8C CF

RGB Percentages of Color #fb8ccf

%41.97
%23.41
%34.62

CMYK Percentages of Color #fb8ccf

%0
%44
%18
%2

Triadic Colors of #fb8ccf

#fb8ccf #cffb8c #8ccffb

Analogous Colors of #fb8ccf

#fb8ccf #fb8c98 #f08cfb

Monochromatic Colors of #fb8ccf

#fb8ccf

Complementary Color

#fb8ccf #8cfbb8

#fb8ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8ccf Color CSS Codes

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

#fb8ccf Text Font Color

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

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


#fb8ccf Background Color

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

This div background color is #fb8ccf


#fb8ccf Border Color

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

This div border color is #fb8ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8ccf

Related Colors


Comments

No comments written yet.

Please login to write comment.